/* overall wrapper */



div {

	margin:0px;

	border:0px;

	}

#wrapper { 

	width: 731px;

	margin:auto;

	background-position: center;

	top:0px;

}



#header {

	width: 731px;

	height: 430px;

	position:relative;

	top:0px;

	clear:both;

	}



#body_wrapper {

	width:731px;

	position:relative;

	clear:both;

	}

	

#nav_col {

	width:170px;

	min-height:200px;

	height:200px;

	position:relative;

	float:left;



	}

#title_row {

	width:560px;

	height: 40px;

	position:relative;

	float:right;


	}

#left_body_col {

	width:360px;

	position:relative;

	float:left;

	top:20px;

	}

#right_body_col {

	width:200px;

	position:relative;

	float:right;

	top:20px;

	}

#one_body_col {

	width:560px;

	position:relative;

	float:left;

	top:20px;

	}	

	

#footer_row {

	width:731px;

	border-top:1px #666666 solid;

	position: relative;

	clear:both;

	height:auto;

	top:40px;

	}

#footer_box, .footer_box {

	width: 182px;

	margin:0px;

	position:relative;

	float:left;

	}

#footer_box_right {

	width: 182px;

	margin:0px;

	position:relative;

	float:right;

	}

#footer_box_image {

	text-align: center;

	width: 182px;

	margin:0px;

	position:relative;

	float:left;

	}

#footer_box_right_image {

	text-align: center;

	width: 182px;

	margin:0px;

	position:relative;

	float:right;

	}
	
#sevenfooter {
	clear:both;
	
	text-align: right;

	width: 731px;

	margin:40px 0px 0px 0px;

	position:relative;

	float:right;

	}

