body {
	background: #CBB59F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#navigation  {
	width: 126px;
	top: 26px;
	position: absolute;
}

.expand #container {
	width: 800px;
	margin: auto;
	text-align: left;
}

.expand #mainContent2 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #663333;
	font-size: 11px;
	width: 637px;
	margin-left: 158px;
	padding-top: 69px;
	padding-right: 5px;
}

.style1 {color: #FF6632}
.style2 {color:#990000}
.style3 {color: #663333}
.style6 {
	color: #993300;
	font-weight: bold;
}
.style7 {font-size: 9px}
.style8 {
	font-size: 10px;
	font-style: italic;
}


