

/* necessary to make the embedded editor bg white */
.mceContentBody {
  background:#FFF url('');
}
/* or whatever color you want it to be */


body {
  font-family:verdana,sans-serif;
  background:#733033 url(/images/bg_pg.gif) repeat-y top center;
  padding:0px;
  margin:0px;
  font-size:12px;
  line-height:23px;
}

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

h1,h2,h3 {
  color:#733033;
  font-size:13px;
  font-variant:small-caps;
  font-weight:bold;
}

td p {
  margin:0px;
}

#text h1, #text h2, #text h3 {
  margin-left:-25px;
}

#well {
  background:transparent url(/images/bg_well.jpg) repeat-y top left;
  padding:25px 50px;
  width:700px;
  margin:auto;
}
#fancy {
  margin-top:-25px;
  margin-left:-25px;
  display:block;
  position:absolute;
  width:174px;
  height:258px;
  background:transparent url(/images/el_well.gif) no-repeat top left;
  z-index:99;
}
#stilt {
  display:block;
  float:left;
  height:248px;
  width:1px;
}
#clear {
  display:block;
  clear:both;
}
#text {
  padding-left:50px;
  position:relative;
  z-index:100;
  width:650px;
}

#header {
  width:800px;
  height:122px;
  margin:auto;
  background:transparent url(/images/mast.jpg) no-repeat top left;
}

#header h1, #header h2 {
  display:none;
}
#nav {
  margin:auto;
  width:800px;
  height:33px;
  overflow:hidden;
  padding-left:46px;
}
#nav a img {
  border:0px;
}
#available-listings {
  /*margin-left:174px;*/
}

#footer, #copy {
  margin:auto;
  font-size:10px;
  line-height:16px;
  width:720px;
  height:58px;
  background:transparent url(/images/bg_footer.jpg) no-repeat top left;
  padding:5px 0 0 80px;
  font-weight:bold;
}
#copy {
  color:#D88484;
  text-align:center;
  background:transparent url('');
}
#copy a {
  text-decoration:none;
  color:#D88484;
}
#copy a:hover {
  color:#FFF;
}
