/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	min-width: 800px;
	background: url('images/bg.jpg') top left repeat-x #6C5939;
	background-attachment: fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2F2109;
	}
	
a:link, a:visited {color: #2F2109; font-weight: bold;}
a:hover, a:active {color: #592120; font-weight: bold;}

table td {vertical-align: top;}
table.stylized {margin: 0px 0px 10px 45px; border: 1px solid #5d4a28;}
table.stylized td {border: 1px solid #6F5830;}

table.center td {text-align: center;}
table.stylized th {border: 1px solid #DED5C8; font-weight: bold; text-align: center;}

img.border {border: 1px solid #000000;}
img.border-left {border: 1px solid #000000;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;}
img.border-right {border: 1px solid #000000;
	float: right;
	margin: 0px 0px 0px 20px;
	padding: 0px;}

p { padding: 0px 30px 0px 45px; text-align: justify; margin: 8px auto;}

ul {padding-left: 70px;
	margin-right: 20px;}
	
h1 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
	padding: 0px 20px 0px 10px;
	margin: 10px auto;
	color: #592122;}

h2 {font-size: 24px; 
	background: url('images/h2.jpg') 0px 50% no-repeat;
	font-weight: normal;
	font-style: italic;
	padding: 0px 20px 0px 45px;
	margin: 8px auto;
	color: #AB956E;}
	
h3 {font-size: 20px;
	font-weight: normal;
	font-style: italic;
	padding: 0px 20px 0px 10px;
	margin: 8px auto;
	color: #2F2109;}
	
#header {}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url('images/wrapper-bg.jpg') top left repeat-y;
	}	
	
#content { width: 680px; float: right;background: url('images/content-bg.jpg') top right no-repeat;
	padding-bottom: 30px;}
#content-home {width: 740px; height: 355px; float: right; background: url('images/home-image.jpg') top right no-repeat;}
#content-home p{color: #c8ae81; font-size: 17px;
	padding-left: 40px; margin: 8px auto;
	line-height: 24px;}

#mainnav {width: 208px;
	float: left;
	padding: 0px;
	font-size: 16px;
	text-align: center;
	}
#mainnav ul{list-style-type:none;
	margin: 20px 0px 0px 0px; padding: 0px;}
#mainnav li{border-bottom: 1px dashed #8e7053;
	padding: 8px 0px 8px 0px;
	font-weight: bold;}
#mainnav a{text-decoration: none;
	padding: 5px;}
#mainnav a:link, #mainnav a:visited{color: #d9bd8c;}
#mainnav a:hover, #mainnav a:active{color: #000000;}	
#footer {border-top: 10px solid #643D2E; width: 900px;
	clear: both; margin: 0px auto;}
#footer p{text-align: center;}
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */