body {
	background: #ececec;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #700042;
	height: 100%;
}

div.pagewidth {
	position: relative;
	width: 820px;
	/* margin: 80px auto 0 auto; */
	margin: 0 auto;
}

div.headerbanner {
  height: 37px;
  width: 100%;
  background: #700042;
}

div.logo {
  position: absolute;
  top: 9px;
  right: 9px;
}

div.mainNav {
	width: 800px;
	height: 190px;
	margin: 0 10px 0 10px;
	padding: 100px 0 0 0;
}

div.frontLogo {
	position: relative;
	width: 820px;
	margin: 120px 0 0 0;
	color: #700042;
	text-align: center;
}

div.frontText {
	text-align: center;
	margin: 90px 0 0 0;
}
