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

html, body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:21px;
	color:#231000;
	background-image:url(../img/bg_home.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#21130a;
}

#container {
	width:900px;
	margin:0 auto;
	text-align:left;
}

#contentcontainer {
	width:900px;
	background-image:url(../img/content_bg.gif);
	background-repeat:repeat-y;
	float:left;
	padding-bottom:25px
}

#header {
	height:108px;
	padding-top:30px;
	padding-left:35px;
}

#content {
	width:550px;
	float:left;
	padding-left:45px;
	padding-right:34px;
	padding-top:20px;
	padding-bottom:25px;
	border-left:1px solid #9e8c52;
}

#footer {
	width:550px;
	padding-left:45px;
	padding-top:10px;
	font-size:11px;
	text-align:center;
	color:#9C8F57;
	float:left;
}	

#footerimg {
	width:595px;
	height:12px;
	background-image:url(../img/footer_home.gif);
	background-repeat:no-repeat;
	float:left;
}

#navleft {
	width:129px;
	height:260px;
	padding-left:35px;
	padding-top:20px;
	background-image:url(../img/bg_nav.gif);
	background-repeat:no-repeat;
}

#navright {
	width:736px;
	height:280px;
}

#navtop {
	width:900px;
	height:27px;
	background-image:url(../img/nav_top.jpg);
}

#navbottom {
	width:900px;
	height:39px;
	background-image:url(../img/nav_bottom.jpg);
}

#modulecontainer {
	float:left;
	border-left:1px solid #9e8c52;
	width:269px;
}

.module {
	float:left;
	width:199px;
	padding-left:35px;
	padding-right:35px;
	margin-top:30px;
	background-image:url(../img/footer_module_home.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:12px;
}

.modlist {
	padding:0px;
	margin-left:0px;
	margin-right:0p;
	margin-top:15px;
	margin-bottom:15px;
	list-style-image:url(../img/marker.gif);
}

.modlist a, .modlist a:visited, .modlist a:hover{
	text-decoation:none;
	color:#231000;
}

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

a:hover {
	text-decoration:none;
	color:white;
}

img {
	border:0px;
}

h1 {
	color:#6E2405;
	font-size:34px;
	font-weight:normal;
	line-height:normal;
}

h2 {
	color:#6E2405;
	font-size:26px;
	line-height:26px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	line-height:normal;
}

.nav {
	_font-weight:bold;
	margin:0px;
	padding:0px;
	color:#DAD7C5;
	list-style:none;
	font-size:14px;
}

.wrap {
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}
	