div#container{
	width: 970px;
	height: 635px;
	margin: 10px auto 0;
	position: relative;
	border: 0px solid black;
	background-color: white;
	z-index: 1;
}
div.clear{
	border: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}

body{
	background-color: #A7936E;
	height: 100%;
	margin: 0;
	padding: 0;
}
div#logo{
	float: left;
	margin: 10px;
	width: 156px;
	height: 197px;
	margin-bottom: 1px;
}
div#title{
	float: right;
	width: 784px;
	height: 197px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 1px;
}
img#back{
	height: 197px;
	width: 784px;
}
div#navbar{
	background-image: url(../images/navbar.jpg);
	float: left;
	height: 45px;
	width: 950px;
	margin-left: 10px;
	margin-top: 10px;
}
div.navlinks{
	float: left;
	height: 45px;
	line-height: 45px;
	width: 153px;
}
div.navlinks a> p.links{
	color: white;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
div.navlinks a>p.links{
	margin: 0 auto;
}
div.navlinks a:hover>p.links{
	Color: #43793E;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
a{
	text-decoration: none;
}
div#mainbox{
	float: left;
	width: 970px;
}
div#image{
	float: left;
	border: 0px solid black;
	margin: 10px;
	height: 270px;
	width: 400px;
	margin-top: 40px;
	margin-left: 50px;
}
p#bottominfo{
	text-align: center;
	line-height: 40px;
	color: white;
}
a.links2{
	color: black;
}
a.links{
	color: white;
}
div#bottomsection{
	background-image: url(../images/bottomnav.jpg);
	height: 40px;
	width: 970px;
	margin-top: 10px;
}
div#maininfo{
	float: left;
	margin: 20px;
	margin-left: 500px;
	border: 1px solid black;
	width: 200px;
}
div#mainbox{
	float: left;
	width: 970px;
}
div#contact{
	float: left;
	width: 300px;
	border: 0px solid black;
	margin: 20px;
	margin-top: 50px;
	margin-left: 100px;
}
p#first{
	text-align: center;
	margin-bottom: 15px;
	margin: 5px;
	font-size: 36px;
}
p.second{
	text-align: center;
	font-size: 22px;
}
p.third{
	text-align: center;
	font-size: 18px;
	line-height: 6px;
}
	
