body, html {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #3A3A3A;
}

#container {
	background-color: #3A3A3A;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 570px;
	margin: -285px 0px 0px -450px;
	padding: 0px;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 560px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#mainmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 898px;
	height: 19px;
	padding: 0px 1px 0px 1px;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
	word-spacing: 10px;
	font-weight: bold;
}

#submenu {
	position: absolute;
	top: 19px;
	left: 0px;
	width: 898px;
	height: 19px;
	padding: 0px 1px 0px 1px;
	text-align: right;
	background-color: #A0A0A0;
	color: #000000;
	word-spacing: 10px;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
}

#footer {
	position: absolute;
	top: 560px;
	left: 0px;
	width: 900px;
	height: 10px;
	text-align: center;
	margin: 0px;
	padding: 1px;
	font-size: 7pt;
	border-top: 1px solid #FFFFFF;
}

#col1 {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 444px;
	height: 520px;
	text-align: center;
}

#col2 {
	position: absolute;
	top: 40px;
	left: 445px;
	width: 444px;
	height: 520px;
	text-align: left;
	overflow: auto;
	padding: 0px 10px 0px 0px;
}

#col2small {
	position: absolute;
	top: 280px;
	left: 445px;
	width: 400px;
	height: 280px;
	text-align: left;
	overflow: auto;
	padding: 0px 10px 0px 0px;
}

#text {
	position: absolute;
	top: 40px;
	left: 15px;
	width: 604px;
	height: 520px;
	text-align: left;
	padding: 0px;
}

#index {
	position: absolute;
	top: 40px;
	left: 635px;
	width: 235px;
	height: 520px;
	text-align: left;
	overflow: auto;
	padding: 0px 5px 0px 10px;
	background-color: #202020;
}

#video {
	margin-top: 5px;
	width: 600px;
	text-align: center;
}

hr {
	border: 0;
	color: #A0A0A0;
	background-color: #A0A0A0;
	height: 1px;
	margin: 0px;
}

small {
	font-size: 7pt;
	color: #808080;
}

a:link {
	color: #808080;
	text-decoration: none; 
	font-weight: normal;
}

a:active {
	color: #808080;
	text-decoration: none; 
	font-weight: normal;
}

a:visited {
	color: #808080;
	text-decoration: none; 
	font-weight: normal;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
}

a.llink:link {
	color: #303030;
	text-decoration: none; 
	font-weight: bold;
}

a.llink:active {
	color: #CC0000;
	text-decoration: none; 
	font-weight: bold;
}

a.llink:visited {
	color: #000000;
	text-decoration: none; 
	font-weight: bold;
}

a.llink:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
}

p {
	padding: 3px 0px 3px 0px;
	margin: 4px 0px 4px 0px;
}

p.footer {
	padding: 0px;
	margin: 0px;
}

ul, li {
	list-style-position: outside;
	list-style-type: square;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

#index ul, #index li, #col2small ul, #col2small li {
	font-size: 7pt;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}

/*	LightBox2 CSS starts here
	http://www.lokeshdhakar.com/projects/lightbox2/		*/

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