/* -- db Test style -- */

.leftFloat {
 float: left;
}

.rightFloat {
 float: right;
}

body{
	background-image: url('/media/siteimages/Molding.jpg');
	background-repeat: no-repeat;
background-attachment: fixed;
}

table#projlist { 
position: absolute;
top: 15px;
left: 270px;
border: none;
}

td {	padding: 5px; 
	border: none;
}


img{
	border: 1px solid #ccc;
	padding: 3px;
	margin: 5px;
}



a:hover img{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 3px;
	margin: 5px;
}
