@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #F1F1F2 url(../images/main-background.jpg) center repeat-y;
}

#topbar {
	margin: 0px;
	padding: 7px 0px 0px 65px;
	background: url(../images/top-background.jpg) repeat-y;
	height: 36px;
	color: #461513;
	font: 16px Georgia, "Times New Roman", Times, serif;
}

#topbar p {
	margin: 0px;
	padding: 0px;
}

#topbar p b {
	margin: 0px;
	padding: 0px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#container {
	width: 997px;
	margin: 0px auto;
}

#banner {
	text-align: right;
}

#inside {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	float: right;
	width: 947px;
}

#leftnav {
	display: block;
	width: 219px;
	margin: 0px;
	padding: 0px;
	background: url(../images/fade.jpg) right top no-repeat;
	min-height: 650px;
}

#leftnav a:link, #leftnav a:visited { 
	padding: 9px 0px 0px 26px;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #461513;
	text-decoration: none;
	display: block;
	height: 33px;
}

#leftnav a:hover, #leftnav a:active {
	padding: 9px 0px 0px 26px;
	margin: 0px;
	text-decoration: none;
	color: #E9AF5D;
	display: block;
	height: 33px;
	background: url(../images/leftnav-bg.jpg) no-repeat;
}

#leftnav a.sublink:link, #leftnav a.sublink:visited {
	height: auto;
	margin: 0px 0px 11px 45px;
	padding: 0px;
	background: none;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1E1E1E;
}

#leftnav a.sublink:hover, #leftnav a.sublink:active {
	text-decoration: none;
	color: #E9AF5D;
}

#leftnav img {
	margin-left: 45px;
	margin-bottom: 8px;
}

a:link, a:visited {
	text-decoration: none;
	color: #461513;
}

a:hover, a:active {
	text-decoration: underline;
	color: #461513;
}

#content {
	width: 473px;
	padding: 0px;
	margin: 20px 25px 0px 25px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

#content p {
	line-height: 18px;
}

h1 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #895813;
	text-align: left;
}

h2 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #895813;
}

#rightnav {
	margin: 10px;
	padding: 0px;
	width: 185px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

#rightnav h1 {
	color: #461513;
	text-transform: uppercase;
	font-size: 17px;
	padding-top: 8px;
}

#bottom {
	padding: 0px 15px 0px 15px;
	font: 12px Arial, Helvetica, sans-serif;
	background: #461513;
	color: #A99291;
}

#bottomnav {
	padding: 0px 15px 0px 15px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #A77836;
}

#bottomnav a:link, #bottomnav a:visited {
	color: #461513;
	text-decoration: none;
}

#bottomnav a:hover, #bottomnav a:active {
	text-decoration: underline;
	color: #461513;
}
