body {
	font: .8em verdana, arial, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
}
* {margin: 0; padding: 0;}

/* STRUCTURAL STYLES */
/* center layout then do max width */
div#mainwrapper {

	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background: url(./images/faux_whitebg.gif) repeat-y repeat-x #FFFFFF;
	text-align: left;
	border: none;
}
div#headerwrapper {
	width: auto;
	float: left;
	background: url(../images/header_bg.png) repeat-x;
}
div#hlogoleft { width: 102px; height: 109px; float: left; }
div#hlogoright { width: 152px; height: 70px; margin-left; 102px; display: inline; float: left; }
div#pagecrumb { width: auto; height: 39px; margin-top: 70px; margin-left: 105px; }
div#htopright { width: 269px; height: 48px; float: right; display: inline; }
div#navigation {
	width: 300px;
	float: right;
	text-align: right;
	margin-top: 49px;
	margin-right: -269px;
}
div#pagetitle {
	width: auto;
	display: block;
	margin-left: 145px;
}
div#contentwrapper {
	width: auto;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
div#content {
	width: auto;
	display: inline;

}
div#featurecol {
	width: 200px;
	float: right;
}
div#coltitle {
	width: auto;
}
div#colcontent {
	width: auto;
}
div#colelement {
	width: auto;
	display: block;
	float: none;
}
div#colwrapper {
	float: left;
	display: inline;
	width: 130px;
}
div#colnav {
	width: 130px;
	float: left;
	display: inline;
}
div#colnavtitle {
	width: auto;
}
div#colnavlinks {
	width: auto;
}


div#collinker {
	width: 130px;
	float: left;
	display: inline;
	padding-top: 20px;
}
div#footerwrapper {
	width: 100%;
	float: left;
}
div#copyright {
	width: 300px;
	float: left;
}
div#footernav {
	width: 250px;
	float: right;
}