body {
	margin: 0;
	padding: 0;
	background: #336699;
	font: normal small Arial, Helvetica, sans-serif;
	colour: #ffffff;
}

h1, h2, h3, h4 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .1em;
	colour: #336699;
}

a {
	colour: #ffffff;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#banner {
	width: 500px;
	height: 284px;
	background: url(logo.png) no-repeat;
}

#menu {
	width: 900px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	color: #ffffff;
}

#menu a {
	display: block;
	float: left;
	height: 10px;
	width: 50px;
	padding: 0;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
}

#menu a:hover, #menu .current a {
	text-decoration: underline;
	color: #FFFFFF;
}

#content {
	width: 740px;
	padding: 20px 0 0 20px;
	color: #FFFFFF;
}

#content a{
	color: #ffffff;
	text-decoration: none;
}

#content a:hover{
	text-decoration: underline;
}

#main {
	float: left;
	width: 560px;
}

#sidebar {
	float: right;
	width: 160px;
}

#content h2 {
	background: url(title1.png) no-repeat center center;
	height: 40px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 26px;
	letter-spacing: normal;
	text-align: center;
	font-size: 0.9em;
	color: #336699;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: x-small;
	color:ffffff;
}

# footer {
	height: 60px;
	width: 740px;
	padding: 20px 0 0 0;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
	position: absolute;
	left: 360px;
}
#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(img/overlay.png); }

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

