﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #009966;
}
#wrapper {
	width: 750px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/middle.jpg');
	font-family:"Century Gothic";
	font-size:12pt;
}
#top {
	
}
#masthead {
	margin-left: 30px;
	margin-right: 30px;

}

#top_nav {
	border-bottom: 2px solid #00a670;
	margin-left: 30px;
	margin-right: 30px;
	height: 30px;
	line-height: 30px;
}

#container {
	min-width: 600px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top:20px;
	

}


#page_content {
	
}

#footer {
	clear: both;
}
a {
	color: #009966;
	text-decoration:none;
}
a:hover {
	color: #00a670;
}
