/* overall wrapper */

div {
	margin:0px;
	border:0px;
	background-color: #ffffff;
	}
#wrapper { 
	width: 729px;
	margin:auto;
	background-position: center;
	top:0px;
	
}

#header {
	width: 729px;
	height: 95px;
	position:static;
	top:0px;
	clear:both;
	}

div#body_wrapper {
	width:729px;
	background-color:#FFFFFF;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	border-top:1px #cccccc solid;
	position:relative;
	clear:both;
	}
	
div#nav_col {
	width:140px;
	float:left;
	background-color:#FFFFFF;
	
	}

div#body_col {
	width:589px;
	float:right;
	background-color:#FFFFFF;

	}
	
/* footer */
#footer_row {
	width:729px;
	border: 1px #cccccc solid;
	position: relative;
	clear:both;
	background-color:#FFFFFF
	}
	
div#spare {
	width:729px;
	position: relative;
	clear:both;
	background-color:#e5e6e8;
	padding-top: 5px;
	}	

