body {	margin: 0px;	padding: 0px;	background-image: url(images/BPD_bg.gif);	background-repeat: repeat;	font-family: verdana, sans; 	font-weight: normal;	color: #777777;	font-size: 11px;	}/* layout DIVS*/#outerWrap { /*centers ALL*/	position: absolute;	top: 20px;	left: 50%;	margin-left: -400px;	z-index: 10;	}	#page { /* sets outer border*/	position: relative;	width: 800px;	height: 100%;	margin: 0px 0px 10px 0px;	padding: 0px;	background-color:#E7E5D0;	border: 1px solid #BC5D0D;	}	/* header footer  DIVS*/#header {	position: relative;	width: 780px;	height:60px;	margin: 0px;	padding: 20px 0px 20px 20px;	background-color:#FFFFFF;	text-align: left;  }    #footer {	width: 800px;	height: 15px;	padding: 8px 0px 3px 0px;	margin:0px;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #666666;		}#footer1of4 {	float:left;	width: 150px;	padding-left: 20px;	margin:0px;	text-align:left;	}	#footer2of4 {	float: left;	width: 240px;	padding: 0px;	margin:0px;	text-align: center;	}	#footer3of4 {	float: left;	width: 200px;	padding-right: 30px;	margin:0px;	text-align: right;	}#footer4of4 {	float: left;	width: 120px;	padding-right: 20px;	margin:0px;	text-align: right;	}  /* navigation  DIVS*/	#leftNavWrap { 	position: relative;	float: left;	width: 167px;	margin: 0;	padding: 0 0 10px 0;	background-image: url(images/navLeft_bg.gif);	background-repeat:repeat;	border-right: 1px solid #EEEFE0;		}	#bottomNav { 	position: relative;	width: 800px;	height: 20px;	margin: 0px;	padding:0px;	border: 1px solid #BC5D0D;}		 /* banner  DIVS*/#banner {	position: relative;	float: right;	width: 630px;	height: 100%;	margin-top:0px;	padding: 0px 0px 0px 0px;	background-image: url(images/content_bg.jpg);	background-repeat: repeat;	}	#bannerLeft {	float:left;	width: 400px;	padding: 0px 0px 0px 0px;	margin:0px;	text-align:left;	}	#bannerRight {	float: left;	width: 230px;	padding: 0px 0px 0px 0px;	margin:0px;	text-align: left;	}	/* content  DIVS*/#home {	position: relative;	float: left;	width: 590px;	margin-top:0px;	padding: 0px 20px 10px 20px;	text-align: left;	background-color:#DBD9B6;	background-image: url(images/content_bg.jpg);	background-repeat: repeat;	}#content {	position: relative;	float: left;	width: 590px;	margin-top:0px;	padding: 0px 20px 10px 20px;	text-align: left;	background-color:#DBD9B6;	background-image: url(images/content_bg.jpg);	background-repeat: repeat;	}	#contentLeft {	float:left;	width: 285px;	padding: 10px 10px 10px 0;	margin:0px;	text-align:left;	}	#contentRight {	float: left;	width: 285px;	padding: 20px 0 10px 10px;	margin:0px;	text-align: left;	}.clear { 	clear: both; 		}