@charset "UTF-8";
/* CSS Document */

#logo {
width:181px;
height:194px;
margin-top:40px;
margin-left:120px;
float:left;
background-image:url('../images/logo.png');
background-repeat:no-repeat;
}

#logo2 {
width:368px;
height:228px;
margin-top:25px;
margin-left:20px;
float:left;
background-image:url('../images/logo2.png');
background-repeat:no-repeat;
}

#logoText {
width:200px;
margin-left:105px;
float:left;
}


#house {
width:572px;
height:261px;
margin-right:20px;
float:right;

background-image:url('../images/house.gif');
background-repeat:no-repeat;
}

/* background-image:url('../images/house.png');*/

#mainBlock {
width:1050px;
height:390px;
margin-top:5px;
margin-bottom:5px;
float:left;

}


#textBlock {
width:280px;

margin-top:10px;
margin-left:10px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#slideHere {
width:700px;
margin-top:10px;

float:left;

}

.boldText{
	font-size:16px;
	font-weight:bold;
}

#textLeft{
float:left;
width:135px;
margin-top:20px;
}

#textBlockTop{
	margin-bottom:10px;
	border-bottom:1px solid silver;
	padding-top:20px;
	padding-bottom:20px;
}