* {
margin:0;
padding:0;
}

body {
	height:100%;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #AE9260;
	background-image: url(../images/bkgrnd.jpg);
}

/* containers */

div#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: auto;
	background-image: url(../images/bk-body.jpg);
	background-repeat: repeat-y;
}

div#header {
	background-color: #FFFFFF;
	height: 113px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;	
}

div#hero {
	height: 258px;
	width: 800px;
	background: url(../images/hero.jpg) no-repeat;
}

#navlinks {
	position: relative;
	top: 6.5em;
	left: 6em;
}

#navlinks li {
	list-style: none;
	margin-right: 0.5em;
	padding-right: 0.75em;
	border-right: 1px solid #99C;
	font-weight: bold;
	display: block;
	float: left;
}

#navlinks li.last {
	border-right: 0;
}

#subnav {
	list-style: none;
}

div#body-container {
	width: 800px;
	background-image:url(../images/bk-body.jpg);
	background-repeat: repeat-y;
	min-height: 175px;
	height: auto;
}

div#left-content-container {
	width: 230px;
	float: left;
	padding-top: 15px;
	padding-left: 30px;
	height: auto;
}

div#content-container {
	width: 500px;
	float: right;
	padding-top: 15px;
	padding-right: 40px;
	height: auto;
}
div#footer {
	height: 52px;
	width: 800px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	clear:both;
}

/* text */



h1 {
	color: #8b7140;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #8b7140;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
}

.pulltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8b7140;
}
a:link {
	font-weight: bold;
	color: #ca9135;
}
a:visited {
	font-weight: bold;
	color: #ca9135;
}
a:hover {
	font-weight: bold;
	color: #8b7140;
}
a:active {
	font-weight: bold;
	color: #8b7140;
}
.body-bold {
	font-weight: bold;
}
