

<!-- 


BODY  { font-family: georgia,times; font-weight: bold; text-align: center; 
 background: #7d904e url(http://www.prestrealty.com/pinetile.jpg) repeat; position: relative;
 }

#outerwrapper  {
width: 960px;
background: none #FFFF66;
margin: 10px;
padding: 20px;

}

#header { 
 margin: 20px; 
background: none #FFFF66;
text-align: center;
font-size: 100%;
  font-weight: bold;
} 


a:link {
  color: #339900;
font-family: georgia,times;
font-size: 90%;
  font-style: italic;
  }
a:visited {
  color: #339900;
font-family: georgia,times;
font-size: 90%;
  font-style: italic;
  }
a:hover {
  color: #669900;
font-family: georgia,times;
font-size: 90%;
  font-style: italic;
}

p.rt  {
text-align: right;
font-size: 90%; 
}

p.lft  {
text-align: left;
font-size: 90%; 
}



p.caption {
font-size: 80%;
font-family: georgia,times;
font-style: italic;
}

#left { 
background-color: #FFFF66;

float: left;
width: 200px;
text-align: left; 
}


#center { 
width: 460px;
float: left;
background-color: #FFFF66;

padding: 20px;

}


#centerrt { 
width: 720px;
float: right;
 background-color: #FFFF66;

padding: 20px;

}


#right {
background-color: #FFFF66;

float: right;
 width: 200px;
text-align: center;
margin: 5px;
}

#bottom  {
 background:none #FFFF66;
width: 890px;
padding: 10px;


}


#chbtn  {
background-color: #FFFF66;
width: 890px;

padding: 10px;
font-size: 70%;
text-align="left"
margin: 5px;

}
-->