@charset "utf-8";
/* CSS Document */
body{
	padding:0;
	margin:0;
	background:url(../images/back.jpg);
}
#container{
	margin:auto;
	background:url(../images/pic_back.jpg) repeat-y center top;	
}
#header{
	position:relative;
	height:260px;
	background:url(../images/header.jpg) repeat-y center top;	
}

#nav{
	position:relative;
	margin:auto;
	height:30px;
	width:700px;
	left:-18px
	

}

.menu{
	position:relative;
	float:left;
	padding-left:40px;

}

#contentContainer{
	position:relative;

	background:url(../images/content_back.jpg) repeat-y center top;	
}
#title{
	position:relative;
	background:url(../images/title.jpg) no-repeat center top;	
}
#content{
	position:relative;
	margin:auto;
	width:580px;
	padding-bottom:20px;

}

#titleContent{
	position:relative;
	margin:auto;
	width:700px;
	padding-top:20px;
}

#borderTop{
	clear:both;
	position:relative;
	height:32px;
	background:url(../images/border_top.jpg) repeat-y center top;	
}

#picBack{
	position:relative;
	padding-bottom:30px;
	background:url(../images/pic_back.jpg) repeat-y center top;	
}
#picBackContentContainer{
	position:relative;
	width:570px;
	margin:auto;

}

.picBackContent{
	padding-top:20px;
	padding-bottom:20px;
	clear:both;
	margin:auto;
	text-align:center;
	position:relative;

}

.picBackContentLeft{
	float:left;
	position:relative;

}
.picBackContentRight{
	padding-top:20px;
	float:left;
	position:relative;

}

.picBackContent2{
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
	width:520px;
	clear:both;
	position:relative;

}

.picBackContentLeft2{
	float:right;
	position:relative;

}
.picBackContentRight2{
	padding-top:20px;
	float:right;
	position:relative;

}

.picBackContentInt{
	float:left;
	position:relative;
	margin:auto;
	padding:3px;

}


#borderBottom{
	clear:both;
	position:relative;
	height:32px;
	background:url(../images/border_bottom.jpg) repeat-y center top;	
}

#bottomContainer{
	position:relative;
	background:url(../images/content_back.jpg) repeat-y center top;	
}

#bottomTopContent{
	position:relative;
	margin:auto;
	width:700px;


}

#bottomTopContentContainer{
	margin:auto;
	position:relative;
	width:500px;

}
#bottomTopContentLeft{
	float:left;
	position:relative;
	width:240px;

}
#bottomTopContentRight{
	float:right;
	position:relative;
	width:245px;


}


#bottomContentContainer{
	position:relative;
	width:700px;

}

#bottomContent{
	position:relative;
	margin:auto;
	width:500px;

}
#bottomContentLeft{
	float:left;
	position:relative;

}
#bottomContentRight{
	float:right;
	position:relative;


}

.bedrooms{
	position:relative;
}

.box{
	position:relative;
	clear:both;
	padding:15px;
	background:#e7e9d5 url(../images/box_back.jpg) bottom repeat-x;
	border:4px double #8a8c75;
}

.center{
	width:98%;
	margin:auto;
}

