/* CSS Document */
body{
background:#09440c;
padding:0;
}

p{
margin:0;
padding:0;
}

#container{
width:801px;
margin-left:50px;
}

#header{}

#body{
background:#EDDBB8 url(images/left_bg.jpg) top left repeat-y;
float:left;
}

#left_nav{
width:173px;
float:left;
}
#left_nav ul{
list-style:none;
margin:0;
padding:0;
}
#left_nav li{
background:url(images/nav_bg.jpg) top left no-repeat;
height:26px;
margin:0 0 0px 15px;
padding:5px;
}
#left_nav a{
	color:#EDDBB8;
	font-size:18px;
	text-decoration:none;
	padding:5px 50px 2px 0;
}
#left_nav a:hover{
color:#FFFF00;
}
#left_nav_btm{
background:url(images/jz_topleft.jpg) top left repeat-y;
}

#area_content {
float:left;
width:627px;
padding-left:10px;
background:url(images/right_bg.jpg) top right repeat-y;
}
#right_content{
float:left;
width:627px;
background:url(images/right_bg.jpg) top right repeat-y;
}

#footer{
clear:both;
}

/*INDEX SPECS*/
#featured_prop{
background:url(images/featured_listings_rght_bg.jpg) top right repeat-y;	
}
#idx_table{
	width:96%;
	background:#EDDBB8;
}
#idx_table a{
	color:#000000;
	font-size:12px;
}