/*NEW.CSS WRITTEN 16 JANUARY 2004 FOR MADRONE REALTY BY BobbiWisby.com*/
/*this css courtesy of www.bluerobot.com for centering page with css, many changes applied for styling*/


body {
	margin: 15px 0px; 
	padding: 0px; 				/* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; 			/* Hack for IE5/Win */
	background: #ffffff url(bg.gif);
	color: #397026;				/*102 -0 - 0*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: normal;
 	}

h2 { /*replaces header class in property pgs*/
	font-family: "bradley hand itc",arial,verdana,sans-serif;
	font-size: 20px;
	color: #397026;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	}

.center {
text-align: center;
}

img {
border: 0;
}

hr {
width: 600;
color: #397026;
text-align: center;
}

td {
color: #397026;
text-align: top;
}

a:hover {						
text-decoration: none;
color: green;
	}

a:active {				
text-decoration: none;
color: red;
 	}

a:link {				
text-decoration: none;
 	}

.address {
color: #397026;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 10pt;
font-weight: bold;
	}
