@charset "utf-8";
body {
	background-color: #1F1F1F;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.imgespace {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#divheader {
	margin: 0px;
	padding: 0px;
	height: 325px;
	width: 955px;
}
#divcontainer {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 955px;
	background-color: #a8cb6d;
	text-align: center;

}
#divsubcontainer {
	background-color: #FFFFFF;
	width: 915px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ED1C24;
	border-right-color: #ED1C24;
	border-bottom-color: #ED1C24;
	border-left-color: #ED1C24;
	margin-left: auto;
	margin-right: auto;
}
#divmenu {
	padding: 0px;
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#rightbar {
	padding: 0px;
	float: right;
	width: 250px;
	margin-right: 5px;
	margin-top: 15px;
}
#divcontent {
	width: 620px;
	text-align: left;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px;
}
#divfooter {
	clear: both;
	height: 60px;
	width: 915px;
	border-top-width: thick;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #a8cb6d;
	border-bottom-color: #a8cb6d;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

