@charset "UTF-8";
.body {
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000000;
}
.container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: left;
	padding: 5px;
	background-image: url(images/containerbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.header {
	float: left;
	height: 90px;
	width: 900px;
	background-color: 006666;
	background-image: url(images/headerbg.jpg);
	position: relative;
}
.leftcolumn {
	float: left;
	height: 370px;
	width: 600px;
	background-color: #000000;
}
.footer {
	float: left;
	background-color: 006666;
	padding: 10px;
	background-image: url(images/footer.jpg);
	margin: 0px;
	width: 880px;
}
.lowercontent {
	height: auto;
	width: 900px;
	background-color: #333333;
	background-image: url(images/lowerbarbg.jpg);
	background-repeat: repeat;
	float: left;
}
.lowerfeature {
	height: auto;
	width: 280px;
	padding: 10px;
	float: right;
}
.headernav {
	float: right;
	height: 60px;
	width: 500px;
	right: 850px;
	padding-top: 30px;
}
.logo {
	padding: 10px;
	height: 70px;
	width: 200px;
	float: left;
}
.rightcolumn {
	float: right;
	height: 350px;
	width: 280px;
	background-color: #d4e2bf;
	text-align: left;
	padding: 10px;
	background-image: url(images/rtcolbg.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.navigation {
	float: left;
	height: 30px;
	width: 900px;
	background-color: #000000;
	position: relative;
}
.main {
	height: 370px;
	width: 900px;
	position: static;
}
.lowertext {
	height: auto;
	width: 580px;
	padding: 10px;
	float: left;
}
.headerbtn {
	float: left;
	height: 30px;
	width: 125px;
	margin-right: 30px;
}

