body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Tahoma, san-serif;
  font-size: 10pt;
  background-color: #ffffff;
  text-align: center;
  color: #ff4e2b;
}

img {
  border: none;
}

#wrap {
  width: 800px;
  _width: 804px;
  height: 600px;
  _height: 604px; /* extra 4px for the borders */
  margin: 20px auto;
  text-align: left;
  border: 2px dotted #fbbfa7;
  position: relative;
}

#header {
  height: 180px;
  padding: 0;
  margin: 0;
  background: #ffcdac;
}

#logo {
  position: absolute;
  top: 0;
  left: 20px;
  padding: 40px 18px;
  _padding: 38px 18px;
  background: #fed9be;  
  border-left: 2px dotted #ffffff;
  border-right: 2px dotted #ffffff;
}

#pagetitle {
  position: absolute;
  top: 0;
  left: 160px;
  width: 220px;
  _width: 240px;
  height: 71px;
  _height: 180px;
  background: url(textures/hometexture.jpg) 0 0 no-repeat #fff5e1;
  padding-top: 109px;
  padding-left: 20px;
}


img#texture, img#supporting {
  position: absolute;
  top: 0;
  left: 620px;
}

img#texture {
  top: 95px;   
}

ul#nav {
  position: absolute;
  left: 400px;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#nav li {
  float: left;
  padding: 49px 9px 107px 9px;
  background: url(images/linkback.jpg) 0 0;
  background-repeat: no-repeat;
}

ul#nav li.selected {
  background: url(textures/linktexture.jpg) 0 0 no-repeat;
}

ul#nav li img {
  border: none;
}

#content #home {
  height: 200px;
}

#content p , #content2 p{
  font-size: 9pt;
  line-height: 1.5em;
  margin: 0;
  padding: 1em 15px 0 20px;
  width: 205px;
  _width: 240px;
  background: #fff5e1;
  margin-left: 160px;
  font-family: Verdana;
  
}
#content a, #content a:link, #content a:visited {
  color: #ff4e2b;
  text-decoration: underline;
}

#content p.first {
  padding-top: 15px;
}

#content p.last {
  padding-bottom: 15px;
}

img#homedec {
  position: absolute;
  top: 180px;
  left: 500px;
}

#content {
  position: absolute;
  top: 180px;
  left: 0;
  width: 500px;
  height: 420px;
  background: url(images/homeback.jpg) 0 0 no-repeat;
}

#content p img {
  vertical-align: bottom;
  margin-bottom: -4px;
  _margin-bottom: 0;
  _vertical-align: middle;
}


