html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
	
body {
	margin: 0px;
	padding: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 0.9em;
	height: 100%;
	width: 100%;
	background-image: url(../images/bgkd_wood.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F0ECD6;
	line-height: 1.3em;
	color: #333333;
	}

a:link {
	color: #FF6600;
	text-decoration: none;
	}
	
a:visited {
	color: #99CC00;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #FF3300;
	text-decoration: none;
	}
	
.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	z-index: 4;
	position: relative;
	background-color: f0e7de;
	}
	
.navigation {
	padding-top: 85px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	}
	
.header {
	background-image: url(../images/header_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 135px;
	width: 800px;
	}

.title {
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 50px;
	}

.mainbody {
	background-color: #f0e7de;
	clear:both;
	}
	
.frontpagetext {
	padding-top: 80px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 50px;
	height: 200px;
	width: 350px;
	text-align: left;	
	float: left;
	}
	
.featured {

	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 235px;
	width: 300px;
	vertical-align: middle;
	text-align: left;
	float: right;
	}
	
.frontpagebottom {
	clear:both;
	width: 750px;
	padding-right: 25px;
	padding-left: 25px;
	}
		
.footer {
	background-image: url(../images/bkgd_paper_bottom.png);
	background-repeat: no-repeat;
	background-position: top;

	}
	
.copyright {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 750px;
	font-size: 0.7em;
	text-align: center;
	color: #000;
	}
	
.copyright a:link{
	color: #990000;
	}	
