body {
	background-color: #47484b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
.container {
	margin: 0 auto;
	width: 970px;
}
.shadow-left {
	background-image: url(images/shadow-l.gif);
	background-repeat: no-repeat;
	float: left;
	height: 600px;
	width: 10px;
}
.shadow-right {
	background-image: url(images/shadow-r.gif);
	background-repeat: no-repeat;
	float: left;
	height: 600px;
	width: 10px;
}
.navigation {
	float: left;
	height: 50px;
	width: 950px;
	text-align: center;
}
.navigation img {
	float: left;
	height 50px;
	border: none;
}
.navigation a {
	text-decoration: none;
}
.topimage {
	float: left;
	height: 174px;
	width: 950px;
}
.centrecolumn {
	float: left;
	width: 950px;
}
.phonenumbers {
	float: left;
	height: 50px;
	width: 950px;
}

.mainarea {
	background-color: #FFFFFF;
	float: left;
	width: 900px;
	padding: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/backgradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.mainarea a {
	font-weight: normal;
	color: #226F39;
	text-decoration: none;
}
.mainarea a:hover {
	font-weight: normal;
	color: #226F39;
	text-decoration: none;
}

.addressbox {
	float: right;
	width: 200px;
	margin-left: 10px;
	text-align: right;
	padding-bottom: 10px;
	background-color: #f4e6d7;
}
.addressbox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #226F39;
	text-decoration: none;
	display: block;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	margin-top: 5px;
}
.addressbox a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8d9095;
	text-decoration: none;
	display: block;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	margin-top: 5px;
}

form {
	width: 300px;
}

form label {
	margin: 0 10px 0 20px;
	font-weight: bold;
}

form input {
	border: solid thin #666;
	float: right;
}

form textarea {
	margin: 0 10px 0 20px;
	border: solid thin #666;
	width: 280px;
	height: 150px;
}
