BODY
{
margin: 0px;
padding: 0px;
background-color: #999967;
}

#main_wrapper
{
width: 1115px;
height: auto;
}

#top
{
height: 80px;
background-color: #FFFFDF;
}

#left
{
float: left;
width: 185px;
height: auto;
background-color: #999967;
}

#content_wrapper
{
float: left;
width: 745px;
background-color: #E0F0FB;
}

#content_top
{
float: left;
width: 745px;
height: auto;
background-color: #CDCD9B;
}

#content_bottom
{
float: left;
height: auto;
width: 745px;
background-color: #F9E8F8;
}

#right
{
float: left;
width: 185px;
height: auto;
background-color: #999967;
}

#bottom
{
width: 900px;
height: auto;
background-color: #F9E8F8;
}

.clear
{
clear: both;
}