*
{
margin: 0px;
padding: 0px;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #70000b;
}

a:hover {
	text-decoration: underline;
	color: #70000b;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #70000b;
}
h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color:#70000b;
	margin:0px 0px 16px 0px;
	font-weight:bold;
}
h2 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color:#70000b;
	margin:0px 0px 20px 0px;
	font-weight:normal;
}

body {
	
	background: #e8e8e8 url(images/layout/body.jpg) repeat-y center;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #e9e9e9;
}

#content
{

}

#back
{
width: 800px;
background: #000000;
margin: 0 auto;
}

#header {
	height: 340px;
	text-align: left;		
}

#menu
{
width: 800px;
height: 28px;
padding-left: 0px;
background: #000000;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}



#menu a {
	float: left;

    display: block;
	text-align: center;
	text-decoration: none;
	color: #70000b;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 12px;
	font-size: 12px;
	text-transform: uppercase;
}

#menu a:hover {

	color: #e9e9e9;
	text-decoration: underline;
}


#logo {
background:  url(images/layout/header.jpg) no-repeat;
width: 800px;
height: 312px;
text-align: left;
padding-top: 0px;
padding-left: 0px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #6185B5;
}

#logo H1
{
padding: 0px;
margin: 0px;
}

#logo H2 a
{
font-size: 10px;
padding: 0px;
margin: 0px;
}

#main
{
padding: 10px;
padding-top: 0px;
}

#footer {
	height: 40px;
	clear: both;
	padding-top: 30px;
	background: #000000;
}

#footer p {
	margin: 0;
	font-size: 11px;
	text-align: center;
	color: #cac9c9;
}

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

#footer a:hover {
	color: #484745;
	text-decoration: underline;
}

/*
	Lightbox
*/

#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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }

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

#imageData{	padding:0 10px; color: #48474; }
#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; }