.featured-houses{ width: 750px; height: 250px; background: #ccc; }


#wrapper
{
	background-image: url(../images/mainbackground.png);
	background-repeat: repeat-y;
	background-color: none; 
	width: 800px;
	height: auto;
}

body
{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-color: #448ccb;
}

#footer{ float:left; width:760px; background:none; margin: 20px 20px 0px 20px; border-top: 1px #ccc solid; 
		font: normal normal 12px/14px Arial; padding: 15px 0px; }

#header
{
	float: left;
	background-image: none;
	background-repeat: none;
	background-color: none; 
	height: 120px;
	width: 800px;
}

#heading
{
	float: left;
	padding: 30px 0px 0px 20px;
	font: normal bold 38px/48px Verdana;
	color: #fff;
}

#logo
{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	background-color: none; 
	height: 120px;
	width: 60px;
	float: left;
	margin-left: 20px;
}

#menu
{
	margin: 10px 0px 0px 0px;
 	float: right;
	height: 25px;
	width: auto;
	font: normal bold 13px/15px Arial;
}

#menu a 
{
	text-decoration: none;
	color: #fff;
}

#menu a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

.menu-item
{
	float: left;
	border-right: 1px solid #000;
	padding: 0px 5px 0px 5px;
}

.menu-item:hover
{
	background-color: #fff;
	color: #ff8a00;
}

.menu-item-last
{
	float: left;
	padding: 0px 5px 0px 5px;
}

.menu-item-last:hover
{
	background-color: #fff;
	color: #ff8a00;
}

#main-top
{
	float: left;
	background-image: url(../images/main-top.png);
	background-repeat: no-repeat;
	background-color: none;
	width: 800px;
	height: 10px;
}
#main-middle
{
	float: left;
	background-image: url(../images/main-middle.png);
	background-repeat:repeat-y;
	background-color: none; 
	width: 800px;
	height: auto;
}

#main-description
{
	float: left;
	margin-left: 15px;
	padding: 5px;
	width: 750px;
	margin-bottom: 0px;
	height: auto;
}

#main-description h3
{
	margin-top: 15px;
	font: normal bold 17px/19px Arial;
	text-align:left;
	color: #ff8a00;
}

#main-description p
{
	font: normal normal 13px/17px Arial;
	text-align:justify;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#main-houses
{
	margin-top: 10px;
	padding: 0px;
	margin-left:15px;
	float: left;
	height: auto;
	width: 780px;
}

#main-houses p {text-align:left; font: normal normal 13px/17px Arial; }

#main-houses h3
{
	margin-top: 15px;
	font: normal bold 17px/19px Arial;
	text-align:left;
	color: #ff8a00;
}

.main-house-item
{
	float:left;
	margin-right: 10px;
	background-color: #17729d;
	color: #000;
	height: 170px;
	width: 185px;
	font: normal bold 12px/14px Arial;
}

.main-house-item img
{
	width: 180px;
	height: 130px;
}

.main-house-item-location
{
	float:left;
	text-align:left;
	padding: 3px;
	width: 179px;
	color: #fff;
	height: auto;
}

.main-house-item-more
{
	float:left;
	color: #fff;
	height: auto;
	padding: 3px;
	width: 179px;
}

.main-house-item-more a
{
	color: #fff;
	text-decoration: none;
}

.main-house-item-more a:hover
{
	text-decoration: underline;
}

#main-bottom
{
	float: left;
	background-image: url(../images/main-bottom.png);
	background-repeat: no-repeat;
	background-color: none; 
	width: 800px;
	height: 10px;
	margin: 0px 0px 10px 0px;
}