#boxcontent{
	float: left;
	width: 750px;
	height: 451px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-top: none;
	background-color:#FFFFFF;
	}

#row {
height: 150px;
width: 100%;
border-bottom-width: 1px;
border-bottom-color:#000000;
border-bottom-style: solid;
}
#rowend {
height: 150px;
border: none;
}
#box {
	float: left;
	width: 149px;
	height: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	}
#boxend {
	float:left;
	width: 150px;
	height: 150px;
	border: none;
	}
#listingsbox {
	float: left;
	width: 150px;
}
#listingsheadingblue {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	height: 30px;
	width: 100%;
	clear: none;
	border: none;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	background-color: #ccccff;
}
#listingsheadinggreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	height: 30px;
	width: 100%;
	clear: none;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	background-color: #ccffcc;
}
#listingsheadingpink {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	height: 30px;
	width: 100%;
	clear: none;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	background-color: #ffccff;
}
#listingsheadingyellow {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	height: 30px;
	width: 100%;
	clear: none;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	background-color: #ffffcc;
}
#listingscontent {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 117px;
	width: 145px;
	clear: none;
	text-align:left;
	line-height: 20px;
	font-size: 14px;
	font-style: italic;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#listingscopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	font-style: normal;
	text-align: center;
	background-color: #ffffff;
}