body {
	background-image: url(/images/WebSiteBg.gif);
	background-repeat: repeat-x;
	background-color: #E1E9A0;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	color: #5D7E67;
	text-decoration: none;
}
a:hover {
	color: #5D7E67;
	text-decoration: underline;
}
#SiteContainer {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}#MainContent {
	text-align: justify;
	background-image: url(/images/ContentBg.gif);
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	min-height: 400px;
}
#MainContent h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6F9A7B;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#MainContent h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #6F9A7B;
}
#Footer {
	background-image: url(/images/FooterBg.gif);
	height: 32px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 8px;
	text-align: right;
}
#Copyrights {
	color: #77A283;
	float: left;
	width: 400px;
	padding-left: 30px;
}
#Credits {
	margin-left: 400px;
	text-align: right;
	padding-right: 30px;
}
#Credits a {
	color: #78A384;
	text-decoration: none;
}
#Credits a:hover {
	color: #666666;
	text-decoration: none;
}
.ImgFloatLeft {
	float: left;
	margin-right: 10px;
}
.ImgFloatRight {
	float: right;
	margin-left: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#MainContent .promo {
	float: left;
	border: 5px solid #EEE;
	padding: 20px;
	width: 230px;
	margin: 20px;
	background-color: #6F9A7B;
	height: 229px;
	background-repeat: no-repeat;
	background-image: url(/promos/PromoBoxBg.png);
	text-align: left;
}
#MainContent .promo h1 {
	font-size: 26px;
	text-shadow: 0.02em 0.02em #666;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

