html {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: auto;
}

body {
	margin: 0;
	padding: 0;
	background: #0e3b65;
	font: 11px Arial, Helvetica, sans-serif;
	color: #a3a3a3;
	line-height: 140%;
	letter-spacing: .05em;
}

#container {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 903px;
	background: url(images/bg.jpg) top center repeat-x;
}

#container2 {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 903px;
	background: url(images/footer-bg.jpg) bottom center repeat-x;
}

#container3 {
	margin: 0 auto;
	width: 1047px;
}

#flashVersion {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#flashVersion img {
	margin: 0;
	padding: 0;
	border: 0;
}

#depthskins {
	width: 1011px;
	margin: 5px auto 73px auto;
}

#depthskins img {
	margin: 0;
	padding: 0;
	border: 0;
}

#headers {
	margin-bottom: 30px;
	height: 37px;
	border-bottom: 2px solid #556371;
	overflow: auto;
}

#topContent {
	overflow: auto;
}

#newsHeader {
	float: left;
	padding-left: 75px;
	width: 434px;
}

#aboutHeader {
	float: left;
	width: 364px;
}

#contactHeader {
	float: left;
	width: 129px;
}

#newsContent {
	float: left;
	width: 509px;
}

.newsDate {
	display: block;
	float: left;
	width: 75px;
	color: #78838a;
}

.newsItem {
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	display: block;
	float: left;
	width: 387px;
	background: url(images/dash.gif) bottom left repeat-x;
}

.newsItem h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #ea9423;
}

.newsItem p {
	margin: 0;
	padding: 0;
}

#aboutContent {
	float: left;
	padding-right: 52px;
	width: 312px;
}

#contactContent {
	float: left;
	width: 129px;
}

#portfolio {
	margin: 0;
	padding: 48px 0 22px 0;
	width: 1047px;
	height: 25px;
}

#portfolio img {
	margin: 0;
	padding: 0;
	border: 0;
}

#thumbnails {
	overflow: auto;
	margin: 0 auto;
	width: 972px;
}

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

#thumbnails li {
	display: block;
	float: left;
	padding: 15px;
	width: 213px;
	height: 117px;
	background: url(images/image-bg.gif) center center no-repeat;
}

#thumbnails img {
	display: block;
	padding: 11px 11px 11px 14px;
	margin: 0;
	border: none;
}

#footer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 157px;
	background: #0e3b65 url(images/footer-bg-2.jpg) bottom center repeat-x;
}

#footerContainer {
	padding: 130px 0 0 0;
	margin: 0 auto;
	width: 1047px;
	color: #7394ab;
	letter-spacing: 1px;
}

#footerLinks {
	float: left;
	width: 500px;
}

#footerLinks a {
	color: #7394ab;
	text-decoration: none;
}

#footerLinks a:hover {
	color: #ea9423;
}

#footerBlurb {
	float: right;
	width: 500px;
	text-align: right;
}







// LIGHTBOX

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

#lightbox img{ border: none; display: block;} 
#overlay img{ border: none; }

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

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