*{padding:0; margin:0; border: none;}
.clear{clear:both;}

body{
	background:#111111;
	font-family: Arial,Helvetica,sans-serif;
	font-size:100%;
	color:#FFCC00;
}

#main{
	width:804px;
	margin:0 auto;
}

.home_text{
	line-height:21px;
}

#center{
	background:url("/images/background.gif");
	float:left;
}

#left{
	float:left;
	width:195px;
	background:#666600;
}

.was_feather{
	float:left;
	margin-top:10px;
	margin-left:30px;
}

#content{
	float:left;
	width:600px;
}	

#right_side_top{
	float:right;
}

.was_logo{
	margin-top:15px;
	margin-right:10px;
}

.header{
	float:right;
	margin-top:-10px;
	padding-bottom:10px;
	margin-right:10px;
}

#center_content{
	float:left;
	padding:10px 20px;
}

#links{
	float:left;
	margin-top:40px;
	margin-left:39px;
}

#links li{
	margin:3px 0;
	color:#000;
	list-style-image:url("/images/feather_background.gif");
}

#links a{
	color:#FFCC00;
	text-decoration:none;
	font-size:90%;
	position:relative;
	top:-3px;
}

#sub_links{
	margin-left:10px;
}

#sub_links li{
	list-style:disc;
}

#sub_links a{
	font-size:90%;
}

#links img{
	cursor:pointer;
}

.kw_pic{
	float:right;
	padding:10px;
}

#footer{
	float:left;
	width:795px;
	background:url("/images/background.gif");
	border-radius: 0 0px 12px 12px;
	border-bottom:1px solid #FFCC00;
	margin-bottom:20px;
}

#copyright{
	float:left;
	margin-left:20px;
	padding-bottom:20px;
	width:140px;
	font-size:70%;
	margin-top:20px;
}

#rdsite{
	font-size:60%;
	margin-top:20px;
	text-align:center;
}

#rdsite a{
	color:#ffcc00;
}

//*contact form*//

#sub_form{
	float:left;
	margin-top:100px;
}

#form_holder{
	width:420px;
	float:left;
}

.form_text{
	float:left;
	margin:8px 0;
}

.form_input{
	float:right;
	width:300px;
	margin:8px 0;
}

#contact_right{
	position:relative;
	float:right;
	margin-left:30px;
	width:330px;
}

input[type="submit"]{
	background: #FC0;
	color: #660;
	padding: 7px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

