html { overflow-y: scroll; }
body {
	margin: 0;
	padding: 0;
	background: #000;
	width: 100%;
	cursor: default; 
}

#wrapper {
	margin: 0 auto 0;
	padding: 0;
	width: 777px;
}

#header {
	margin: 0;
	padding: 0;
	width: 747px;
	height: 292px;
	float: left;
}

#header_left {
	margin: 130px auto 0px;
	padding: 0;
	width: 15px;
	height: 32px;
	float: left;
}


a.noborder {
	color: #000;
	border: 0;
}
a.noborder img{
	color: #000;
	border: 0;
}

#header_right {
	margin: 130px auto 0px;
	padding: 0;
	width: 15px;
	height: 32px;
	float: left;
}


#menu {
	float: left;
	width: 720px;
	margin: 0 auto 0;
	padding: 265px 0 0 0;
}

#logo {
	float: left;
	width: 163px;
	height: 95px;
	padding: 179px 0 0 0;
	margin: 0;
	background:url(../img/logo.jpg) bottom center no-repeat;
}

#menu ul {
	list-style-type: none;
	padding: 0 0 0 15px;
	margin :0;
}

#menu ul li {
	margin: 3px;
	padding: 5px;
	display: inline;
}

#menu a {
	text-decoration: none;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 9pt;*/
	font-family:Trebuchet MS,Arial,sans-serif;
	font-size:0.8em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color: #747474;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: none;
	color: #c6c6c6;
}

#menu .active {
	text-decoration: none;
	color: #c6c6c6;
}

#content {
 clear: left;
 margin: 15px 0 0 40px;
 color: #c3c3c3;
 text-decoration: none;
 font-family:Verdana,Tahoma,Trebuchet ms,Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 20px;
 width: 450px;
 float: left;
}

#content  h1{
 color: #c3c3c3;
 text-decoration: none;
 font-family:Trebuchet ms,Arial, Helvetica, sans-serif;
 font-size: 18px;
 padding: 0;
 margin-top: 0;
 line-height: 30px;
 font-weight: normal;
 text-transform: uppercase;
}

#content  h2{
 color: #c3c3c3;
 text-decoration: none;
 font-family:Trebuchet ms,Arial, Helvetica, sans-serif;
 font-size: 15px;
 line-height: 20px;
 font-weight: bold;
}

#content a{
 color: #FF6600;
 text-decoration: none;
 font-family:Verdana,Tahoma,Trebuchet ms,Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 20px;
 font-weight: normal;
}

#content a:hover{
 color: #FF6600;
 text-decoration: none;
}

#right {
	width: 250px;
 	margin: 15px 0 0 35px;
	float: left;
}


#right  h2{
 color: #c3c3c3;
 text-decoration: none;
 font-family:Trebuchet ms,Arial, Helvetica, sans-serif;
 font-size: 18px;
 padding: 0;
 margin-top: 0;
 line-height: 30px;
 font-weight: normal;
 text-transform: uppercase;
}

#right p {
 color: #c3c3c3;
 text-decoration: none;
 font-family:Verdana,Tahoma,Trebuchet ms,Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 20px;
}

#right a{
 color: #FF6600;
 text-decoration: none;
 font-family:Verdana,Tahoma,Trebuchet ms,Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 20px;
 font-weight: normal;
}

#right a:hover{
 color: #FF6600;
 text-decoration: none; 
}

/**
 * HEADERS
 */
.header1 {
	background: url(../img/header1.jpg) no-repeat;
}
.header2 {
	background: url(../img/header2.jpg) no-repeat;
}
.header3 {
	background: url(../img/header3.jpg) no-repeat;
}
.header4 {
	background: url(../img/header4.jpg) no-repeat;
}
.header5 {
	background: url(../img/header5.jpg) no-repeat;
}
.header6 {
	background: url(../img/header6.jpg) no-repeat;
}
.header7 {
	background: url(../img/header7.jpg) no-repeat;
}

#footer{
	height: 100px;
	width: 600px;
	display: block;
	float: left;
}

#footer a {	
	display: none;
}
 