/* CSS Document */

/* Kepp IE outta Cap'n Quirk's Mode */
* { margin: 0; padding: 0 }

body {
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px; padding:0px;
	text-align:center;
}

#header {
	/*
	width:900px;
	background-color:#FFF;
	background-image:url(../images/shadow.gif);
	background-repeat:repeat-y;
	background-position:right;
	text-align:center;
	margin:0px auto;*/
	
	position: relative;
	background-color:#FFF;
	background-image:url(../images/shadow.gif);
	background-repeat:repeat-y;
	background-position:right;
	width:900px;
	height:290px;
	margin:0px auto;
	padding:10px 20px 0px 10px;
	text-align:center;
}

#logo {
	margin-bottom:10px;
}

#banner {
	border-bottom:#FFF solid 2px;
	border-top:#FFB400 solid 4px;
}

#container {
	position: relative;
	background-color:#FFF;
	background-image:url(../images/shadow.gif);
	background-repeat:repeat-y;
	background-position:right;
	width:900px;
	margin:0px auto;
	padding:2px 20px 10px 10px;
	text-align:left;
	z-index:0;
	/*border: 1px solid #000;
	padding: 20px 36px 20px 36px;
	background-image:url(images/shadow_y.gif);
	background-repeat:repeat-y;*/
	
}

#form {
	position: relative;
	background-color:#FFFFF9;
	width:600px;
	margin:0px auto;
	text-align:left;
	border:#999 solid 1px;
	padding: 0px 20px 20px 20px;
	
}

#footer {
	position: relative;
	background-image:url(../images/footer.gif);
	width:930px;
	height:50px;
	margin:0px auto;
	text-align:left;
}

.columnL {
	width:360px;
	float:left;
}
.columnS {
	width:159px;
	float:left;
}


.left {
	width:440px;
	margin-right:20px;
	float:left;
}

.right {
	width:440px;
	float:left;
}

.vr {
	width:1px;
	height:200px;
	margin: 10px 10px 0px 10px;
	background-color:#FFB400;
	float:left;
}

.hr {
	width:440px;
	height:1px;
	margin: 0px 0px 10px 0px;
	background-color:#FFB400;
	float:none;
	overflow: hidden;
}



ol.recentsaleslist {
	font-size:12px;
	margin: 10px 0 20px 20px;
	padding: 0 0 0 0px;
}

ol.recentsaleslist li {
	color: #FFB400;
	margin: 0 0 10px 0px;
}

ol.recentsaleslist li p {
	color:#333;
	font-size:11px;
	margin: 2px; padding:0px;
}

div.colHead
{
	width: 159px;
	height: 78px;
	background-image: url("../images/arrow.jpg");
	background-repeat: no-repeat;
	background-position: 133px 56px;

}

