#forSaleBanner { 
	height: 30px;
	background: #FFF;
	background: url(../img/forsalebanner_bg.png) repeat-x left bottom;
	width: 100%; 
	color: #d92917;
	border-top: 1px solid black;
	/*border-bottom: 1px solid black;*/
	font: bold 14px Helvetica, sans-serif;
	padding-bottom: 0;
	margin-bottom: 0;
}

#forSaleBanner a {
	font-weight: bold;
	color: #d92917;
	text-decoration: none;
}

#forSaleBannerImage {
	height: 30px;
	width: 211px;
	background: url(../img/forsalebanner_logo.png) no-repeat;
	float: left;
	border: 0;
}

#forSaleBannerText {
	height: 30px;
	float: left;
	padding-left: 15px;	
}

#forSaleBanner a:hover {	
	text-decoration: none;
	color: #4c5f73;
}


/*
#forsalebanner .placebid {
	color: #0077dd;
	color: #4c5f73;
	font: bold 12px Arial;
}
*/

body {
	/* Only margin, NO padding */
	margin-bottom: 30px;
}
