/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	min-width: 800px;
	background: url('images/wrapper-bg.jpg') top center repeat-y #EAE7D3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #69633B;
	}
	
a:link, a:visited {text-decoration: underline; color: #631911;}
a:hover, a:active {text-decoration: underline; color: #8D8444;}

p {
	padding-left: 10px;
	padding-right: 10px;
	}
p.feature {color: #233E51;}
p.read-more {color: #79120B; font-weight: bold; font-style: italic; text-align: right;}
p.read-more a{text-decoration:none;}
.h3 {font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	color: #597BB8;
	margin: 0px;}
	
h1 {font-size: 24px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	color: #857A20;
	margin: 0px;}

h2 {font-size: 20px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	color: #B49842;}
	
h3 {font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
	color: #597BB8;}
	
table.link a{text-decoration:none;}
td {vertical-align: top;}
	
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	}	
#branding {margin: 0px auto;}
	
#content {
	width: 620px;
	float: right;
	padding: 10px 0px 20px 0px;
	}
#left-content {width: 400px; float: left;}
#right-content {width: 213px; float: right;}
.right-feature {background: url('images/right-feature.jpg') no-repeat top left;}
.right-feature h1 {font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
	color: #47392E;
	margin: 0px; padding-top: 8px;}
.right-feature p{color: #47392E; padding-right: 2px;}

#mainnav {width: 140px;
	float: left;
	padding: 10px 0px 20px 0px;
	background: url('images/menu-bg.jpg') no-repeat top left;
	}
#mainnav a{display: block; text-decoration: none; font-weight: bold; 
	padding: 6px 0px 6px 8px; margin: 0px 11px 4px 0px; background-color: #F7F5E7;}
#mainnav a:link, #mainnav a:visited {color: #47392E; border-left: 12px solid #D6D2B9;}
#mainnav a:hover, #mainnav a:active {color: #51120A; border-left: 12px solid #708ABB;}

img.border-right {padding: 5px; border: 1px solid #D1CEBB; float: right; margin-left: 5px;}
img.border-left {padding: 5px; border: 1px solid #D1CEBB; float: left; margin-right: 5px;}
img.border {padding: 5px; border: 1px solid #D1CEBB; }
	
#footer {
	border-top: 1px solid #EAE7D3;
	clear: both;
	background: url('images/footer.jpg') no-repeat bottom left;
	padding: 8px 0px 8px 0px;
	}
#footer p{
	color: #47392E;
	font-size: 11px;
	text-align: center;
	margin: 4px;
	}
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */