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

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	min-width: 850px;
	background-color: #251200;
	font-size: 110%
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #7c241c;
	text-decoration: underline;
}

a:hover{
	color: #c8582a;
	text-decoration: underline;
}

a.subnav:link, a.subnav:visited{
	color: #7c241c;
	font-size: 80%;
	text-decoration: underline;
}

a.subnav:hover{
	color: #c8582a;
	font-size: 80%;
	text-decoration: underline;
}

/************* divs and components **************/

#wrap {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width:850px;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	}

#top {
	min-width:850px;
	height:39px;
	background-image: url(images/top.jpg);
	}
	
#nav {
	min-width:850px;
	height:92px;
	background-image: url(images/nav.jpg);
	}

.navlinks {
	font-size: 120%;
	margin-left: 30px;
	padding-top:10px;
	}
	
#headers {
	min-width:850px;
	height:77px;
	background-image: url(images/headers.jpg);
	}
	
#left_head {
	float:left;
	width:50%;
	}
	
#right_head {
	float:right;
	width:50%;
	}
	
#content {
	min-width:850px;
	min-height:600px;
	}

#left {
	float:left;
	width:50%;
	}
	
#right {
	float:right;
	width:50%;
	}
	
#main {
	margin: 15px 45px 5px 45px;
	font-size: .75em;
	}

#main_right {
	margin: 15px 45px 5px 15px;
	font-size: .75em;
	}
	
#footer {
	min-width:850px;
	height:150px;
	text-align:center;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color: #d2c49b;
	font-size: 70%;
	clear:both;
	}
	
h1 {
	margin-bottom:10px;
	font-size: 150%;
	}
	
h2 {
	margin-left:45px;
	margin-bottom:0px;
	}
