body {	text-align: center;	margin: 0;	padding: 0;}#wrapper {	width: 800px;	margin: 0 auto auto 50px;	top: 0;}#header {	width: 600px;	height: 70px;	position: relative;	text-align: left;	padding: 30px 0 0 200px;x	background-color: #ff33ff;}#header h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 28px;}/*****************************************************************//************************** Content *****************************//****************************************************************/#content {	text-align: left;	width: 580px;	position: relative;	float: right;	padding: 0 20px 20px 20px;x	background-color: #ffff55;}#content p {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-weight: normal;	font-size: 13px;	color: #000000;	line-height: 19px;	margin: 0 0 10px 0;}#content h2 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-weight: bold;	font-size: 15px;	color: #ad9b59;	line-height: 19px;}#content a {	text-decoration: none;	color: #000000;}#content img {	border: 0;	padding: 0 5px 5px 0;}#content h2 a {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-weight: bold;	font-size: 13px;	color: #ad9b59;	line-height: 19px;	text-decoration: none;}#content h3 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-weight: normal;	font-size: 13px;x	color: #ad9b59;	line-height: 19px;}#content h4 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-weight: normal;	font-size: 13px;	color: #938038;	line-height: 19px;	margin: 0;x	text-transform: uppercase;}.gold {	color: #938038;x	font-weight: bold;}.small {	font-size: 8px;}/*****************************************************************//************************** Navigation *****************************//****************************************************************/#nav {	width: 150px;	float: left;	position: relative;	text-align: right;x	background-color: #ff44ff;}#nav ul {	text-align: right;}#nav li {	font-family: Arial, Helvetica, sans-serif;	font-size: 18px;	line-height: 25px;	list-style-type: none;	font-weight: bold;	letter-spacing: 1px;}#nav li a {	text-decoration: none;	color: #000000;}#nav li.current a {	font-size: 24px;}/*****************************************************************//************************** Lightbox *****************************//****************************************************************/#lightbox{	position: absolute;	top: 20px;	left: 0;	width: 100%;	z-index: 100;	text-align: center;	line-height: 0;	color:#151410;	}#lightbox a, #lightbox a:hover {	border-bottom:none;	color:#151410;	text-decoration:none;}#lightbox a img{ border: none; }#outerImageContainer{	position: relative;	background-color: #fff;	width: 250px;	height: 250px;	margin: 0 auto;	}#imageContainer{	padding: 10px;	}#loading{	position: absolute;	top: 40%;	left: 0%;	height: 25%;	width: 100%;	text-align: center;	line-height: 0;	}#loadingLink {	display:block;	margin:0 auto;	padding:0;	width:32px;	height:32px;	background:url("../images/loading.gif") center center no-repeat;	text-indent:-9999px;}#hoverNav{	position: absolute;	top: 0;	left: 0;	height: 100%;	width: 100%;	z-index: 10;	}#imageContainer>#hoverNav{ left: 0;}#hoverNav a{ outline: none;}#prevLinkImg, #nextLinkImg{	width: 49%;	height: 100%;	background: transparent url("../images/blank.gif") no-repeat; /* Trick IE into showing hover */	display: block;	text-indent:-9999px;	}#prevLinkImg { left: 0; float: left;}#nextLinkImg { right: 0; float: right;}#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("../images/prevlabel.gif") left 15% no-repeat; }#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("../images/nextlabel.gif") right 15% no-repeat; }#imageDataContainer{	font: 11px Verdana, Helvetica, sans-serif;	background-color: #fff;	margin: 0 auto;	line-height: 18px;	}#imageData{	padding:0 10px;	}#imageDetails{ width: 70%; float: left; text-align: left; }	#caption{ 	font-weight: normal;	font: 11px Verdana, Helvetica, sans-serif;	}#numberDisplay{ display: block; clear: left; }			#detailsNav{ display: block; clear: left; padding:0 0 10px 0;	}	#prevLinkDetails { 	margin:0 8px 0 0;	font: 14px Verdana, Helvetica, sans-serif; }		#nextLinkDetails { 	margin:0 8px 0 0; 	font: 14px Verdana, Helvetica, sans-serif;}		#closeLink {	display:block;	margin:0;	padding:0 0 0 0;	text-decoration:none;	float:right;	text-align: right;	width:66px;	height:28px;x	background:url("../images/closelabel.gif") no-repeat;x	text-indent:-9999px;x	overflown?:hidden;}			#overlay{	position: absolute;	top: 0;	left: 0;	z-index: 90;	width: 100%;	height: 500px;	background-color: #151410;	filter:alpha(opacity=60);	-moz-opacity: 0.6;	opacity: 0.6;	}	.clearfix:after {	content: "."; 	display: block; 	height: 0; 	clear: both; 	visibility: hidden;	}* html>body .clearfix {	display: inline-block; 	width: 100%;	}* html .clearfix {	/* Hides from IE-mac \*/	height: 1%;	/* End hide from IE-mac */	}
