@charset "utf-8";
/* CSS Document */
body{
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.69em;
	
	}
.floatright{
	float:right;
	}
h1{
	margin-bottom:1em;
	font-weight:normal;
	color:#49351e;
	text-align: left;
	}
textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
#header{
	background-image:url(../images/bag.gif);
	background-repeat:repeat-x;
	height: 235px;
	position: relative;
	margin-top: 0px;
	font-size:1.5em;
	min-width:965px;
	}
#nav ul{
	padding:0px;
	margin:0px;
	padding-top:5px;
	}
#nav ul li{
	float:left;
	display:block;
	padding-top:0px;
	margin-top:0px;
	padding-left:10px;
	padding-right:10px;
	
	}
#nav ul a{
	color:#fff;
	text-decoration:none;
	font-size:130%;
	}
#properties a{
	color:#896C44;
}
#properties a:hover{
		text-decoration:none;
}
#nav ul a:hover{
	text-decoration:underline;
	}
#img{
	height:235px;
	position: absolute;
	left: 301px;
	top: 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}
#main{
	padding-top:30px;
	}
#nav{
	margin-top:7px;
	height:25px;
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	min-width:965px;
}
#content{
	width:430px;
	padding: 30px 30px 30px 0;
	line-height:2em;
	position: relative;
	text-align:justify;
	margin-left:300px;
	}
#acontent{
	width:660px;
	line-height:2em;
	margin-left:300px;
	}
#properties{
	float:right;
	width: 395px;
	padding: 30px;
	}
#property{
	width:258px;
	height:97px;
	position:relative;
	}
#property img{
	position:absolute;
	top:0;
	left:0;
	}
	
#stripe{
	position:absolute;
	height:7px;
	background-image:url(../images/stripe.gif);
	background-color:#c7b39d;
	background-repeat:repeat-y;
	width: 100%;
	padding: 0px;
	top: 237px;
	min-width:965px;
	}
#footer{
	position:relative;
	height:122px;
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	padding-top:10px;
	color:#fff;
	margin-top:50px;
	min-width:965px;
	}
#footertext{
	position:relative;
	text-align:center;
	width:955px;
	}
#footertext a{
	color:#FFFFFF;
	text-decoration:none;
	}
#search{
	color:#49351e;
	}
/*Classes*/

.logo{
	border-right:1px solid #fff;
	float: left;
	}
.prop{
	border-top:dashed 1px #b4a289;
	padding: 10px 0px 25px 0px;
	clear: both;
	}
.propthumb{
	float:left;
	padding-right: 10px;
	}
.right{
	float:right;
	padding-right: 10px;
	}
	.left{
	float:left;
	padding-right: 10px;
	margin-bottom: 15px;
	}
.clear{
	clear:both;	
}
.warning{
	color:#CC0000;
	font-weight:bold;
	}
.imgthumb{
		padding:10px;
}
#sidebar{
	width:260px;
	padding:0 0 20px 20px;
	float:left;
}
.roundedcornr_box {
   background: #ded1be;
}
.roundedcornr_top div {
   background: url(../images/roundedcornr_799608_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(../images/roundedcornr_799608_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(../images/roundedcornr_799608_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(../images/roundedcornr_799608_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 20px; }
.red{
	font-weight:bold;
	color:#C00;
}
.square li{
	list-style:square;
	}
#content ul li{
	list-style:none;
	}
#content a, #acontent a{
	color:#49351e;
	}
#content a:hover, #acontent a:hover{
	text-decoration:none;
	}
