/*Handyman Works GAllery page CSS*/
#container {
	height: 1480px;
}
div#content {
	height: 1480px;
	top: -3px;
}
/*Left navigational column*/
div#leftnav {
	height: 1480px;
} 
/*Left navigational column*/
div#rightnav {
	height: 1474px;
}
div#gallery
{
	position: absolute;
	top: 56px;
	color: #fff;
	background-color: #000;
	width: 480px;
	padding: 0 0 0 20px;
}
.tools
{
	margin: 0 0 0 5px;
}
h2
{
	margin: 0 0 0 5px;
}
.imagehead
{
    font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.imagelist
{
	text-align: center;
	list-style-type: none;
	margin: 0 0 0 -20px;
}
.images
{
	width: 143px;
	height: 107px;
	border: 2px solid #000000;
}
.images:hover
{
	border: 2px solid #990000;
}
ul.imagelist a
{
	text-decoration: none;
}
div#footer {
	top: 1480px;  /* This top should be the same as the leftnav height*/
} 

