#listing{
	width: 100%;
}

#listing img{
	float: left;
	margin: 0px 10px 0px; 
}

#listing td{
	padding-bottom: 15px;
}

#pagination{
	text-align: center;
	width: 100%;
	font-size: 10px;
}

#pagination a{
	font-size: 10px;
	color: #000033;
	text-decoration: none;
}

#pagination a:hover{
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}

#pagination span{
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}