* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	;
	background-color: #090603;
}

h5 {
	font-size: .7em;
	color: #666;
	font-weight: normal;
}

img { border: none; }
a {
	color: #663300;
}
a:hover {
	text-decoration: none;
	color : #FF9900;
}

#wrap {
	margin: 0px auto 0 auto;
	width: 670px;
	background-image: url(images/large_bg.gif);
	background-repeat: repeat-y;
	height: inherit;
	padding-bottom: 70px;
}

#header { 
padding-bottom:10px;
}
#header h1 {
	font-size: 24px;
	font-weight: 500;
	padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #fff;
text-decoration: none;
}
#header h2 {
	color: #ccc;
	font-size: 15px;
	font-weight: 100;
	padding: 0 0 0 11px;
	letter-spacing: 0px;
	line-height: 12px;
}

#menu {
	height: 30px;
	line-height: 30px;
	padding-left: 200px;
}
#menu ul {
	padding-left: 12px;
	list-style-type: none;
}
#menu ul li {
	display: block;
	float: left;
}
#menu ul li a {
	color: #fcc8a0;
	padding: 0 30px;
	text-decoration: none;
	font-weight: 500;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

.left {
	width: 506px;
	float: right;
	text-align: justify;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(images/1px_bg.gif);
	background-repeat: repeat-y;
	height: inherit;
}
#wrap #content {
	width: 650px;
}
#wrap #text {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding-right: 30px;
}
.left h2 {
	color: #663300;
	font-size: 20px;
	font-weight: 100;
	padding : 0px 10px 15px 25px;
}

.right {
	width: 100px;
	float: left;
	font-size: 12px;
	padding-left: 25px;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

#top {
background: #555 url(images/top.jpg) no-repeat;
padding: 5px 0;
}
#bottom {
	background: #555 url(images/bottom.jpg) no-repeat;
	padding: 10px 0;
	float: right;
	width: 506px;
	padding-right: 20px;
}
#wrap #content .left .articles {
	width: 451px;
	padding: 0px 0px 20px 25px;
}

#footer {
	color: #eee;
	font-size: 11px;
	padding: 0 0 10px 0;
	float: right;
}
#left_top {
	background-image: url(images/paper_top.gif);
	width: 506px;
	height: 200px;
	padding-left: 10px;
	padding-right: 20px;
	float: right;
}


 /* LIGHTBOX CODE */


#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; }
