@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#container {
	float: left;
	height: 768px;
	width: 1024px;
	background-image: url(images/Main%20Images/Website%20Background.jpg);
	background-repeat: no-repeat;
}
#header {
	float: left;
	height: 182px;
	width: 1024px;
}
#content_area {
	float: left;
	height: 1000px;
	width: 800px;
	background-color: #000000;
	margin-top: 10px;
	margin-left: 20px;
	border: thin solid #2AB622;
	background-repeat: repeat;
}
#footer {
	float: left;
	height: 167px;
	width: 1024px;
	margin-top: 30px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #307B29;
}
#home {
	float: left;
	height: 25px;
	width: 103px;
	margin-top: 10px;
	border: thin solid #28B420;
}

.outer {
width:1024px;
margin:auto;
display:table;
}

.inner {
width:auto;
margin:0px;
display:table;
}

