/*
* 2col-1.css
* Jason Murray Cole ( http://jason-cole.com )
* April - June 2007
*/

#nav
{
float: left;
width: 220px;
}
#extra
{
clear: left;
float: left;
width: 220px;
}
#content
{
margin: 0 0 0 240px;
}
#footer
{
clear: both;
}
