.ContentCell {
	background-image: url(../images/PageBg.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
}
body {
	background-color: #BDB27C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
}
h1 {
	color: #da150f;
	font-family: "Trebuchet MS", Arial, helvetica, "times new Roman";
	font-size: 16px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bdb27c;
	border-bottom-color: #bdb27c;
	padding-top: 3px;
	padding-bottom: 3px;
}
