body {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	background: url(../images/bg.jpg) repeat-x top left #2F3639;
}

#wrapper {
	width: 980px;
	margin: 0px auto;
}

#box, box2 {
	width: 100%;
	float: left;
 	background: url(../images/bodyback.png) repeat-y top left;
}



#header {
	width: 100%;
	float: left;
	height: 353px;
	background: url(../images/header.jpg) no-repeat top right;
}

#nav {
	width: 100%; 
	float: left;
	margin: 18px 0px 0px 90px;
}

#headertext {
	font-family: tahoma; 
	float: right; 
	font-size: 1.1em; 
	color: #646c71; 
	margin-right: 110px; 
	text-align: right;
	width: 800px;
}

#slideshowfrontpage {
	width: 450px;
	float: right;
}

.navreg {
	text-align:center;
	font-family: Times;
	font-style: italic;
	color: #272f32;
	text-decoration: none;
	float: left;
	width: 134px;
	height: 39px;
	font-size: 1.4em;
	margin: 1px;
	padding-top: 10px;
	background: url(../images/navback.png) no-repeat;
}

.navreg:hover {
	color: white;
	background: url(../images/navover.png) no-repeat;
}

.navpdf {
	text-align:center;
	font-family: Times;
	font-style: italic;
	color: #272f32;
	text-decoration: none;
	float: left;
	width: 312px;
	height: 39px;
	font-size: 1.4em;
	margin: 1px;
	padding-top: 10px;
	background: url(../images/customerback.png) no-repeat;
}

.navpdf:hover {
	color: white;
	background: url(../images/navpdfover.png) no-repeat;
}

#contentwrap {
	width: 800px;
	float: left;
	margin-left: 70px;
}

#content {
	width: 100%;
	float: left;
	padding: 10px;
}

#footer {
	width: 100%;
	float: left;
	height: 63px;
	background: url("../images/footer.png") no-repeat top left;
}

#footnav {
	float: left;
	margin: 30px 0px 0px 100px;
}

#footnav a {
	float: left;
	color: white;
	text-decoration: none;
	margin: 5px;
	font-size: .8em;
}

#footnav a:hover {
	text-decoration: underline;
}


