/*Handyman Works Remodeling page CSS*/
div#container
{
	height: 1700px;
}
div#content 
{
	height: 1670px;
	width: 460px;
}
/*Left navigational column*/
div#leftnav {
	height: 1600px;
} 
/*Left navigational column*/
div#rightnav {
	height: 1594px;
}
div#footer
{
		top: 1600px;  /* This top should be the same as the leftnav height*/
}
div#rightsideimages
{
	position: absolute;
	left: 665px;
	top: 63px;
	width: 160px;
}
img#rightsideimage1
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 160px;
	border: 1px black solid;
}
img#rightsideimage2
{
	position: absolute;
	left: 0px;
	top: 250px;
	width: 160px;
	border: 1px black solid;
}
img#rightsideimage3
{
	position: absolute;
	left: 0px;
	top: 474px;
	width: 160px;
	border: 1px black solid;
}
img#rightsideimage4
{
	position: absolute;
	left: 0px;
	top: 724px;
	width: 160px;
	border: 1px black solid;
}
img#rightsideimage5
{
	position: absolute;
	left: 0px;
	top: 951px;
	width: 160px;
	border: 1px black solid;
}
img#rightsideimage6
{
	position: absolute;
	left: 0px;
	top: 1175px;
	width: 160px;
	border: 1px black solid;
}

