/*Handyman Works - Handyman jobs CSS*/
div#container
{
	height: 1575px;
}
div#content {
	height: 803px;
}
/*Left navigational column*/
div#leftnav {
	height: 1526px;
} 
/*Left navigational column*/
div#rightnav {
	height: 1520px;  /* rightnav height should be 6px less than leftnav height */
}
img#rightsideimage
{
	position: relative;
	left: 600px;
	top: 60px;
	width: 250px;
}
div#footer 
{
	top: 1526px;  /* This top should be the same as the leftnav height*/
}