html, body, h1, h2, h3, h4, p, ul, li {
	margin: 0;
	padding: 0;
}	
	
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #d1ccbc url(images/body_bg.jpg) repeat-x;
	text-align: center;
}

	
	
#wrapper {
	text-align: left;
	width: 790px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 228px;
	float: none;


}

#header p {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 32px;
}


#nav {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 61px;
	width: 790px;
}
#nav ul {
	font-size: 90%;
	text-align: right;
	list-style-type: none;
	height: 55px;
	padding-top: 22px;
	padding-right: 35px;

}
#nav li {
	display: inline;
}
#nav li a:link, #nav li a:visited {
	color: #990000;
	text-decoration: none;
	padding: 5px 0px;
	margin: 0px 7px;
	vertical-align: bottom;
	font-weight: bold;

}
#nav li a:hover, #nav li active, #nav li a:focus {
	color: 3d7415;
	font-weight: bold;

}
#innerwrapper {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	width: 790px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#content {
	float: right;
	width: 450px;
}
#content h2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#content span {
	position: absolute;
	left: -3000px;
}
#content p {
	font-size: 85%;
	line-height: 1.3;
	margin-top: 5px;
	margin-right: 32px;
	margin-left: 0px;
	border: none;
	}
	
	
	
#content a:link, #content a:visited {
	color: #990000;
	text-decoration: none;
	vertical-align: middle;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



#content a:hover, #content active, #content a:focus {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



.lftflt {
	float: left;
	margin-left: 8px;
}
#sidebar {

	float: left;
	width: 320px;
}
#sidebar h3 {
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
}
#sidebar span {
	position: absolute;
	left: -3000px;
}
#sidebar p {
	font-size: 85%;
	line-height: 1.4;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 32px;
}


#footwrapper {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 790px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

	



#footer {
	height: 240px;
	width: 785px;
}


#footer p {
	font-size: 65%;
	text-align: right;
	color: #e5dcb9;
	float: right;
	height: 86px;
	width: 135px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	right: 0px;
	padding-right: 0px;
	border: none;
	left: 200px;
	clear: none;
	margin: 140px 18px 0px -14px;
	padding-left: 0px;
}






#copywrapper {
	height: 100px;
	width: 790px;
}



#copy {
	float: middle;
	height: 75px;
	width: 790px;




}
#copy a:link, #copy a:visited {
	color: #333333;
	text-decoration: none;
	padding: 5px 0px;
	margin: 0px 7px;
	vertical-align: middle;
	font-weight: bold;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;



}
#copy a:hover, #copy active, #copy a:focus {
	color: 093a38;
	font-weight: bold;
	
	
	
		
}	


#copy p {
	font-size: 65%;
	line-height: 1.3em;
	margin-top: 5px;
	margin-right: 32px;
	margin-left: 0px;
	border: none;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;



}



	
