body {
	margin: 0;
	padding: 0;
	text-align: left;	
	background-color: #A38154;
	background-image: url(../images/home_bgnd.jpg);	
}	

/* Avoids bugs in IE and Opera for using percentage measurements for text*/
body {
	font-size: 100.01%;
}

/* Fixes bug in IE5 - tells the table to take the font size from surrounding content */
table {
	font-size: 1.0em;
}

/* Set text style for page */

p {
	font-family:"Trebuchet MS";	
	font-size: 11px;
	color: #ABAAA9;
	line-height: 15px;
	}
	
.boldlg {
	font-family:"Trebuchet MS";	
	font-size: 12px;
	color: #ABAAA9;
	line-height: 15px;
	font-weight: bold;
	}
	
.footer {
	color: #413422;
}

body, div, blockquote, ol, ul, dl, li, dt, dd, td {
	font-family:"Trebuchet MS";	
	font-size: 11px;
	color: #ABAAA9;
	}

a, a:link {
	font-family:"Trebuchet MS";	
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	color: #ffffff;
	text-decoration: underline;		

}

a:hover {
	text-decoration: none;
	color: #CFB799;
}


a.bottomNav, a.bottomNav:link {
	font-family:"Trebuchet MS";	
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	text-decoration: underline;
	color: #413422;
}

a.bottomNav:hover {
	color: #ffffff;
	text-decoration: none;	
}

#mid_gradation {
	background-image: url(../images/home_gradation_mid.jpg);
	background-repeat: repeat-x;
}

#btm_gradation {
	background-image: url(../images/home_gradation_btm.jpg);
	background-repeat: repeat-x;
}

#realtor_box {
	background-color: #58524b;
}

#content_box {
	background-color: #2e2b27;
}
#property_box {
	background-color: #58524b;
}