/* JAYO Studios CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link {
	color: #999;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

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

a:active {
	text-decoration: none;
}

#container {
	margin: 0px auto;
	width: 450px;
	text-align: left;
}

.section_title_class {
	align: center;
	clear:both;
}

.section_content_class {
	align: center;
	clear:both;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	