@charset "UTF-8";
body {
	font-family: Verdana;
	color: #ffcc99;
	font-size: 14px;
	background-color: #333;
	margin: 0px;
}

.backdrop {
	position: relative;
	background: url(images2/background.jpg) no-repeat;
	background-attachment: fixed;
	background-position: top center;
	width:100%;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

img {
	border:none;
}

a {
	color: #ffcc99;
}


.container {
	width: 850px;
	position: relative;
	left: 50%;
	margin-left: -425px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #fff;
}

.top {
	background: url(images2/head.png) no-repeat;
}



.nav {
	position: relative;
	left: 75px;
	top: 130px;
	width: 600px;
}

.nav img {
	margin-right: 10px;
}

.player {
	position: relative;
	left: 620px;
	top: -30px;
	width: 184px;
}


.bottom {
	width: 850px;
	height: 113px;
	background: url(images/bottom.png) no-repeat;
}

.copyright {
	position: relative;
	top: 100px;
	width: 850px;
	text-align: right;
	font-size: 9px;
	color: #000;
	padding-right: 5px;
	padding-bottom: 5px;
}


.mrimages {
	position: relative;
	width: 850px;
}

.content {
	position: relative;
	left: 103px;
	margin-top: -280px;
	margin-bottom: 20px;
	width: 645px;
	background:url(images/contentback.png);
	
}

.contenttext h3 {
	font-variant: small-caps;
}

.contenttext {
	position: relative;
	text-align: justify;
	left: 140px;
	width: 485px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.contentpix {
	position: relative;
	text-align: justify;
	left: 45px;
	width: 580px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.newsletterlink {
	position: relative;
	top: -170px;
	text-align: right;
	width: 845px;
	font-size: 10px;
	color: #fff;
}



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

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

