@charset "UTF-8";
html {
	height: 100%;
}
body {
	background-color: #6e210f;
	height: 100%;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
img.clear {
	display: block;
	clear: both;
	height: 0px;
}
.imgbrd-l {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}
.imgbrd-r {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 2px solid #c1bdb1;
}
h1, h2, h3 {
	color: #4d3528;
}
a {
	color: #6E200F;
}
.right {
	float: right;
}
.left {
	float: left;
}
#container {
	min-height: 100%;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(../images/page-bg.png);
	background-repeat: repeat-y;
}
#header-top {
	height: 25px;
	width: 900px;
	background-color: #591a0b;
	color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
}
#header-top a {
	color: #FFFFFF;
}
#header-top p {
	padding-right: 15px;
}
#header {
	width: 870px;
	height: 252px;
	background-color: #e3dcd4;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#nav {
	height: 40px;
	width: 870px;
	margin-top: 5px;
	font-size: 16px;
}
#nav li {
	display: block;
	margin-right: 25px;
	float: left;
}
#nav li a {
	color: #472e1a;
	text-decoration: none;
	display: block;
	padding-right: 18px;
	padding-left: 18px;
	height: 32px;
	padding-top: 8px;
	float: left;
}
#nav a:hover {
	color: #6E210F;
}
#nav a.active {
	background-color: #f5f1e8;
	color: #7f776c;
}
#home {
	width: 870px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 122px;
	padding-left: 15px;
}
#page {
	width: 870px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 122px;
	padding-left: 15px;
}
#welcome {
	float: left;
	width: 572px;
}
h1  {
	font-size: 24px;
	padding-bottom: 15px;
}
h2  {
	font-size: 16px;
}
#welcome  p, #page p {
	padding-bottom: 15px;
	line-height: 16px;
}
#welcome .box {
	float: left;
	width: 181px;
	margin-right: 14px;
	background-color: #E3DCD4;
}
#welcome .box .content h2 {
	padding-bottom: 15px;
}
#welcome .box .content {
	padding-right: 15px;
	padding-left: 15px;
}
#welcome #box-r {
	margin-right: 0px;
}
#home-sidebar {
	float: right;
	width: 270px;
}
#home-sidebar .box {
	margin-bottom: 20px;
	background-color: #c7bdb1;
}
#home-sidebar .box .content {
	padding-right: 22px;
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#home-sidebar .box .content h2 {
	font-size: 16px;
	padding-bottom: 15px;
}
#main {
	float: right;
	width: 575px;
}
#sidebar {
	width: 270px;
	float: left;
	background-color: #c7bdb1;
}
#sidebar .content h2 {
	color: #FFFFFF;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sidebar .content {
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar .content li {
	display: block;
}
#sidebar .content a {
	height: 20px;
	padding-top: 8px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-weight: bold;
	color: #3f3124;
}
#sidebar .content p {
	padding-left: 15px;
}
#sidebar .content a:hover {
	color: #6E200F;
	background-color: #D6D1CA;
}
#sidebar  .content  a.active {
	background-color: #E3DCD4;
	color: #877b6d;
}
#footer {
	height: 122px;
	width: 900px;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
	margin-top: -122px;
}
#footer  .container {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	margin-right: 15px;
	margin-left: 15px;
	height: 105px;
}
#footer .container a {
	color: #FFFFFF;
}
#footer .container .content {
	float: left;
	padding: 15px;
}
#footer .container .content p {
	padding-bottom: 10px;
}
#footer .container div.right {
	padding: 15px;
	font-size: 14px;
}
