* {
	margin: 0;
	padding: 0;
}

body {
	background: #B88942;
}

p {
	text-indent: 0px;
	margin: 10px;
}

a {
	font-weight: bold;
	color: #e85e30;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #FFDA78;
	background-color: #e85e30;
}

/*clearfix*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0px;
	height: 0px;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*end clearfix*/

/*divs*/

#container {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	height: auto;
	min-height: 100%;
	width: 800px;
	background: url('images/bodybg.jpg');
}

#banner {
	margin: 0px;
	height: 150px;
	width: 800px;
	background: url('images/banner.jpg');
}

#maintop{
	margin: 0px;
	width: 800px;
	height: 50px;
	background: url('images/bodytop.jpg');
}

#main {
	margin-top: -10px;
	text-align: justify;
	width: 800px;
	height: auto;
}

#mainbottom {
	margin-top: -10px;
	width: 800px;
	height: 50px;
	background: url('images/bodybottom.jpg');
}

/*end divs*/

/*fonts*/

.font1 {
	margin: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5F400F;
	font-weight: bold;
}

.font2 {
	margin: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B88942;
}

.header1 {
	margin: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #B88942;
	text-decoration: underline;
	font-weight: bold;
}

.navfont1 {
	margin: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.navfont2 {
	margin: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.unorderedlist {
	margin: 25px;
}

/*end fonts*/	