body {
	border: 0;
	margin: 0;
	padding: 0;
	background: cornsilk;
	background-image: url("../images/background.gif");
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: black;
}

/* wrapper for content */
#wrapper {
	margin: 0 auto; /*centers the box in compliant browsers*/
	margin-top: 10px;
	text-align: left;
	/*counteracts the IE centering, realigning text left*/
	width: 984px;
	background: ivory;
	background-image: url("../images/linen.gif");
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #222;
	border-bottom: 2px solid #222;
}

#content {
	margin: 0 auto; /*centers the box in compliant browsers*/
	text-align: left;
	width: 984px;
	background: ivory;
}

#page-body {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	width: 964px;
	background: ivory;
}

#policies-and-terms {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	font-size: 12px;
	width: 964px;
	background: ivory;
}

#main-title {
	margin: 4px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	width: 964px;
	background: ivory;
}

#sub-title {
	margin: 4px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	width: 964px;
	background: ivory;
}