body {
	background-color: #FFFFFF;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
#Wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#MainContent {
	height: 800px;
	width: 900px;
	padding-right: 50px;
	padding-left: 50px;
	font-family: Helvetica;
	font-size: 12px;
	padding-top: 25px;
	line-height: 16px;
}
#MainContent a:link, a:visited, a:active {
	font-family: Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
#MainContent a:hover {
	font-family: Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
#Footer {
	font-family: Helvetica;
	font-size: 13px;
	text-align: center;
	height: 25px;
	width: 1000px;
	color: #999999;
	line-height: 26px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #990000;
}
#MainContent h1 {
	color: #990000;
	line-height: 35px;
}
