/* -- db Test style -- */

.leftFloat {
 float: left;
}

.rightFloat {
 float: right;
}

body{
	background-image: url('/images/mainback.jpg');
	background-repeat: no-repeat;
background-attachment: fixed;
}

container{
	margin: 0px auto;
	width: 600px;
	text-align: left;
	padding-bottom: 50px;
}

#list { position: absolute;
top: 300px;
left: 550px;
border: none;
text-align: right;
}

#images { position: absolute;
top: 150px;
left: 220px;
border: none;
}

#bottom { position: absolute;
top: 560px;
left: 200px;
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;
}