body {
	background-color: #FFFFFF;
	margin: 5px;
}
p,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 10px;
	text-transform: uppercase;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 5px;
	color: #0033CC;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #0033CC;
	letter-spacing: 10px;
	text-transform: uppercase;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.navigation, a.navigation:link, a.navigation:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: 5px;
}
a.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0033CC;
	line-height: normal;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: 5px;
}
#title {
	position: absolute;
	width: 550px;
	height: 20px;
	left: 50px;
	top: 50px;
}
#sub {
	position: absolute;
	width: 400px;
	height: 20px;
	left: 150px;
	top: 70px;
}
#navigation {
	position: absolute;
	z-index: 1;
	width: 150px;
	height: 115px;
	left: 100px;
	top: 150px;
}
#home {
	position: absolute;
	z-index: 0;
	width: 600px;
	height: 356px;
	left: 100px;
	top: 300px;
}



#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(../graphics/overlay.png);
}

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

#wrapper {
	position: relative;
	width: 900px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCCCCC;
}

