﻿body {
	background: url('../img/bg.jpg') top repeat-x #572e18;
	}

body, p, td, div {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #3a1f11;
	line-height: 22px;
	}

p {
	margin: 0px;
	padding: 0px;
	}

a {
	color: #101370;
	}

img {
	line-height: normal;
	}
	
#Footer {
	padding-top: 0px;
	padding-bottom: 20px;
	width: 960px;
	font-size: 11px;
	color: #a88f79;
	text-align: left;
	}
	
#Footer a {
	float: right;
	color: #a88f79;
	text-decoration: none;
	}
	
#Footer a:hover {
	color: red;
	}
	
#SubContentWrapper {
	width: 960px;
	text-align: center;
	}
	
#SubMenu {
	float: left;
	width: 188px;
	padding-top: 5px;
	text-align: left;
	}
	
#Content {
	float: right;
	width: 762px;
	background: url('../img/sub-content-bg.jpg') top no-repeat #f8efd9;
	text-align: left;
	padding: 0px;
	margin-left: 0px;
	}
	
#ContentWrapper {
	margin-left: 35px;
	width: 692px;
	text-align: left;
	}
	
#SubContentBottom {
	float: right;
	width: 762px;
	height: 55px;
	background: url('../img/sub-content-bottom.gif');
	}
	
/* subsubsub menu */

ul.SubSubMenu {
	margin: 0px;
	padding: 0px;
	background: #422213;
	}

ul.SubSubMenu li {
	text-align: right;
	list-style-type: none;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0px;
	border-bottom: solid #6b4a36 1px;
	}

ul.SubSubMenu li a {
	font-weight: bold;
	text-decoration: none;
	color: #d2af89;
	line-height: 29px;
	}
	
ul.SubSubMenu li a:hover {
	color: #ffffff;
	}

ul.SubSubMenu li a.selected {
	color: #ffffff;
	}


ul.SubSubSubMenu {
	margin: 0px -10px 0px 0px;
	padding: 0px;
	}

ul.SubSubSubMenu li {
	text-align: right;
	list-style-type: none;
	padding-right: 10px;
	margin: 0px;
	border-top: solid #523523 1px;
	border-bottom: 0px;
	line-height: 22px;
	}

ul.SubSubSubMenu li a {
	font-weight: normal;
	text-decoration: none;
	color: #9f7e5a;
	font-size: 11px;
	line-height: 22px;
	}

ul.SubSubSubMenu li a:hover {
	color: #ffffff;
	}
	
ul.SubSubSubMenu li a.selected {
	color: #ffffff;
	afont-weight: bold;
	}
	
/* headers */

h4 {
	font-size: 16px;
	font-family: Georgia;
	font-style: italic;
	}

h5 {
	line-height: 18px;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	}

#contact td {
	line-height: normal;
	padding: 5px;
	}

#contact span.small {
	font-size: 10px;
	}

