BODY {
	background: #003;
	padding:0;
	margin:0; 
	font-family: Arial, sans-serif;
	color:#FFF;
	font-size:14px;
}
H1 {
	color:#ac994a;
	font-family: Times, serif;
	margin-bottom: 0;
	border-bottom: 0;
}
.exhibition H1 {
	font-size: 18px;
	padding-bottom: none;
	font-variant: small-caps;
}
.right {
	text-align: right;
}
.gold {
	color:#ac994a;
	font-variant: small-caps;
}
A.gold {
	font-size: 16px;
	display: block;
}
A.gold SPAN {
	display: block;
	margin-left: 25px;
	font-size: 14px;
}
.exhibition H2 {
	color:#ac994a;
	padding:0px;
	padding-bottom: 12px;
	margin:0px;
	font-size: 15px;
	font-variant: small-caps;
}
.section H2 {
	padding-left:25px;
}
A {
	color:#FFF;
}
A.underH1 {
	display: block;
	padding-bottom:10px;
	font-size:12px;
}
A.CategoryLink{
	color:#ac994a;
	font-weight: bold;
	font-size: 12px;
}
A.thumblink {
	display: block;
	float:left;
	padding:10px;
	color: white;
	text-decoration: none;
	text-align: center;
	width:100px;
}
.clear {
	clear:both;
}
A.thumblink IMG {
	border:none;
	margin:5px;
}
#wrap {
	padding:15px 0 0 150px;
	min-width: 630px;
	min-height: 400px;
	text-align: center;
}

#nav {
	width:150px;
	position: absolute;
	top:0;
	left:0;
	z-index: 5;
}


#logo {
	padding-left:30px;
}
#nav {
	text-align: left;
}
#nav UL {
	list-style-type: none;
	display: block;
	width:125px;
	padding:0;
	margin:50px 0 0 0;
}

#nav UL LI {
	display: block;
	padding:0 0 0  30px;
	margin:0 0 15px 0;
	width:125px;
}

#nav UL LI A {
	display: block;
	width:125px;
}
#nav UL LI#home { background:url('../nav/home_a.gif') 30px 0px no-repeat;}
#nav UL LI#home A { background:url('../nav/home_a.gif') top left no-repeat;}
#nav UL LI#home A:hover, #nav UL LI#home A.selected { background:url('../nav/home_b.gif') top left no-repeat;}

#nav UL LI#select-objects { background:url('../nav/select_objects_b.jpg') 30px 0px no-repeat;}
#nav UL LI#select-objects A { background:url('../nav/select_objects_b.jpg') top left no-repeat;}
#nav UL LI#select-objects A:hover, #nav UL LI#select-objects A.selected { background:url('../nav/select_objects_a.jpg') top left no-repeat;}

#nav UL LI#recent-acquisitions { background:url('../nav/recent-acquisitions_b.gif') 30px 0px no-repeat;}
#nav UL LI#recent-acquisitions A { background:url('../nav/recent-acquisitions_b.gif') top left no-repeat;}
#nav UL LI#recent-acquisitions A:hover, #nav UL LI#recent-acquisitions A.selected { background:url('../nav/recent-acquisitions_a.gif') top left no-repeat;}

#nav UL LI#exhibitions { background:url('../nav/exhibition_a.gif?v=1') 30px 0px no-repeat;}
#nav UL LI#exhibitions A { background:url('../nav/exhibition_a.gif?v=1') top left no-repeat;}
#nav UL LI#exhibitions A:hover, #nav UL LI#exhibitions A.selected { background:url('../nav/exhibition_b.gif?v=1') top left no-repeat;}

#nav UL LI#links{ background:url('../nav/linksbut_a.gif') 30px 0px no-repeat;}
#nav UL LI#links A { background:url('../nav/linksbut_a.gif') top left no-repeat;}
#nav UL LI#links A:hover, #nav UL LI#links A.selected { background:url('../nav/linksbut_b.gif') top left no-repeat;}

#nav UL LI#contact{ background:url('../nav/contact_a.gif') 30px 0px no-repeat;}
#nav UL LI#contact A { background:url('../nav/contact_a.gif') top left no-repeat;}
#nav UL LI#contact A:hover, #nav UL LI#contact A.selected { background:url('../nav/contact_b.gif') top left no-repeat;}

#wrap #nav UL LI.selected { background: url('../nav/arrow.gif')5px 50% no-repeat;}

#nav UL LI A B{
	display: block;
	visibility: hidden;
	width:125px;
	height: 25px;
}
#nav UL LI#select-objects A B,#nav UL LI#recent-acquisitions A B {
	height:50px;
}
#content {
	width:560px;
	text-align: left;
	margin: auto;
	min-height: 400px;
}
.ForceClearFloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html BODY .ForceClearFloat {
	height:1%;
}
* html #content {
	height:400px;
}