body {
	background-color: #221208;
	font-family: helvetica, arial, tahoma;
	color: #c69562; 
	font-size: 11pt;
	text-align:center;
	margin: 0px; 
	padding: 0px;
	}

img {
	max-width: 100%;
	}

p {
	text-indent: 20px;
	}
	
ol#nav,ol#contact {
	list-style: none;
	margin:0px;
	padding: 0px;
	}
	
ol#nav li {
	font-size: 18pt;
	color: #845d1f;
	background-color: #301d14;
	float: left;
	}

ol#nav li.active {
	font-size: 18pt;
	background-color: #4c2615;
	float: left;
	}

ol#nav a {
	display: block;
	color: #845d1f;
	padding: 0px;
	width: 80px;
	height: 40px;
	text-align: center;
	padding: 3px 0;
	}
	
ol#nav a.active {
	color: #c69562; 
	}
	
ol#nav a:hover {
	background-color: #ab741d;
	color: #221208;
    display: block;
    text-decoration: none;
	}
	
ol#contact li {
	font-size: 18pt;
	background-color: #4c2615;
	float: right;
	}

ol#contact a {
	display: block;
	padding: 0px;
	width: 250px;
	height: 40px;
	text-align: center;
	padding: 3px 0;
	}
	
ol#contact a:hover {
	background-color: #ab741d;
	color: #221208;
    display: block;
    text-decoration: none;
	}
	
a:link {
	color: #c69562;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited {
	color: #c69562;
	font-weight: bold;
	text-decoration:none;
	}

a:hover  {
	color: #7bccfa;
	font-weight: bold;
	text-decoration: none;
	}

#wrap {
	min-width:940px;
	overflow:auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
	
#head {
	position: relative;
	background-color:#1e190c;
	background: url("images/header.jpg") 50%;
	background-repeat: no-repeat;
	padding: 0px;
	width: 100%;
	height: 380px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
	
#headnav {
	position: absolute;
	top: 340px;
	left: 0px;
	}
#headcontact {
	position: absolute;
	top: 340px;
	right: 0px;
	}
	
#subhead {
	width: 100%;
	position: relative;
	text-align:center;
	background: url("images/headerbo.jpg") 50% -1px;
	background-repeat: no-repeat;
	background-color:#4c2615;
	border-bottom: 30px solid #4c2615;
	margin-left:auto;
	margin-right:auto;
	padding: 50px 0px 50px 0px;
	overflow:auto;
	}

#lcontent {
	position: relative;
	left: 10%;
	background: url("images/contbg.jpg"); 
	background-repeat: repeat-x;
	background-color: #664130;
	width: 40%;
	height: auto;
	float:left;
	text-align: left;
	padding: 15px;
	border-bottom: 3px solid #1e190c;
	border-right: 3px solid #1e190c;
	}
	
#rcontent {
	position: relative;
	left: 15%;
	background: url("images/contbg.jpg"); 
	background-repeat: repeat-x;
	background-color: #664130;
	width: 30%;
	height: auto;
	float: left;
	text-align: left;
	padding: 15px;
	border-bottom: 3px solid #1e190c;
	border-right: 3px solid #1e190c;
	}
