body
{
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: "arial", "verdana", "tahoma", "times new roman";
	font-size: 90%;
	color: #444;
}

#headercont
{
	margin: 0 auto;
	width: 100%;
	height: 150px;
	background: #333 url('../images/background-headercont.png') repeat-x;
}

#header
{
	margin: 0 auto;
	width: 800px;
	height: 150px;
}

#header h1
{
	text-align: right;
	margin: 0;
	padding: 52px 0 0 0;
	font-size: 275%;
	color: #9C0;
	letter-spacing: -2px;
	font-weight: normal;
}

#header h1 span
{
	color: #FFF;
	font-weight: bold;
}

#menucont
{
	margin: 0 auto;
	width: 100%;
	height: 40px;
	background: #9C0 url('../images/background-menucont.png') repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 800px;
	height: 40px;
}

#menu ul
{
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 12px 15px;
	text-decoration: none;
	color: #FFF;
	background: #transparent;
}

#menu ul li a.active
{
	background: #333 url('../images/background-menucont-active.png') repeat-x;
}

#menu ul li a:hover
{
	background: #333 url('../images/background-menucont-hover.png') repeat-x;
}

#maincont
{
	margin: 0 auto;
	width: 100%;
	background: #FFF url('../images/background-maincont.png') repeat-x;
	line-height: 150%;
}

#main
{
	margin: 0 auto;
	width: 800px;
	padding: 40px 0 15px 0;
}

h1
{
	padding: 0;
	font-size: 200%;
	color: #9C0;
	letter-spacing: 2px;
	font-weight: normal;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}

h2
{
	padding: 0;
	font-size: 200%;
	color: #9C0;
	letter-spacing: 2px;
	font-weight: normal;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

h3
{
	font-size: 200%;
	color: #666666;
	letter-spacing: 2px;
	font-weight: normal;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

h4
{
	padding: 0;
	font-size: 200%;
	color: #9C0;
	letter-spacing: 2px;
	font-weight: normal;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

h5
{
	padding: 0;
	font-size: 125%;
	color: #525252;
	letter-spacing: 2px;
	font-weight: normal;
	margin-top: 20;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 3px;
}

h6
{
	padding: 0;
	font-size: 200%;
	color: #9C0;
	letter-spacing: 2px;
	font-weight: normal;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#main p
{
	margin: 0 0 15px 0;
	padding: 0;
}



#main a
{
	color: #9C0;
	text-decoration: none;
	font-weight: bold;
}

#main a:hover
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#footercont
{
	margin: 0 auto;
	width: 100%;
	line-height: 150%;
	font-size: 85%;
	font-weight: bold;
}

#footer
{
	margin: 0 auto;
	width: 800px;
	border-top: 1px solid #CCC;
	padding: 0 15px;
	color: #999;
}

#footer p
{
	margin: 0;
	padding: 0;
}

#footer a
{
	color: #9C0;
	text-decoration: none;
}

#footer a:hover
{
	color: #333;
	text-decoration: none;
}

#footerleft
{
	float: left;
	width: 550px;
	padding: 15px 0;
}

#footerright
{
	float: left;
	width: 250px;
	padding: 15px 0;
	text-align: right;
}

.imageright {
	float: right;
	padding-top: 0.4em;
	padding-right: 0px;
	padding-bottom: 0.3em;
	padding-left: 20px;
}



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
