body {
	background: url(images/background.gif) repeat-x left top;
	margin: 0px;
	padding: 0px;
	font: 11px Tahoma, Verdana, Arial;
}
.header {
	background: url(images/header.gif) no-repeat center top;
	height: 151px;
}
.navigation {
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	height: 50px;
}
.container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

.clearboth {
	clear: both;
	height: 150px;
	background: url(images/smallPics.jpg) no-repeat center top;
	width: 770px;
	margin-top: 10px;
}

.footer {
	width: 100%;
	background: url(images/footer.gif) repeat-x;
	height: 27px;
	padding-top: 13px;
	text-align: center;
	margin-top: 20px;
}
.bottom {
	text-align: center;
	font-weight: bold;
	padding: 10px;
	color: #626469;
}


.container .leftSide {
	width: 230px;
	float: left;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
.bottom a {
	color: #0D7F03;
	text-decoration: none;
}
.footer a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}




.navigation a:link, .navigation a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	width: 96px;
	background: url(images/navBack.gif) no-repeat right top;
	float: left;
	height: 33px;
	padding-top: 17px;
}
.navigation a:hover {
	color: #000000;
}

.container .main {
	float: left;
	width: 500px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 9px;
	font-size: 12px;
	line-height: 185%;
	color: #707277;
	border-left: 1px dotted #CCCCCC;
	margin-top: 10px;
}

.navigation .navseparator {
	background: url(images/navBack.gif) no-repeat left top;
	float: left;
	height: 50px;
	width: 2px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #A62D1B;
}
h2 {
	color: #AA2F1D;
	font: normal 18px Arial, Helvetica, sans-serif;
	margin: 0px;
}
p {

	margin: 0px 0px 15px;
}
#name, #email, #phone, #message {
	width: 170px;
	font: 11px tahoma, verdana, arial;
	color: #666666;
}
#message {
	height: 100px;
}
#submit {
	background: #088200;
	color: #FFFFFF;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #006600;
}
#contactform {
	border-bottom: 1px dotted #AAAFB3;
	padding-bottom: 10px;
	color: #575C60;
}
#contactform h3 {
	font: italic normal 36px Georgia, "Times New Roman", Times, serif;
	color: #AAAFB3;
	margin: 0px;
	padding-bottom: 10px;
}
