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

body {
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #030619;
}

/*p {
	color: #010511;
	font: Verdana, Geneva, sans-serif;
	font-size:12px;
}*/

h1 {
	color: #29313c;
	font-weight: bold;
	font-style: italic;
	font-size:18px;
}

h2 {
	color: #6f7985;
	font-size:14px;
}

h3 {
	color: #FF7900;
	font-size:12px;
}

h4 {
	color: #FF7900;
	font-size:12px;
}

a {
	color:#ff9722;
	font-weight: bold;
	text-decoration: none;	
}

a:hover{
	color: #6f7985;	
	font-weight: bold;
	text-decoration: none;
}

#current {
	color: #ff9722;	
	font-weight: bold;
	text-decoration: none;
}

.web-links a{
	color:#6f7985;
	font-weight: bold;
	text-decoration: none;	
}

.web-links a:hover{
	color: #ff9722;	
	font-weight: bold;
	text-decoration: none;
}

.site{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.top_nav{
	color: #6f7985;
	margin: 0 auto;
	text-align: right;	
	padding-right: 15px;
}

.top_nav a{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.top_nav a:hover{
	color:#ff9722;		
}


.stage_body{
	margin: 0 auto;
	width: 700px;
	background-image: url(/images/white_box_mid.png);
	background-repeat: repeat-y;
	float: right;
}

.logo{
	margin: 0 auto;
	padding-left: 125px;
}

.logo-front{
	display: none;
}

.logo-front-cont{
	margin: 0 auto;
	padding-left: 125px;
	width: 250px;
	height: 161px;
}

.front-logo{
	padding-left: 30px;
}

.left_nav{
	padding-left: 10px;
	width: 250px;
	text-align: right;
	float: left;
}

.left_nav ul{
	list-style: none;
	line-height: 40px;
}

.left_nav a{
	color:#FFFFFF;	
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.left_nav a:hover{
	color: #ff9722;
}

.left_nav-home{
	padding-left: 10px;
	width: 280px;
	text-align: right;
	float: left;
}

.left_nav-home ul{
	list-style: none;
	line-height: 40px;
}

.left_nav-home a{
	color:#FFFFFF;	
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.left_nav-home a:hover{
	color: #ff9722;
}

.content_cont{
	margin-right: 35px; 
	width: 620px; 
	min-height: 330px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;	
}

.footer{
	margin: 0 auto; 
	text-align: right; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #6f7985;	
	padding-right: 15px;
}

.footer a{
	color: #FFFFFF;	
	text-decoration: none;
}

.footer a:hover{
	color: #ff9722;
}

.web-out{
	position: absolute; 
	z-index: 0;
	right: 0;
	padding-right: 10px;
	padding-top: 5px;
}