body {
	background: url("../images/bodyback.jpg") repeat-x #333333;
	margin: 0px;
	padding: 0px;
	font-family: arial;
}

#wrapper {
	width: 750px;
	margin: 0px auto;
}

#box2 {
	width: 730px;
	margin: 0px auto;
}

#box {
	width: 100%;
	float: left;
	border: 2px solid black;
	background: #cdbb97;
	padding: 5px;
}

#header {
	height: 115px;
	width: 728px;
	border: 1px solid black;
	float: left;
	background: url("../images/headback.jpg") repeat-x;
	margin-bottom: 5px;
}

.logo {
	float: left;
	padding: 17px 0px 0px 20px;
}

.brandingcontact {
	width: 300px;
	float: right;
	text-align: right;
	font-size: 1em;
	padding-right: 10px;
}

.topcontact {
	color: #4f4e4e;
	margin: 0px;
	padding: 0px;
}

.topcontact a {
	text-decoration: none;
	color: #4f4e4e;
}

.topcontact a:hover {
	text-decoration: underline;
}

#splashpic {
	width: 728px;
	height: 338px;
	float: left;
	background: url("../images/introbg1.jpg") center center no-repeat;
}

#navwrap {
	margin-top: 5px;
	width: 100%;
	float: left;
	height: 40px;
	background: url("../images/navback.jpg") repeat-x;
}

.nav { 
	width: 100%;
	float: left;
	background: url("../images/lastli.jpg") top right no-repeat;
}

.navreg {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.navreg li {
	float: left;
	padding: 8px 22px 20px 32px;
	text-transform: uppercase;
}

.first {
	background: url("../images/lifirst.jpg") top left no-repeat;
}

.reg {
	background: url("../images/linkback.jpg") top left no-repeat;
}

.navreg a {
	color: black;
	text-decoration: none;
	font-family: Times;
	font-size: .8em;
	font-weight: bold;
}

.navreg a:hover {
	color: #373736;
}
