@charset "utf-8";
ul#listings{
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	list-style-type:none;
}
ul#listings li{
	font-size: 10pt;
	padding: 5px 0 10px 0;
	list-style: none;
}
ul#listings li.title{
	font-size: 12pt;
	padding: 20px 0 0 0;
	list-style: none;
	font-weight: bold;
	border-bottom: 2px dotted #856306;
}
ul#listings li.title small{
	font-size: 9pt;

}
#advertise{
	margin: 0 auto;
	width: 	250px;
	height: 46px;
	background: url(imgs/freeadvertisingbutton.gif) no-repeat;
	cursor: pointer;
}
