* {
	margin: 0;
	padding: 0;
	}
body {
	background-image: url(../images/background.gif);
	color: #fff;
	text-align: center;
	font-family: "Verdana", "Arial", "Tahoma", "MS Sans Serif", sans-serif;
	font-size: 75%;
	line-height: 16px;
	}
div#container {
	background-image: url(../images/containerbg.gif);
	background-repeat: repeat-y;
	width: 800px;
	padding-left: 6px;
	padding-right: 6px;
	margin: auto;
	text-align: left;
	}
div#header {
	background-image: url(../images/header.jpg);
	height: 295px;
	}
div#content {
	padding-left: 135px;
	padding-right: 135px;
	padding-bottom: 100px;
	background-image: url(../images/bodybottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
div#search {
	position: relative;
	left: 10px;
	top: 10px;
	}
.search {
	width: 120px;
	height: 12px;
	background-color: #20244f;
	border: solid;
	border-width: 1px;
	border-color: #33397e;
	color: #999999;
	font-size: 80%;
	}
div#nav1 {
	position: relative;
	top: 95px;
	left: 10px;
	font-size: 90%;
	}
div#nav2 {
	position: relative;
	top: 136px;
	left: 10px;
	}
div#nav3 {
	position: relative;
	top: 10px;
	left: 16px;
	font-size: 90%;
	}
div#nav4 {
	position: relative;
	top: 20px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 80%;
	color:#663300;
	}
div#footer {
	height: 66px;
	width: 812px;
	margin-left: -6px;
	background-image: url(../images/footer2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}
a {
	text-decoration: none;
	color: #fff;
	}
a:hover {
	text-decoration: underline;
	color: #ccc;
	}
p {
	margin-bottom: 10px;
	}
div#nav4 a {
	color: #663300;
	text-decoration: none;
	}
div#nav4 a:hover {
	color: #663300;
	text-decoration: underline;
	}
div#content a {
	text-decoration: underline;
	color: #ccc;
	}
div#content a:hover {
	text-decoration: none;
	color: #fff;
	}
.shade {
	background-color: #15092D;
	}
#lnav {
	float:left;
	height:100px;
	width:90px;
}
