body {
	background-color: #FFF;
	background-image: url(images/mainBack.png);
	background-repeat: repeat-x;
	padding-top: 0px;
	margin-top: 0px;
}
#mainBody {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#mainBody #header {
	height: 280px;
	width: 1000px;
}
#mainBody #header #semi {
	float: left;
}
#mainBody #header #sign {
	float: right;
	margin-top: 30px;
}
#mainBody #header #logo {
	width: 300px;
	height: 60px;
	margin-top: 18px;
	padding-top: 0px;
	text-align: right;
	float: right;
}
#mainBody #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#mainBody #header h2 {
	margin-bottom: 0px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 0px;
	clear: both;
}
#mainBody #mainContent {
	background-image: url(images/subBack.png);
	height: 800px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 25px;
	clear: both;
	padding-left: 25px;
}
#mainBody #mainContent h3 {
	clear: both;
}
#mainBody #mainContent p {
	padding-left: 5px;
	padding-right: 25px;
	width: 750px;
}
#mainBody #footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #5A8524;
}
#mainBody #footer a {
	text-decoration: none;
	color: #5A8524;
}
