#wrapper,
#header,
#footer
{
width: 798px;
}

#wrapper
{
margin: 0px auto;
padding: 0px;
border:0;
}

#header
{
float: left;
}

#left_content
{
float: left;
width: 160px;
}

#right_content
{
float: right;
width: 207px;
}

#content
{
float: left;
}
.columns_2
{
width: 600px;
}
.columns_3
{
width: 400px;
}
#footer
{
clear: both;
}