body {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	background: url(../images/bodyback.jpg) repeat-x top right #3266cc;
}

#wrapper {
	width: 901px;
	margin: 0px auto;
}

#header {
	width: 100%;
	background: url(../images/headerback.jpg) no-repeat top right;
	height: 138px;
}

h1 {
	width: 98%;
	float: left;
	background: url(../images/titleback.jpg) repeat-y top right;
}

#headtext {
	color: white;
	float: right;
	font-weight: bold;
	font-size: 1.2em;
	margin: 25px 15px 0px 0px;
	text-align: right;
}

#nav {
	width: 100%;
	float: left;
	background: url(../images/navback.jpg) repeat-x top right;
	height: 39px;
}

#navcontainer {
	float: left;
	margin-left: 30px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

#navtext {
	float: right;
	color: white;
	font-size: 1.1em;
	margin: 5px 30px 0px 0px;
}

#nav a {
	float: left;
	height: 28px;
	padding: 0px 20px 0px 20px;
	margin: 5px 0px 0px 0px;
	border-right: 1px solid #ff9900;
	text-decoration: none;
	color: white;
	font-size: 1.3em;
}

#nav a:hover {
	color: black;
	background: url(../images/navhover.jpg) repeat-x top right;
}

#contentwrap {
	width: 100%;
	float: left;
	background: url(../images/footertopback.jpg) repeat-x bottom #ffffff;
}

#content {
	width: 100%;
	float: left;
	padding: 0px 10px 10px 10px;
	
}

#footer {
	width: 100%;
	float: left;
	color: white;
}

#foornav {
width: 100%;
float: left;

}

#footnav a {
	text-decoration: none;
	color: white;
	float: left;
	margin: 5px;
	font-size: .7em;
}

#footnav a:hover {
	text-decoration: underline;
	color: #ff9900;
}

#footertext {
	width: 100%;
	float: left;
	text-align: center;
	color: white;
}

#copyright {
	width: 100%;
	float: left;
	text-align:center;
	font-size: .7em;
}



