body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F4D79F;
	background: #F4D79F;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}

.thrColEls #container {
	width: 100%;
	background: #F4D79F;
	border: 0;
	text-align: center;
	font-size: 100%;
	padding: 0;
	margin: 0;
} 

.thrColEls #bodydiv {
	width: 900px;
	margin: auto;
	background-color: #AF381B;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.body  a:active {  color: #993333;  text-decoration: none;}
.body  a:link {  color: #993333;  text-decoration: none;}
.body  a:visited {  color: #993333; text-decoration: none;}
.body  a:hover {  color: #000000; text-decoration: underline;}
