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

body{
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	width:780px;
	overflow:hidden;
}

#header{
	width:780px;
	height:145px;
}

#flashcontent{
	float:left;
	margin-left:10px;
	width:400px;
	height:293px;
}

#banner{
	float:left;
	margin-left:10px;
	width:350px;
	height:293px;
	background-color:#feca28;
	text-align:center;
}

#content{
	padding-left:320px;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:10px;
	width:450px;
	float:left;
	background:url(content_logo.jpg) bottom left no-repeat;
	color:#333;
}

#footer{
	background-color:#333;
	border-top:1px dashed #fff;
	width:760px;
	float:left;
	padding:10px;
	color:#ccc;
	text-align:center;
}

#tag{
	float:left;
	background-color:#000;
	color:#333;
	text-align:right;
	width:780px;
	padding-top:5px;
	font-size:10px;
}

#tag a{
	color:#333;
	text-decoration:underline;
}

#tag a:hover{
	color:#feca28;
}

.big{
	color:#009237;
	font-size:25px;
	margin:12px 0px 10px 0px;
	line-height:27px;
	letter-spacing:-1px;
}
.content{
	font-size:12px;
	margin:0px;
	padding:0px 20px;
	position:relative;
}
.contact{
	margin:5px 0px;
	font-size:14px;
	font-weight:bold;
}
.thanks{
	margin:5px 0px;
	font-size:18px;
	font-weight:bold;
	color:#009237;
}
input{
	border:none;
	font-size:11px;
	height:14px;
	margin:2px;
	padding:1px;
	line-height:12px;
	border:1px solid #feca28;
}
input.data_a{
	width:200px;
}
input.data_b{
	width:95px;
}
a.btn{
	border:1px solid black;
	display:block;
	width:30px;
	font-size:11px;
	height:14px;
	margin:0px 20px 0px 0px;
	text-align:center;
	line-height:12px;
	text-decoration:none;
	color:#333;
}
a.btn:hover{
	color:#009237;
	text-decoration:underline;
}
.form{
	overflow:auto;
	padding:0px;
	margin:0px;
	position:relative;
}
.theform{
	padding:0px;
	margin:0px;
}

a.turfco{
	color:#009237;
	text-decoration:none;
}
a.turfco:hover{
	text-decoration:underline;
}
