body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	background-image: url(cccc99background.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F2F60;
	text-decoration: none;
}
.navlink:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336600;
	text-decoration: underline;
}
.head {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #111111;
	text-decoration: none;
	font-weight: bold;
}
.border {
	border: 1px solid #2F2F60;
	padding: 1px;
}
.boxout{
		font-family:verdana;
		font-size:11px;
		padding:4px;
		width:130px;
		height:15px;
		border-left:1px solid black;
		border-right:1px solid black;
		border-bottom:1px solid black;
		background:#333366;
		color:white;
	}
	
	
#listing-thumbs {
	list-style: none;
	overflow: hidden;
	margin: 0px -21px;
	padding: 10px 20px;
	background: #D4D4AA;
	border: 1px solid #C2C288;
	border-left: none;
	border-right: none;
}

#listing-thumbs li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#listing-thumbs li img {
	width: 128px;
	float: left;
	display: block;
	border: 1px solid #000;
}
	
	
