/* Opaque Style Classes / 2007 jamic web solutions
	Author: Michael Jachmann
**************************************************************************/

body {
	background-color:#000000;
	}
.opaqueMain {
	width:932px;
	height:446px;
	background-image:url(../images/opaqueBg.gif);
	background-repeat:no-repeat;
	margin:auto;
	margin-top:4%;
	position:relative;
}
.opaqueIframe {
	position:absolute;
	left:482px;
	top:146px;
}
.opaqueLogo {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
}
.opaqueNavigation {
	position:absolute;
	left:180px;
	top:174px;
	margin:0px;
	padding:0px;
	list-style:none;
}
.opaqueNavigation li {
	margin:0px 0px 2px 0px;
	padding:0px;
}
.opaqueNavigation a {
	font-family: Century Gothic, Verdana, Arial;
	color: #B39466;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
.opaqueNavigation a:hover {
	color: #635238;
}
.opaqueBottom {
	position:absolute;
	top:476px;
	right:0px;
	font-family: Century Gothic, Verdana, Arial;
	color: #B39466;	
	font-size:9px;
}
.opaqueBottom a {
	color: #B39466;	
	text-decoration:none;
}