html {
	background-color: #795D2E;
}

body {
	width: 750px;
	margin: 20px auto;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, MonoSans, sans-serif;
}

body.page {
	background-image: url('../graphic/layout/header-background.png');
	background-repeat: no-repeat;
	background-position: 321px 0;
}

a img {
	border: 0;
}

h1 {
	height: 55px;
	margin: 0;
	vertical-align: bottom;
}

h2 {
	height: 22px;
	margin: 0;
	padding-left: 20px;
	vertical-align: bottom;
}

p.return-caption {
	text-align: center;
}

a, a:visited {
	color: #FFF;
}

#navigation {
	height: 35px;
	margin: 20px 0 0 0;
	padding: 0 0 0 45px;
	list-style: none;
}

#navigation li {
	display: inline;
	padding: 0 20px;
}

#content-wrap {
	margin-top: 31px;
	font-size: 0;
	line-height: 0;
	background-image: url('../graphic/layout/content-background.png');
	background-repeat: repeat-y;
	background-position: 35px 0;
}

* html #content-wrap {
	margin-top: 11px;
}

#content {
	min-height: 303px;
	padding: 25px 70px;
	font-size: 12px;
	line-height: 18px;
	background-image: url('../graphic/layout/content-background-top.png');
	background-repeat: no-repeat;
	background-position: top right;
}

* html #content {
	height: 303px;
}

#content h3 {
	clear: left;
	margin: 0;
	border-bottom: 2px solid black;
	font-size: 18px;
	line-height: 24px;
	text-align: right;
}

#content ul {
	margin-top: 0;
}

#content p {
	margin: 0;
}

#content .subject {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
}

#content .caption {
	margin-bottom: 12px;
	font-weight: 700;
}

#content .image-tiler a {
	float: left;
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 5px 11px 6px;
	padding: 3px 8px 9px 3px;
	background-image: url('../graphic/content/3dart/thumbnail-background.png');
	background-repeat: no-repeat;
}

#content .image-tiler img {
	display: block;
	width: 100px;
	height: 100px;
}

#content ul.quad li {
	float: left;
	width: 25%;
	list-style: square;
}

#content-bottom {
	clear: left;
	font-size: 0;
	line-height: 0;
}

#footer {
	clear: both;
	padding-bottom: 23px;
	background-image: url('../graphic/layout/content-background-bottom.png');
	background-repeat: no-repeat;
	background-position: 35px bottom;
}

#footer p {
	background-image: url('../graphic/layout/content-background.png');
	background-repeat: repeat-y;
	background-position: 35px 0;
	margin: 0;
	padding: 0 70px;
}

#footer p.fine-print {
	text-align: right;
	color: #FFF;
	font-size: 0.75em;
}