body {
	/* background-color: rgb(102,150,76); */
	/* background-color: rgb(229,229,229); */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
}

#page {
	width: 1024px;
	height: 100%;
	background: url(images/lawn.jpg) white no-repeat;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	min-height: 768px;
	height: auto !important;
	height: 768px;
}
#header {
	height: 95px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
p.header{
	font-size: 20px;
	color: green;
	margin: 0px 0px 0px 150px;
	font-family: times;
	padding-top: 65px;
}
#toplinks {
	width: 910px;
	height: 30px;
	background: black;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	/* CSS3 standard */
	opacity:0.6;
	color: white;
	padding-right: 7px;
}
a.toplinks {
	padding: 2px 19px;
	font-size: 16px;
	text-decoration: none;	
	color: white;
}
a.toplinks:hover {
	color: black;
	background-color: white;
	/* CSS3 standard */
	opacity:0.3;
}
#content{
	width: 917px;
	margin-left: auto;
	margin-right: auto;
}
#service_menu {
	width: 791px;
	margin-top: 5px;
	height: 20px;
	background: black;
	margin-left: auto;
	text-align: right;
	/* CSS3 standard */
	opacity:0.6;
	color: white;
	padding-right: 7px;

}
a.services {
	padding: 2px 19px;
	font-size: 14px;
	text-decoration: none;	
	color: white;
}
a.services:hover {
	color: black;
	background-color: white;
	/* CSS3 standard */
	opacity:0.3;
}
#image {
	float: left;
	width: 480px;
	padding: 5px;
	border: 1px solid white;
	margin-bottom: 10px;
	min-height: 364px;
	height: auto !important;
	height: 364px;
	margin-top: 5px;
}
#main {
	padding: 5px;
	width: 400px;
	background-color: white;
	float: right;
	/* CSS3 standard */
	opacity:0.75;
	min-height: 365px;
	height: auto !important;
	height: 365px;
	margin-bottom: 5px;
	margin-top: 5px;
}
p.title{
	color: rgb(138,91,161);
	font-size: 16px;
	font-weight: bold;
}
a.link {
	text-decoration: none;	
	color: black;
}
a.link:hover {
	color: rgb(138,91,161);
	text-decoration: underline;
}
#footer {
	clear: both;
	width: 917px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: center;
	background: url(images/footer.gif) white no-repeat; 
	/* CSS3 standard */
	opacity:0.6;
}
#reaper {
	text-align: center;
	height: 10px;
	padding: 5px;
	color: silver;
}
a.reaper {
	color: silver;
	text-decoration: none;
}
