@charset "UTF-8";
/* CSS Document */

body {background-color:#000; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;}

a:link { text-decoration: underline; color: #BE7D3E }
a:visited { text-decoration: underline; color: #BE7D3E }
a:hover { text-decoration: none; color: #BE7D3E }
a:active { text-decoration: underline; color: #BE7D3E }

#wrapper {
	width:900px;
	margin: 0 auto;
	margin-top:10px;
	background-color:#000;
}
#contentFrame {
	width:850px;
	background-color:#fff;
	padding:25px;
}
#innerContent {
	float:left;
	width:850px;
	background:url(../_images/main_background.jpg) top left no-repeat #464e03;
}
#header {
	width:850px;	
}
.text {
	float:left;
	font-size:16px;
	color:#fff;
	text-align:left;
	margin:10px 0 20px 70px;
	line-height:21px;	
	width:730px;
}
.yoxview {
	float:left;
	width:730px;
	margin-left:70px;
}

.yoxview img {
	float:left;
	margin:0 18px 20px 0;
	border:solid #fff thick;
	width:75px;
}
.submenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:6px 0 15px 0;	
}
.popTitle {
	font-size: 16px;
	color: #BE7D3E;
	line-height: 21px;
	font-style:italic;
}
#footer {
	width:900px;
	margin-top:20px;
}
.footertext { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 8pt; font-style: normal; line-height: 14pt; font-weight: normal; color: #6A7026; text-decoration: none }

.footertextbold { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 8pt; font-style: normal; line-height: 14pt; font-weight: bold; color: #6A7026; text-decoration: none }

.footertext a:link { text-decoration: none; color: #BE7D3E }

.footertext a:active { text-decoration: none; color: #BE7D3E }

.footertext a:visited { text-decoration: none; color: #BE7D3E }

.footertext a:hover { text-decoration: underline; color: #BE7D3E }

