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

body {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	overflow-y:hidden;
}

#bkg1 {background:url(../images/bkg1.jpg) top no-repeat;}
#bkg2 {background:url(../images/bkg2.jpg) top no-repeat;}
#bkg3 {background:url(../images/bkg3.jpg) top no-repeat;}
#bkg4 {background:url(../images/bkg4.jpg) top no-repeat;}

#header {
	overflow: hidden;
	position:fixed;
	display: block;
	height:165px;
	width:100%;
	z-index:10;
}

#header .inner {
	padding:0px;
	height:165px;
	width:995px;
	margin:auto;
	text-align:left;
}

#header .inner ul.nav {
	background:rgba(0, 0, 0, 0.1);
	display:block;
	float:left;
	padding:15px;
}

#header .inner ul.nav li {
	float:left;
	display:block;
	line-height:20px;
	margin:0 30px 0 0;
}

#header .inner ul.nav li a {
	color:#FFF;
	text-decoration: none;
}

#header .inner ul.nav li a:hover {
	text-decoration:underline;
}

#header .inner ul.nav li.active a {
	color:#FFF;
	font-weight:bold;
}

.main {
	margin:0 auto;
	width:995px;
}

.title {
	color:#ffcc00;
	font-size:36px;
	line-height:26px;
}

#cboth {
	clear:both;
}

.content {
	color:#5b564c;
	font-family:Arial;	
	font-size:18px;
	font-weight:lighter;
	line-height:26px;
	margin:0 417px 0 0;
}

.content2 {
	color:#5b564c;
	font-family:Arial;	
	font-size:12px;
	font-weight:lighter;
	line-height:16px;
	margin:0 417px 0 0;
}

#input {
	background:url(../images/input.png) center no-repeat;
	float:left;
	height:42px;
	padding:0 1.5em;
	width:250px;
}

#textarea {
	background:url(../images/textarea.png) center no-repeat;
	height:176px;
}