body
{
	height:auto;
	width:800px;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:medium;
	line-height:1.5em;
	color:white;
}

#header
{
	background-image:url(header.jpg);
	width:800px;
	height:150px;
	font-family:"Brush Script Std", "Freestyle Script", "Lucida Handwriting";
	font-size:x-large;
	text-align:center;
	color:#CCC;
}

#box
{
	width:780px;
	height:200px;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	border:5px dotted #009;
}

#box a
{
	text-decoration:none;
	color:#CCC;
	
}

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

table
{
	padding-left:10px;
}
	
#wrapper
{
	height:auto;
	width:780px;
	background-color:#00C;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:20px;
}

#main
{
	width:750px;
	height:auto;
	padding:10px;
	background-color:#000;
	margin:auto;
	text-align:left;
}

#footer
{
	background-image:url(footer.jpg);
	height:25px;
	width:800px;
}

img.gallery
{
	border:none;
	margin:5px;
}

#lightbox{
	background-color:#CCCCCC;
	padding: 12px;
	border-bottom: 2px solid #0000CC;
	border-right: 2px solid #0000CC;
	}
	
#lightboxDetails{
	padding-top: 0.4em;
	}	
	
#lightboxCaption{ float: left; color:#000000; }

#keyboardMsg{ float: right; color:#000000}

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