body {
	text-align:center;
	background: #FFFFFF;
}
	
#frame {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
}
	
#contentcenter {
	width: 800px;
	padding: 0px;
	/* float: left;     no need for float with single column */
	background: #fff;
}

#contentheader {
	background: #fff
}

/* Left and right sidebars are currently not in use //
#contentleft { 
	width: 175px;
	padding: 0px;
	float: left;
	background: #fff;
}

#contentright {
	width: 175px;
	padding: 0px;
	float: left;
	background: #fff;
}
/* Left and right sidebars are currently not in use */

.prop {
	float:right;
	width:1px;
	height:400px;
}

#footer {
	clear:both;
	border-top:2px solid #000000;
	text-align:left;
	font-size:80%;
}
