/*Handyman Works Helpful Tips CSS*/
div#container
{
	height: 1039px;
}
div#content {
	height: 947px;
}
/*Left navigational column*/
div#leftnav {
	height: 950px;
} 
/*Left navigational column*/
div#rightnav {
	height: 946px;
}
div#footer
{
		top: 950px;  /* This top should be the same as the leftnav height*/
}
img#rightsideimage
{
	position: relative;
	left: 600px;
	top: 90px;
	width: 230px;
}
