body {
	background: url(../images/body.png) repeat-x #D1BFA4;
	height: 900px;
	}

#header {
	background: url(../images/header.png) no-repeat;
	}

#slideshow {
	background: url(../images/slideshow.png) no-repeat; 
	}

#nav {
	background: url(../images/nav.png) no-repeat;
	}
	
body.subPage #nav ul {
	background: url(../images/nav_ul.png) repeat-x;
	}			
	
#content_sub {
	background: url(../images/content_sub.png) no-repeat;
	}
	



/* end version styles */



/* =subPage styles */

.subPage #nav {
	background: none;
	}

.subPage #content_main {
	background: #f3efe5;
	}
	
.subPage #content_sub {
	background: none;
	background-color: #fff;
	}
	
	
.subPage #content_sub li {
	background: url(../images/li-bullet.png) no-repeat 0 0px;	
	padding-left: 14px;
	list-style-type:none;
	}

.subPage #sidebar	{
	background: #E3E3E3;
	}
	
.mlsResultItemDiv:hover {
	background-color: #ddd;
	}
