.site_container {
	float: left;
	border: 10px solid #FFFFFF;
	height: auto;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: square;
}

body {
	background-color:#2E3D25;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.header{
	float: left;
	background-image: url(images/header_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 25px;
	width: 100%;
}

.header_image{
	float: left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9c4b16;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background-image: url(images/header_image_bg.jpg);
	background-repeat: repeat-y;
	
}

.menu{
	float: left;
	background-color: #DABC43;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 26px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	line-height: 25px;
	color: #000000;
}

.menu_items {
	margin-right: 5px;
	margin-left: 0px;
}


.menu_items a {
	margin-right: 3%;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.8px;
	color: #000000;

}


.mainbody{
	float: left;
	background-image: url(images/mainbody_bg.jpg);
	background-repeat: repeat-y;
	width: 100%;
	height: auto;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9c4b16;
	list-style-type: circle;
	list-style-position: inside;
}

.footer {
	float:left;
	width: 100%;
	background-color: #541D12;
	height: 21px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	margin:0;
	padding:0;
	line-height:20px;


}

.nexacom {
	width: 100%;
	height: 21px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	margin:0;
	padding:0;
	line-height:30px;
}

.nexacom a {
	color:#CCCCCC;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}