/*Handyman Works About page CSS*/
div#container
{
	height: 1399px;
}
div#content {
	height: 1307px;
}
div#contentbox
{
	width: 470px;
}
/*Left navigational column*/
div#leftnav {
	height: 1310px;
} 
/*Left navigational column*/
div#rightnav {
	height: 1306px;
}
div#footer
{
		top: 1310px;  /* This top should be the same as the leftnav height*/
}


