/* CSS Document */

body {
	    text-align:center; 
		margin: 0px;
		padding: 0px;
		padding-bottom:20px;
		}
		

		
.wrapper {
          width: 768px;
		  height: auto;
		  padding: 0px;
		  margin: auto;
		  display: block;
		  position: relative;
		  text-align: left;
		  }

.contentWrapper {
				width:768px;
				text-align:left;
				background:#FFFFFF;
				float:left;
				border-left: 1px solid #B3B3B3;
				border-right: 1px solid #B3B3B3;
				border-bottom:1px solid #B3B3B3;
				border-top: 1px solid #B3B3B3;
				padding: 0px;
				margin: 8px 0px 0px 0px;
				}
				
.menuLeft {
		  width:100px;
		  float: left;
		  height:auto;
		  display:block;
		  padding: 0px 0px 0px 0px;
		  background: #969696;
		 /* border-right: 1px solid #B3B3B3;*/
	 	 }		
.menuMiddle {
		  width:200px;
		  height:auto;
		  display:block;
		  float: left;
		  padding: 0px 0px 0px 0px;
		  background: #88B7CB;
		  background-image:url(../images/background_middle.gif);
		  border-right: 1px solid #B3B3B3;
		  
		  }
.menuRight {
		  width:466px;
		  height:auto;
		  display:block;
		  float: left;
		  padding: 0px 0px 0px 0px;
		  background: #FFFFFF;
		  }
		 
.houseBox {
		  width:400px;
		  height:110px;
		  padding: 0px 0px 0px 0px;
		  display:block;
		  background: #FFFFFF;
		  background-image:url(../images/background_house.gif);
		   border-top:1px solid #717070;
		   border-bottom:1px solid #717070;
		   margin-left:33px;
		   margin-top:10px;
		   margin-bottom:10px;
		 
		  }		  
.middleSpacerLine {
		  width:466px;
		  height:1px;
		  background: #FFFFFF;
		  border-bottom:1px solid #B3B3B3;
		  margin-bottom:1px;
		  margin-top:1px;
		  }		  
.footer {
		width:450px;
		float:left;
		text-align:right;
		margin:10px;
		padding:0px;
		}
	
.text_pageHeading {
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #969696;
}
.text_footer {

	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #969696;
}

.text_mainBody {

	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #969696;/*B3B3B3*/
	margin-left:15px;
	margin-right:15px;
}
.text_houseHeadline {
	font-family: tahoma;
	font-size: 10px;
	color: #2C576A;
	font-weight: bold;
}

.text_housePrice {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #B3B3B3;
}
a:link {
	color: #969696;
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;

}
a:hover {
	color: #000000;
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
a:visited {
	color: #969696;
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}		
