﻿/* layout styles */
#leftcontent  {
    float: left;
	width:180px;
}

#centercontentwide {
}

#centercontent {
	margin-left: 210px;
}

#footer 
{
    clear:both;
}