html,body {
	padding: 0px;
	margin: 0px;
	font-family:'HelveticaNeueW02-ThinEx 739250';
	font-size: 14px;
	color: #e9e9e9;
	font-weight: normal;
	height:100%;
	width: 100%;
	text-align:center;
	
	

}

/*
font-family:'HelveticaNeueW02-ThinEx 739250';
font-family:'HelveticaNeueW02-LtExtO';
font-family:'HelveticaNeueW02-MdExtO';

*/


li,ul,ol {	padding: 0px;margin: 0px;list-style-type: none;}
h1,h2,h3,h4,h5{padding: 0px;margin: 0px;border: 0px none;font-family:'HelveticaNeueW02-LtExtO';color: white; font-weight: normal}
h3{ color: #e03f37; margin: 10px 0px 10px 0px; font-size: 20px}
h2{margin-top: 12px}
div{ padding: 0px;margin: 0px;}
a {	padding: 0px; margin: 0px; color: white }
a:hover {text-decoration: none}
img {border: 0px none;padding: 0px;	margin: 0px;}
p{ margin: 0px;	padding: 0px;}
table{	border-collapse: collapse;}

div#container-wrapper{
	background: url('/images/background.jpg') no-repeat top center; 
	overflow: hidden;
	min-width: 990px;
	min-height: 690px;
	height: 100%;
	position: relative;
}
div#container-wrapper.page{
	background: url('/images/background_2.jpg') no-repeat top center; 
	overflow: hidden;
	min-width: 990px;
	min-height: 690px;
	height: 100%;
	position: relative;
}

div#logo{
	position: absolute;
	top: 20px; 
	left: 20px;
	z-index: 0px;
}
div#icon{
	position: absolute;
	top: 20px; 
	right: 20px;
	z-index: 0px;
}
div#container{ 
	width: 990px;  
	margin: 0px auto 0px auto; 
	
	text-align:left;
	position: relative;
	clear: both;
	overflow: visible;
	min-height: 400px;
}


#header-wrapper{overflow: visible; height: 180px;}
#header{overflow: visible;}
#footer {  color: #8b8b8b; width: 990px; overflow: hidden; margin: 0px auto 0px auto; clear: both;}
#footer-wrapper{background: rgba(0, 0, 0, 0.75); position: absolute; bottom: 0px; width: 100%; font-size: 11px; color: #8b8b8b; padding: 3px 0px 3px 0px}

#logo {margin-top: 25px; display: block}

#menu {position: absolute; top: 150px; width: 200px; z-index: 100}
#menu li {border-bottom:  1px solid #414141; color: #8b8b8b;  font-family:'HelveticaNeueW02-ThinEx 739250'; font-size: 15px; }

#menu a{font-size: 15px; text-decoration: none;color: #8b8b8b;  line-height: 41px;}
#menu a:hover {color: #ff172a}
#menu a.active{color: white}


#content-wrapper{
	position: absolute;
	top: 280px;
	left: -24px;
	background: url('/images/middle_box.png') no-repeat top left;
	
	
	width: 1067px;
	
}

#content-wrapper.page{
	position: absolute;
	top: 270px;
	left: 30px;
	background: none;
	color: black;
	width: 1067px;
	
}
#content-wrapper {overflow: hidden}
#content-wrapper #content {width: 500px; margin: 0px auto 0px auto}
#content-wrapper.page #content {width: 600px; margin: 0px auto 0px auto;}
#content p {margin-bottom: 10px; letter-spacing: 1px}
#content ul{ margin-bottom: 10px}
#content ul li{list-style-type: disc; margin-left: 20px; margin-bottom: 3px;}

#top-wrapper{position: absolute; top: 113px; left: 330px}

.clear {clear: both; overflow: auto}
.left {float: left}
.right {float: right}
.submit{background-color: #fe0000; color: white; border: none; cursor: pointer; font-family:'HelveticaNeueW02-ThinEx 739250'; letter-spacing:1px}

