*, * html {
	margin: 0;
	padding: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #88aa76;
	background-image: url(images/bodyBG.gif);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #090028;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #7b1f08;
	font-weight: bold;
} a:visited {
	text-decoration: none;
	color: #7b1f08;
	font-weight: bold;
} a:hover {
	text-decoration: none;
	color: #090028;
	font-weight: bold;
} a:active {
	text-decoration: none;
	color: #7b1f08;
	font-weight: bold;
}
img {
	border: none;
}
#container {
	width: 624px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: #7b1f08; 
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 624px;
	height: 148px;
}
#mainContent {
	background: #3b6844;
	background-image: url(images/mainBodyBG.gif);
	background-repeat: repeat-x;
	padding: 20px;
	width: 584px;
	height: 560px;
}
#leftColumn {
	background-color: #a9c49a;
	margin-right: 20px;
	padding: 10px;
	width: 262px;
	height: 540px;
	float: left;
} #leftColumn img {
	float: left;
	margin: 0 10px 0 0;
}
#rightColumn {
	width: 282px;
	height: 560px;
	float: left;
} #rightTop {
	background-color: #a9c49a;
	margin-bottom: 20px;
	padding: 10px;
	width: 262px;
	height: 130px;
} #rightTop img {
	float: right;
} #rightMiddle {
	background-color: #a9c49a;
	margin-bottom: 20px;
	padding: 10px;
	width: 262px;
	height: 130px;
} #middleLeft {
	padding: 10px;
	width: 105px;
	height: 100px;
	float: left;
	margin-right: 10px;
} #middleRight {
	padding: 10px;
	width: 105px;
	height: 100px;
	float: left;
} #rightBottom {
	background-color: #a9c49a;
	margin-bottom: 20px;
	padding: 10px;
	width: 262px;
	height: 130px;
} #rightFooter {
	background-color: #a9c49a;
	padding: 10px;
	width: 262px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
} #rightFooter p {
	position: relative;
	top: 5px;
}
#footer {
	background:#7b1f08;
	background-image: url(images/footerBG.gif);
	background-repeat: no-repeat;
	color: #a9c49a;
	text-align: center;
	width: 624px;
	height: 20px;
} #footer p {
	position: relative;
	top: 3px;
}
