@charset "utf-8";

/* CSS Document */



body {

	background-image: url(../images/bg.jpg);

	background-position:center top;

	background-repeat:no-repeat;

	margin:35px auto;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:100%;

	color:#909090;	

}



a:link { color:#909090; text-decoration:none; }

a:visited { color:#909090; text-decoration:none; }

a:hover { color:#909090; text-decoration:underline; }

a:active { color:#909090; text-decoration:none; }



#wrapper {

	width:700px;

	margin:0 auto;

	padding-top:35px;

}



#content_wrapper {
	font-size:80%;
	width:800px;
	margin:0 auto;

}



#nav_wrapper {

	padding-left:50px;

	height:82px;

	width:600px;

	margin:0 auto;

}



#head {

	font-size:180%;

	font-weight:bold;

	text-align:center;

}



.head2 {font-size: 120%}



.content_padding {

	padding:0px 20px;

}



#footer {

	background-image:url(../images/footer_bg.png);

	background-repeat:no-repeat;

	width:640px;

	margin:0 auto;

	font-size:70%;

	text-align:center;

	color:#66bc03;

}



#footer a:link { color:#909090; text-decoration:none; }

#footer a:visited { color:#909090; text-decoration:none; }

#footer a:hover { color:#909090; text-decoration:underline; }

#footer a:active { color:#909090; text-decoration:none; }



#footer_padding {

	padding:20px;

}



.style10 {color: #909090}
.field-label {
	display: block;
	width: 200px;
	text-align: center;
	float: left;
	clear: left;
}
.clr {
	clear: left;
}
.field-box {
	float: left;
}
#contact-form {
	text-align: right;
}
.lt {
	text-align: left;
}
