@charset "utf-8";
/* CSS Document */
html {
	overflow-y:scroll;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	background:url(../images/background.jpg);
	background-repeat:repeat-x;
	margin:0;
}

#fancy_wrapper {
	background:url("../images/background.png") repeat-x fixed center bottom transparent
}
#hanger {
	float:left;
}
#fancy_cover {
	background-image:url(../images/bodytilebottom-tall.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	height:100%;
	margin-bottom:-10px;
}
#wrapper {
	margin: 0 auto;
	width:960px;
	background:#FFF;
	
}
#logo_left {
	float:left;
	background:url(../images/logo_text.jpg);
	width:266px;
	height:88px;
	cursor:pointer;
}
#logo_right {
	float:right;
	background:url(../images/logo.gif);
	width:78px;
	height:88px;
}
#feature {
	height:400px;
	background:url(../images/place_holder.jpg);
}
#content {
	background:#FFF;
	font-size:12px;
	line-height:18px;
}

#col_01 {
	width:640px;
	float:left;
	padding:10px;
}
#col_02 {
	width:240px;
	float:right;
	padding:10px;
}
#footer {
	width:960px;
	margin: 0 auto;
	font-size:10px;
	text-align:right;
	line-height:20px;
}
#footer a {
	text-decoration:none;
	color:#000;
}
#promo_text h1{
	font-size:38px;
	font-style:normal;
	color:#C93;
}
#property {
	width:205px;
	background:url(../images/property_arrow.png);
	background-position:right;
	background-repeat:no-repeat;
}

#col_01 h1 {
	color:#FFF;
	font-size:12px;
	background:#A4B7CE;
	padding:2px;
}

#col_01 h2 {
	color:#09F;
	font-size:14px;
}

#col_01 .price {
	color:#C93;
}
#col_02 h1 {
	color:#FFF;
	font-size:12px;
	background:#A4B7CE;
	padding:2px;
}
#col_02 h2 {
	color:#A4B7CE;
	font-size:14px;
}
#col_02 h3 {
	font-size:12px;
	text-transform:capitalize;
}
#content h3 {
	font-size:12px;
}
#upcoming_events{
	width:320px;
	float:left;
}
#whats_new {
	width:300px;
	float:right;
}
#upcoming_events a {
	color:#336699;
	font-weight:normal;
	text-decoration:underline;
}
#col_02 img {
	border:0px solid none;
}
