
BODY {
  background: #FFFFFF;
  font-family: Trebuchet, sans-serif;
  margin-top: 0px;
  margin-left: 25px;
}

.home{
	background-color: transparent;
	background-image: url("../images/house_dark.jpg");
	background-position: center right;
  	background-repeat:no-repeat;  
}

.inner_page {
	background-color: transparent;
	background-image: url("../images/house_trans.jpg");
	background-position: center right;
  	background-repeat:no-repeat; 
}

.big_text {font-size: 20px; color: #241604; }
.big_text a { font-size: 20px; color: #241604; text-decoration: none;}
.big_text a:hover { font-size: 20px; color: #860D1E; text-decoration: none;}

.med_text {font-size: 18px; color: #5A3B12; line-height: 37px;}
.med_text a { font-size: 18px; color: #5A3B12; text-decoration: none; line-height: 37px;}
.med_text a:hover { font-size: 18px; color: #860D1E; text-decoration: none; line-height: 37px;}

.med_text_on {font-size: 18px; color: #860D1E; line-height: 37px;}
.med_text_on a { font-size: 18px; color: #860D1E; text-decoration: none; line-height: 37px;}
.med_text_on a:hover { font-size: 18px; color: #860D1E; text-decoration: none; line-height: 37px;}

.text {font-size: 14px; color: #5A3B12; }
.text a { font-size: 14px; color: #860D1E; text-decoration: underline;}
.text a:hover { font-size: 14px; color: #860D1E; text-decoration: underline;}

