html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

ul{
	list-style-type:none;
	padding-left: 0px;
}

a:link {
	color: #DDDDDD;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif
}

a:hover {
	color: #FF0000;
}

a:visited {
	color: #DDDDDD;
}

h9 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #D7CEBD;
	text-indent: 0px;
	padding: 10px;
	font-weight: bold;
	margin: 0;
}

#Container {
	background: #000000 url('images/header.jpg') no-repeat center top;
	width: 718px;
	margin: 0 auto;
	padding-left: 30px;
}

#header {
	width: 748px;
	height: 504px;
	
}
#header ul{
	width: 680px;
	display: block;
	padding-top: 420px;
	padding-left: 60px;
	background: none;
}
#header ul li{
	background:none; height:22px; padding:0 14px 0 5px; margin:0;
	display:block;  float:left; 
	}
#header ul li a{
	font: 14px Arial, Helvetica, sans-serif;
	color: #FF9933;
	text-indent: 0px;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
	margin: 0;
}

#header ul li a:hover{
	text-decoration: none;
	color: #D7CEBD;
	background-repeat: no-repeat;
}

#header ul li a h9{
	text-decoration: blink;
	color: #FF0000;
}

#header ul li a h9:hover{
	text-decoration: none;
	color: #D7CEBD;
	background-repeat: no-repeat;
}

#left {
	float: left;
	width: 200px;
}

#left h3
{
font-size: 14px;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
}

.title
{
font-size: 18px;
padding-top: 10px;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
}

#right {
    float: right;
	width: 470px;
	margin: 10px;
	padding: 10px;
	background: #FFCC88;
	border: 1px solid #DDDDDD
}
#right h1{
	font: 30px  Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 20px;
}
#right h2{
	font: 24px  Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 20px;
}
#right h3{
	font: 15px  Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 20px;
}
#right p{
	background: no-repeat;
	color: #000000;
	padding-left: 20px;
	font: 13px/20px  Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

.post a{
	font: 13px/12px  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.post a:hover{
	background: no-repeat;
	color: #FF6600;
	font-weight: normal;
}

.post li
{
padding-left: 40px;
}

#footer {
	height: 49px;
	clear: both;
	padding-top: 15px;
	background: url(images/footer.jpg) no-repeat center;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #FF9933;
}

#footer a {
	color: #FF9933;
	font-weight: normal;
}
#footer a:hover{
	color: #FF6600;
	font-weight: normal;
}
#text1, #text2 {
	width: 100px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}


#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

.bb {color:#ffffff; font-size:24px; font-weight:bold;}



#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:images/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; }
