body 
{
	background: url(/local/bin/graphics/page-bg.gif) repeat-x #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	margin: 0;
}

#header 
{  
	height: 219px;
	width: 760px;
	margin: 0 auto;
	background: url(/local/bin/graphics/page-banner.jpg) no-repeat;
}

#content 
{
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
}

#sidebar {
	float: left;
	width: 231px;
	padding: 10px;
	margin-right: 10px;
	background: url(/local/bin/graphics/text-top.gif) no-repeat #D3FFD3;
	font-size: .8em;
}

.bold-text {
	font-weight: bold;
}

#results {
	float: left;
	width: 495px;
	padding-top: 75px;
	background: url(/local/bin/graphics/offer-banner.jpg) no-repeat;
}

#footer 
{
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}



