body {
	font-family: verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 15px;
	font-size: 11px;
}

h1 {
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #033568;
	font-family: Times, sans-serif;
}

h2 {
	color: #033568;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 0px;
}

h3 {
	color: #033568;
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 15px;
}

h3 a {
	color: black;
}

a {
	color: #033568;
}

#main ul {
	margin-top: 0;
	padding-top: 0;
}

#main li {
	font-size: 13px;
}

#wrapper {
	width: 805px;
	margin-left: auto;
	margin-right: auto;
}

#home_wrapper {
	width: 805px;
	background-image: url(../images/pages/home.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#services_wrapper {
	width: 805px;
	background-image: url(../images/pages/services.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#forms_wrapper {
	width: 805px;
	background-image: url(../images/pages/forms.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#contact_wrapper {
	width: 805px;
	background-image: url(../images/pages/contact.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	font-size: 16px;
	padding-top: 85px;
	padding-left: 25px;
	font-family: times, sans-serif;
	font-weight: bold;
}

#menu ul {
	list-style: none;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 0;
	padding-top: 0;
}

#menu li {
	margin-top: 0;
	float: left;
	margin-right: 95px;
}

#home_wrapper #menu li {
	margin-right: 48px;
}

#menu a {
	color: #036;
	text-decoration: none;
}

#main {
	margin-top: 35px;
	margin-left: 140px;

}

#footer {
	clear: both;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
}