body, img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	background: #000;
	/*font-family: Helvetica, Arial, sans-serif;*/
	/*font: Arial, Helvetica, "bitstream vera sans", sans-serif;*/
	font-family: Verdana, Geneva, sans-serif;
	/*text-decoration:none;*/
	background-image: url(header_bg.png);
	background-repeat: repeat-x;
	line-height: 120%;
}

/*header---------------------------------------*/

#header
{
	display: block;
	margin: 0px auto;	
	width: 1000px;
	height: 120px; /*height of the bg image of "body"*/
	background-image: url(header_logo3.png);
	background-repeat: no-repeat;
	margin-top: 60px;/*header_bg's height minus header-logo's height*/

	
}

/*navigation---------------------------------------*/

#navigation
{
	display: block;
	margin: 0px auto;	
	width: 100%;
	height: 40px;
	background: #365E75;
	border-bottom: 8px solid #FFF;

	
}

#navigation .container 
{
	display: block;
	margin: 0px auto;	
	width: 1000px;
	height: 40px;
	background: transparent;
	padding-left: 0px;

		
}

#navigation .container ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;

}

#navigation  .container li
{
	display: block;
	background: #FFF;
	padding: 0px;
	float: left;
	width: 140px;
	margin-right: 8px;


	
}

#navigation  .container a
{
	color: #EEE;
	background: #333;
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	
}

#navigation  .container a:hover
{
	background: #FFF;
	color: #555;
}

#navigation .container .active
{
	background: #FFF;
	color: #555;

}

/*content---------------------------------------*/
#content
{
	/*height: 450px;*/
	width: 960px;
	margin: 40px auto 80px;
	padding: 20px;
	background: #CCC;
	display: block;
}

#content .leftbox
{
	height: auto;
	width: 580px;
	float: left;
	display: block;

}

#content .rightbox
{
	height: auto;
	width: 350px;
	float: right;
	display: block;
}

#content .media-leftbox
{
	height: auto;
	width: 250px;
	float: left;
	display: block;
	background: #FFF;

}

#content .media-rightbox
{
	height: auto;
	width: 680px;
	float: right;
	display: block;

}


#content .media-leftbox ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}

#content .media-leftbox li
{
	display: block;
	border-bottom: 2px solid #888;


}

#content .media-leftbox a
{
	color: #222;
	display: block;
	line-height: 40px;
	font-size: 16px;
	text-decoration: none;
}

#content .media-leftbox a:hover
{
	background: #66CCFF; /*09C*/
	font-weight: bold;
}

#content .media-leftbox .active
{
	background: #66CCFF; /*09C*/
	font-weight: bold;
}



#gamefile
{
	height: 600px;
	width: 1000px;
	border: 0px;
	margin: 35px auto 80px;
	padding: 0px;
}

/*footer---------------------------------------*/
#footer
{
	width: 100%;
	height: 200px;
	margin: 0px auto;	
	background: #000;
	border-top: 4px solid #666;

	
	/*
	background: #555;
	background-image: url(footer_bg.png);
	clear: both;
	width: 100%;
	margin: auto;
	height: 1000px;
	*/
	
}

#footer .container
{
	width: 1000px;
	height: 80px;
	margin: 20px auto;
	background: #555;
	text-align: center;
	display: block;
	line-height: 80px;
	font-size: 16px;
	

}

/*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(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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; }
