@charset "UTF-8";
/* CSS Document */
body {
	/*background-image: url(../images/bkgd.gif);
	background-repeat: repeat;*/
	background-color: #483C32;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
img {border: none;}
h1 {font-size: 18px; text-transform: uppercase; color: #bb3a24;}
h2 {font-size: 14px; color: #bb3a24;}
h3 {font-size: 14px; color: #bb3a24; padding: 0 0 5px; margin: 0;}
h4 {font-size: 12px; color: #bb3a24; padding: 5px 0 0; margin: 0;}
p {font-size: 12px; line-height: 17px; margin: 0 0 15px;}
a {color: #bb3a24; text-decoration: none;}
a:hover {color: #572700; text-decoration: underline;}
ul {list-style: none; padding: 0 0 0 25px;}
li {list-style: disc; font-size: 12px; line-height: 17px;}

.outer {
	margin: 0 auto;
	width: 904px;
}	
.border1 {
	border: 1px solid #392e25;
	width: 902px;
	margin: -1px auto 0;
	float: left;
}
#container {
	width: 900px;
	margin: -1px auto 0;
	background-color: #fff;
	border: 1px solid #2a2119;
	float: left;
}
.top {
	background-color: #bb3a24;
	width: 900px;
	height: 35px;
}
.top p {
	color: #fff;
	font-size: 12px;
	margin: 0;
	line-height: 35px;
}
#topLeft {
	width: 370px;
	padding: 0 30px;
	text-align: left;
	float: left;
}
#topRight {
	width: 370px;
	padding: 0 30px;
	text-align: right;
	float: right;
}
#header {
	width: 840px;
	height: 80px;
	padding: 15px 30px;
}
#logo {
	float: left;
}
#navigation {
	border-top: 1px solid #572700;
	border-bottom: 1px solid #572700;
	height: 40px;
	float: right;
	margin: 25px 0;
}
#navigation a {
	font-size: 16px;
	text-transform: uppercase;
	color: #bb3a24;
	padding: 0 25px;
	margin: 0;
	line-height: 40px;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover {
	color: #572700; 
	text-decoration: none;
}

#border2 {
	border: 1px solid #ccc;
	width: 838px;
	margin: 10px 30px 20px;
}
#homeImage {
	border: 1px solid #777;
	width: 822px;
	padding: 7px;
	height: 200px; 
	overflow: hidden;
}
.contentLeft {
	width: 230px;
	float: left;
	padding: 60px 0 40px 40px;
}
.contentLeft img {border: 1px solid #000;}
.contentMain {
	width: 550px;
	padding: 10px 40px 40px;
	float: left;
}
.contentRight {
	width: 230px;
	float: right;
	padding: 20px 40px 40px 0;
}
#footer {
	width: 900px;
	margin: auto;
	clear: both;
	padding: 15px 0;
}
#footer p {
	font-size: 10px;
	color: #ccc;
	text-align: left;
	padding: 0 30px;
}
#left {
	width:300px;
	float: left;
}
#right {
	width: 400px;
	float:right;
	text-align: right;
}
/* Fading sidebar styling */
#fades {
	float: left;
	background: transparent;
	width: 822px;
	height: 200px;
	overflow: hidden;
}
#fades ul{
	list-style:none;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 200px;
}
#fades li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
/* END Fading sidebar styling */