body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a {
	color:#fff;
	text-decoration: none;
}
a:hover {
	color:#fff;
	text-decoration: underline;
}
#header_bg{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000;
	opacity: .85;
	width: 100%;
	height: 65px;
	z-index:1;
}


#header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 65px;
	z-index:100;
}

#copyright{
	position: absolute;
	bottom: 20px;
	left: 28px;
	width: 200px;
	height: 20px;
	z-index:10000;
	font-size: 9px;
}

#logo{
	float:left;
	width: 188px;
	height: 51;
}
#logo img{
	margin: 14px 0px 0px 28px;
}
#navi{
	margin: 19px 0px 0px 0px;
	float:right;
	width: 430px;
	height: 31;
}
#navi img{
	margin: 0px 0px 0px 50px;
}
img{ border: none; }

.clearer{
	clear: both;
}

h2{
	color:#09f;
	font-size: 12px;
	font-weight: normal;
}

.ct{
	margin: 125px 0px 25px 28px;
	text-align:left;
	width: 800px;
}
.ct img{
	margin: 0px 0px 25px 0px;
}

.left{
	float: left;
	width: 388;
	margin-right:20px;
}
.right{
	float: left;
	width: 388;
}
.col{
	float: left;
	width: 132;
	margin-right:20px;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
}
.leftcontact{
	float: left;
	width: 301;
	margin-right:20px;
}
.rightcontact{
	position: relative;
	top: -15px;
	float: left;
	width: 475;
	background: #111;
	opacity: .9;
}

.theform{
	position: relative;
	left:47px;
	width: 380px;
	margin: 25px 0px 25px 0px;
}


input{
	width: 109px;
	height: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
}

textarea{
	width: 293px;
	height: 91px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
}

.blue{
	color:#09f;
}

.formcol1{
	float: left;
	width: 66px;
	margin: 6px 0px 0px 0px;
}
.formcol2{
	float: left;
	width: 142px;
	margin: 6px 0px 0px 0px;
}
.formcol3{
	float: left;
	width: 43px;
	margin: 6px 0px 0px 0px;
}
.formcol4{
	float: left;
	width: 108px;
	margin: 6px 0px 0px 0px;
}
.formcol5{
	float: left;
	width: 293px;
	margin: 6px 0px 0px 0px;
}

.formcol5 a{
	float: right;
}
