
#header table{
	width:100%;
	height:100%;
}
#header table td{
	width:100%;
	
}

#main_title{
	margin-left:15px;
	border-bottom:1px solid #b2cc99;
	padding-left:5px;
	margin-top:20px;
}

#main_description{
	margin-left:15px;
	font-size:14px;
	color:#000;
	text-indent:5px;
}

#main_content_title{
	margin-left:15px;
	border-bottom:1px solid #b2cc99;
	padding-left:5px;
	margin-bottom:9px;
}
#house_main{
	display:table;
	margin-bottom:10px;
	-display:block;
}
#main_content_house{
	float:left;
	width:228px;
	height: 270px; 
	border:2px solid #b2cc99;
	margin-left:9px;
	margin-bottom:9px;
}

#characteristic{
	display:table;
	width:208px;
	margin-left:10px;
	margin-bottom:10px;
}

.house_number{
	float:left;
	width:40px;
	text-align:left;
	font-size:12px;
	color:#333399;
}

.house_price{
	float:left;
	width:168px;
	text-align:right;
	font-size:12px;
	color:#000;
}

#house_picture{
	width:208px;
	height:120px;
	margin-left:10px;
	margin-bottom:10px;
}
#house_picture a {
	float:left;
	width:100%;
	height:100%;
	background: url(../../img/site/buildings/pic.jpg) no-repeat;
}

#house_picture a:hover {
	float:left;
	width:100%;
	height:100%;
	background: url(../../img/site/buildings/pic_hover.jpg) no-repeat;
}
.pages{
	-width:600px;
	*width:600px;
}