html {
	margin: 0;
	padding: 0;
	}
	
body { 
	font: 62.5% Helvetica, Geneva, Arial, sans-serif;
	line-height: 1.2;
	color: #333; 
	background: #e8e8ce; 
	margin: 10px; 
	padding: 0;
	}	
	
p {
	font-size: 1.15em;
	line-height: 1.5em;
	margin: 0.5em 0;
	}	
	
img {
	border:0px;
	}	
	
h1 {
	font-size: 2.4em;
	color:#9bbb38;
	}

h2 {
	font-size: 2.0em;
	color:#9bbb38;
	}
h3 {
	font-size: 1.6em;
	color:#9bbb38;
	}
h4 {
	font-size: 1.2em;
	color:#9bbb38;
	}	

div#main-wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0px;
	width: 960px;
	background: #fff;
	}

div#header-wrapper {
	margin: 0px;
	background: #e8e8ce;
	}

div#title {
	width: 960px;
	margin: 0px;
	font-size: 2.8em;
	background: #e8e8ce;
	border-bottom: 5px solid #9bbb38;
	}
	
	#title a {
		text-decoration: none;
		color: #9bbb38;
	}
	#title a:link {
		color: #9bbb38;
	}
	#title a:visited {
		color: #9bbb38;
	}
	#title a:hover {
		color:#e58712;
	}
	#title a:active {
		color: #e58712;
	}	
	
div#banner {	
	width: 950px;
	height: 100px;
	font-size: 1.1em;
	color: #333;
	text-align:right;
	padding:5px;
	background: #e8e8ce url(images/banner.png);
	}
	
	#banner a {
		text-decoration: none;
		color: #9bbb38;
		background: #fff;
	}
	#banner a:link {
		color: #9bbb38;
		background: #fff;
	}
	#banner a:visited {
		color: #9bbb38;
		background: #fff;
	}
	#banner a:hover {
		color:#e58712;
		background: #fff;
	}
	#banner a:active {
		color: #e58712;
		background: #fff;
	}
	
div#menu-wrapper {
	width: 100%;
	margin: 0px;
	background: #e8e8ce;
	}

	div#main-menu {
		width: 100%;
		padding: 5px 0 5px 0;
		margin: 0px;
		font-size: 1.3em;
		background: #e8e8ce;
		}	
	
	div#breadcrumb {
		width: 100%;
		padding: 5px 0 5px 0;
		margin: 0px;
		font-size: 1.2em;
		background: #e8e8ce;
		}	
	
div#featured-wrapper {
	width: 960px;
	height: 100px;
	margin: 0px;
	background: #e8e8ce;
	}	
	
	div.featured-box {	
	float: left;
	width: 240px;
	height: 100px;
	margin: 0;
	}	
	
div#main-content-wrapper {
	float: left;
	width: 560px;
	margin-bottom:20px;
	}
	
	div.main-content-box {
		float: left;
		padding-left:10px;
		width:540px;
		}	

div#left-content-wrapper { 
	float: left;
	width: 210px;
	}
	
	div.left-content-box {
		float: left;
		width:200px;
		}	

div#right-content-wrapper {
	float: right;
	width: 190px;
	}
	
	div.right-content-box {
		float: left;
		width:180px;
		}		

#footer-wrapper {
	clear: both;
	background: #e8e8ce;
	width: 960px;
	}
	
	div#credits {
	width: 100%;
	background: #fff;
	border-top: 1px dotted #333;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	}
	
	div#legal {
	width: 100%;
	background: #e8e8ce;
	text-align:center;
	}