body {
	background: #2b2728;
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	font-family: arial;
	font-size: 12px;
}

#box {
	width: 1000px;
	margin: 0px auto;
}

#wrapper {
	width: 100%;
	float: left;
	background:
	url("../images/bodyback.jpg") center center repeat-y;
}

#box2 {
	width: 700px;
	margin: 0px auto;
}

#header {
	width: 100%;
	height: 211px;
	background: url("../images/headerback.jpg") no-repeat bottom;
}

.nav td {
	text-align: center;
	width: 98px;
	height: 34px;
	background: url("../images/navback.jpg") no-repeat ;
}

.nav {
	padding: 0px;
	float: left;
	margin: 59px 0px 0px 0px;
	
}

.nav a {
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 11pt;
	padding-top: 5px;
}

.nav a:hover {
	text-decoration: underline;
}

#contactinfo {
	margin: 30px 5px 0px 0px;
	width: 370px;
	float: right;
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
}

#logo {
	float: left;
	margin: 0px 0px 0px 0px;
}

#eagle {
	float: right;
	margin: 10px 10px 0px 0px;
}

#content {
	width: 100%;
	float: left;
	padding-top: 150px;
	background: url("../images/contentback.jpg") no-repeat top;
}

#left {
	float: left;
	width: 520px;
	padding-left: 5px;
}

#text {
	float: left;
	width: 100%;
	padding-left: 10px;
	font-size: 13px;
}


#right {

	width: 160px;
	float: right;
}

#right img {
	border: 2px solid black;
}

#title {
	font-size: 24pt;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid black;
}

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