body{
background-color: #F4F5EB;
}

#header{
width:100%; background-color:#F4F5EB;
}

#sidebar, .headertext{
width:13%; float:left;
}
.sidebarwrap{
	height:400px;
}

#maintitle, #main{
width:87%; float:left;
}

#maintitle{
background-color: #fff;
}

#footer{
width:100%; background-color: #F4F5EB; clear:both;
}