body {
    margin: 0px;
    padding: 0px;
    padding-top: 25px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 2px red solid;
	width: 720px;
    position: absolute;
    left: 50%;
    margin-left: -360px;
    background: #fff;

}

#header {

	background: #999 url(img/banner_1.jpg) no-repeat top left;
	width:720px;
	height:139px;
}

#nav {
	background: #000;
	border-top:2px red solid;
	border-bottom:2px red solid;
	height: 30px;

}

#nav ul {
	display: inline;
	position: relative;
	top: 5px;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	text-decoration: none;
	color: #fff;
	font-family: Arial, sans-serif;
	padding-left: 25px;
	padding-right: 30px;
	font-size: 14px;
}
#container {
	background: #fff;
}

#side-a {
	float: left;
	width: 225px;
	background: #fff;
}

#side-b { 
	margin: 0;
	float: left;
	width: 450px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	background: #fff;
}

#logos {
	clear: both;
	background: #fff;
	height: 150px;
}

#footer {
	clear: both;
	background: #999;
	border-top:2px red solid;
	height: 30px;
}

#footer p {
	position: relative;
	top: -5px;
	left: 225px;
}