@charset "utf-8";

body{
	background: #1f2907;
        background-position:center;
	text-align: center;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

a:link,
a:visited,
a:hover,
a:active{
	color: #8d5108;
	text-decoration: underline;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 912px;
}

#container{
	background: url(images/main_bg.jpg) repeat-y 0 0;
	padding: 0 0px 0 0px;
	height: 100%;
	width: 912px;
}

#banner{
	background: url(images/header.jpg) no-repeat;
	height: 379px;
}

#content{
	text-align: left;
	line-height: 180%;
}

#left_col{
	float: left;
	width: 175px;
	padding: 0 8px 0 30px;
}

#right_col{
	float: left;
	width: 655px;
	padding: 0 8px 0 8px
}

#left_links {
        display: block;
	padding: 8px 0px 8px 20px;
	text-align: left;
	font-weight: bold;
}

.clear{
	clear: both;
}

#content_bottom{
	background: url(images/footer.jpg) no-repeat;
	height: 353px;
	width: 912px;
}

div#preloadimages {
position: absolue;
overflow: hidden;
display:none;
height: 1px;
width: 1px;
}

h2{
	margin: 0;
	padding: 8px 0 8px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	border-bottom: 1px solid #C2A570;
	line-height: 100%
}

h3{
	font-size: 16px;
	font-weight: 100;
}

ul { list-style-type:none }
