body {
	background-color: #FFF;
}
<style type="text/css" media="screen">

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/*Page Layout blocks*/
	
#container {
	background-image:url(../images/background.jpg);
	/*background-repeat:repeat-y;
	text-align: left;*/
	margin: 0 auto;
	width: 940px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;*/
	}
	
#header {
	/*background-color: #FFF;*/
	height: 189px;
    width: 940px;
	background-image: url(../images/logo.jpg);
	}

	
#left {
	width: 110px;
	height: 100px;
	/*padding: 15px 0 0 5px;
	background-color: #FFF;*/
	/*border: 1px solid #000;*/
	/*clear: both;*/
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#main {
	float: left;
	width: 720px;
	height: 360px;
	/*padding: 15px 0px 15px 10px;
	margin-top: 10px;*/
	/*border: 1px solid #000;*/
	
	}
	
#content {
	float: left;
	width: 684px;
	height: 324px;
	background-image: url(../images/homepage.jpg);
	/*margin-left: 36px;
	margin-top: 40px;*/
	/*padding: 15px 0px 15px 10px;
	margin-top: 10px;*/
	/*border: 1px solid #000;*/
	}

#main_text {
	float: left;
	width: 468px;
	height: 124px;
	margin-left: 180px;
	margin-top: 10px;
	/*padding: 15px 0px 15px 10px;
	margin-top: 10px;*/
	/*border: 1px solid #000;*/
	}

#right {
	width: 100px;
    /*height: 459px;*/
	/*padding: 15px 0 0 5px;
	background-color: #FFF;*/
	/*border: 1px solid #000;*/
	/*clear: both;*/
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#bottom_nav {
    width: 720px;
    float: left;
	height: 5.5em;
	margin-left: 110px;
	/*border: 1px solid #000;*/
}
	
#b1 {
	float: left;
	width: 91px;
	height: 5em;
	/*border: 1px solid #000;*/
	}
	
#b2 {
	float: left;
	width: 105px;
	height: 5em;
	/*border: 1px solid #000;*/
	}
	
#b3 {
	float: left;
	width: 91px;
	height: 5em;
	/*border: 1px solid #000;*/
	}
	
#b4 {
	float: left;
	width: 77px;
	height: 5em;
	/*border: 1px solid #000;*/
	}
	
#b5 {
	float: left;
	width: 91px;
	height: 5em;
	/*border: 1px solid #000;*/
	}
	
#b6 {
	float: left;
	width: 91px;
	height: 5em;
	/*border: 1px solid #000;*/
	}
	
#b7 {
	float: left;
	width: 91px;
	height: 5em;
	/*border: 1px solid #000;*/
	}
	
#footer {
	height: 1.5em;
	width: 940px;
	clear: both;
	color: #143264;
	background: #fff;
	/*padding: 5px 10px;
	text-align: right;
	font-size: 12px;*/
	/*border: 1px solid #000;*/
	}
	
#footer_text {
	float: left;
	width: 400px;
	height: 34px;	/*margin-top: 5px;
	margin-left: 40px;*/
	font-size: small;
	margin-left: 110px;
	margin-top: 5px;
	color: 143264;
	font-weight: bold;
	/*border: 1px solid #000;*/
	}
	
#copyright {
	float: left;
	width: 174px;
	height: 34px;
	margin-left: 155px;
	font-size: small;
	margin-top: 5px;
	color: 143264;
	font-weight: bold;
	/*border: 1px solid #000;*/
	}



/*Navigation Menu attributes */

#nav ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style-type: none;
	text-align: inherit;
	}
	
#nav li {
	background: url(attrributes/images/header-bullet.gif) no-repeat 100% .4em;
	padding: 0 0 5px 10px;
	text-align: left;
	color: black;
	}

#nav li a {
	text-decoration: none;
	font-size: 12px;
	}

#nav h3 {
	margin-top: 0;
	color: #000000;
	font-weight: normal;
}

#nav h4 {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 12px;
}
	
/*Other Misc Attributes */

h2 {
	margin-top: 0;
	color: #B23B00;
	font-weight: normal;
	}
	
a:link {
	color: #143264;
	text-decoration: none;
}

a:visited { color: #143264;
	text-decoration: none;
	 }
	
a:hover, a:active {
	/*color: #fff;
	background: #AA8C46;
	padding: 5px 0 5px 0;*/
	}



</style>
