BODY {
	margin: 20px 0px 0px 0px;
	background: url('images/body-bg.gif') repeat-x top left;
	font-size: 12px; font-family: Arial, Verdana, Helvetica;
	color: #666;
}

H1 {
	color: #7C211E;
	margin: 0px 0px 20px 0px; padding: 0px;
	font-size: 20px;
}

H2 {
	color: #7C211E1;
	margin: 0px 0px 20px 0px; padding: 0px;
	font-size: 15px;
}

H3 {
	color: #7C211E;
	margin: 0px 0px 20px 0px; padding: 0px;
	font-size: 12px;
}

P {
	margin: 0px 0px 20px 0px; padding: 0px;
}

OL {
	margin: 0px 0px 20px 20px; padding: 0px;
}

UL {
	margin: 0px 0px 20px 20px; padding: 0px;
	list-style: square;
}

LI {
	margin: 0px; padding: 0px 0px 5px 0px;
}

A {
	color: #666;
	font-weight: normal; text-decoration: none;
}

A:hover {
	color: #FF6600;
	text-decoration: none;
}

A.selected {
	color: #7C211E;
	font-weight: bold; text-decoration: none;
}

A.foreword {
	color: #FF6600;
	font-weight: bold; text-decoration: none;
}

#wrapper {
	background-color: #FFF;
	margin-left: auto; margin-right: auto;
	width: 900px; height: auto;
	position: relative;
}

#head {
	background-color: #CCC;
	margin: 0px; padding: 0px;
	width: 900px; height: 280px; 
	position: relative;
}

#content {
	margin: 0px 0px 0px 0px; padding: 0px;
	width: 900px; min-height: 400px; height: auto; _height: 400px; 
	position: relative;
}

#cont-landing {
	background-color: #FFF;
	margin: 0px;  padding: 40px 40px 20px 40px;
	width: 820px; min-height: 300px; height: auto; _height: 300px;
	position: relative;
	float: left;
}

#cont-landing A {
	color: #7C211E;
	font-weight: normal; text-decoration: none;
}

#cont-landing A:hover {
	color: #7C211E;
	font-weight: normal; text-decoration: underline;
}

#cont-foot {
	background: url('images/grey1x1.gif') repeat-x top left;
	margin: 0px 0px 0px 0px; padding: 10px 0px 0px 0px;
	width: 900px; min-height: 30px; height: auto; _height: 30px;
	position: relative;
}

#cont-foot P {
	display: block;
	float: left;
	margin: 0px; padding: 0px;
}

#cont-foot P.corp {
	display: block;
	float: right;
	margin: 0px; padding: 0px;
}

.clear {
	clear: both;
}
