/*Handyman Works Contact CSS*/
div#outer
{
	height: 615px;
}
div#container
{
	height: 550px; /* same as leftnav height*/
}
div#contentbox
{
	top: 20px;
}
div#content
{
	height: 615px;
}
div#content p
{
	text-align: center;
	font-size: 14px;
}
div#leftnav {
	height: 550px; /* same as container height */
} 
div#rightnav {
	height: 544px;
}

div#contact 
{
	height:  484px;
}
img#rightsideimage
{
	position: relative;
	left: 570px;
	top: 205px;
	width: 230px;
}

div#footer {
	top: 550px; /* This top should be the same as the leftnav height andcontainer height.  Rightnav should be 5 less */
} 
