body {
	margin: 0px;
	padding: 0px;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/background.jpg); background-repeat:repeat-x; background-position:top; background-color:#33cc00; margin-top:0px; background-attachment:fixed;
	color:#033;
}
#container {
	float: left;
	height: auto;
	width: 955px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(Site%20Images/container_bg.jpg);
	background-repeat: no-repeat;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7fc241;
	border-right-color: #7fc241;
	border-bottom-color: #7fc241;
	border-left-color: #7fc241;
}
#header {
	float: left;
	height: 147px;
	width: 955px;
}
#content_area {
	float: left;
	height: auto;
	width: 898px;
	background-color: #fff;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	border: medium solid #7fc241;
	
	color:#033;
	padding: 10px;
	margin-bottom: 15px;
}

.outer {
width:955px;
margin:auto;
display:table;
}

.inner {
width:auto;
margin:0px;
display:table;
}

