body{
	background:#0e0e0e;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.wrapper{
	width: 800px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
}

.header{
	background: url('../images/logo.jpg');
	width: 800px;
	height: 97px;
}

.navigation{
	width: 405px;
	float: right;
	line-height: 97px;
}

.navigation a{
	text-decoration: none;
	color: #fff;
	margin-left: 25px;
}

.navigation a:hover{
	color: #69a637;
}

.servicebar{
	width: 800px;
	height: 108px;
	background: #fff;
}

.servicebar img{
 	margin-top:4px;
	margin-right:2px;
	border:0px;
}

.main{
 	background: url('../images/bg.jpg');
 	background-repeat: no-repeat;
	width: 800px;
	min-height: 564px; 
	margin-bottom:20px;
}

html .main{
	height: 564px;
}

.content{
 	position: relative;
 	top: 85px;
 	left: 50%;
 	margin-left: -372px;
	width: 745px;
	background: #fff;
	float: left;
}

.content p{
	margin: 5px;
}

.content_right{
	width: 340px;
}

.footer{
 	height: 42px;
 	color: #69a637;
	line-height: 42px;
	text-align: center;
}

.footer a{
	color: #69a637;
	text-decoration:none;
}

.footer a:hover{
	text-decoration: underline;
}

h3{
	margin: 5px;
	color: #5d9d01;
	font-size: 16px;
}


