body {
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top left;
	padding: 0;
	margin-top: 0;
	text-align: center;
}

#content {
	width:800px;
	margin:0px auto;
	text-align:left;
	padding: 0;
}

h1 {
	margin-top: 10px;
}

.online_box {
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding: 12px;
background-color: #B0E2FF;
width: 720px;
margin: 0px auto;
}

.img_inner {
	border: 3px solid #FFFFFF;
	position: relative;
	}
	
.img_middle {
	border: 1px solid #CCCCCC;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border-width:0;
	width: 740px;
}

.shadow {
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
	margin-bottom: 10px;
	margin-top: 5px;
}

.animated_car {
	margin-left: 10px;
	margin-bottom: 10px;
}

.stevens_signature {
	margin-top: 3px;
	margin-bottom: 2px;
}

.city_listings, .county_listings {
	font-family: Verdana;
	font-size: 13px;
	line-height: 16px;
	padding: 3px;
}

