body {
	background-image: url(images/PageBg.jpg);
	background-repeat: repeat-x;
	background-color: #98999B;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	line-height: 18px;
}
.ContentCell {
	background-image: url(images/ContentBG.jpg);
	background-repeat: no-repeat;

	background-color: #FFFFFF;
}
.ContentCell .Content {

	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 55px;
}
.AddressCell {
	color: #FFFFFF;
	font-size: 11px;
}

.ContentCell img {
	margin: 5px;
}



#PageContent {
	width: 774px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-size: 16px;
	color: #c92323;
	font-weight: bold;
}
.Footer {
	background-image: url(images/Footer.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	font-size: 11px;
	line-height: 18px;
	color: #979a9a;
}
.Footer a{
	color: #979a9a;
	text-decoration:none;
}
.Footer a:hover{
	text-decoration:underline;
}
