/* LAYOUT STUFF */
*{padding:0;margin:0;}

body
{
	min-width:800px
}

#header,#section-one,#content,#section-two,#footer
{
	overflow: visible;
}

#header,#footer{width:100%;}/* safari and opera need this */
/* #section-one,#content,#section-two {float:left} */
#section-one {width:20%;height:100%; overflow: auto;}
#content {width:58%;}
#section-two {width:19.9%;}
#footer {clear:left;}

