body{
	background-image:url('images/body_main_bg.gif');
	background-repeat:repeat-x;
	margin:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1.5em;
color:#333;}

.top{
	width:900px;
	margin:0 auto;
	color:#FFF;
}

.top h1{
	font-size:small;

}

.right a:hover{
	color:#000;
}

.head{
	width:900px;
	margin:0 auto;
}

.logo{
	width:200px;
	clear:right;
}

.menu{
	width:100px;
	height:46px;
	float:right;
	background-image:url('images/mainnav.gif');
	background-repeat:no-repeat;
	background-position:left top;
	text-align:center;
	vertical-align:middle;
	padding-top:20px;
		margin-top:-60px;

}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#BDCE39;
}

.green{
	width:900px;
	margin:0 auto;
	clear:both;
}

.greenright{
	width:500px;
	float:right;
	font-family: Helvetica, Arial, sans-serif;
font-size: 25px;
font-style: normal;
font-weight: bold;

letter-spacing: -1px;
line-height: 1.8em;
color:#444;
padding-top:10px;
}

.greenleft{
	float:left;
	width:380px;
	padding-top:5px;
}

.spacer{
	width:100%;
	height:25px;
	clear:both;
}

.boxes{
	width:900px;
	margin:0 auto;
	clear:both;
}

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

.right{
	width:250px;
	float:right;
}

.box1{
	width:250px;
	border-right:1px #c0c0c0 dotted;
	background:white url('images/boxes.jpg') no-repeat;
	padding:8px;
	float:left;
	margin-left:10px;
}

.box2{
	width:250px;
	background:white url('images/boxes.jpg') no-repeat;
	padding:8px;
	float:left;
	margin-left:20px;
}

.white{
	color:#FFF;
}

.footer{
	width:900px;
	clear:both;
	margin:0 auto;
	text-align:right;
	border-top:1px #c0c0c0 dotted;
	padding-top:20px;
	padding-bottom:20px;
	font-size:small;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

.fleft{
	width:600px;
	float:left;
}

.fright{
	width:250px;
	float:right;
}