body {
  min-width: 775px;
  background: #DEF299 url("body.jpg") bottom repeat-x;
  color: #000;
  font-family: "arial unicode ms", simhei, san-serif;
  font-size: 12pt;
/*
  font-family: "trebuchet ms", helvetica, arial, sans-serif;
  font-size: 10pt;
*/
  background-attachment: fixed;
}

img {
  border: none;
}

a:link { color: #46a; }
a:visited { color: #359; }

div#container {
  position: relative;
  width: 775px;
  margin: 0 auto;
}

div#header {
  position: relative;
  width: 775px;
  height: 100px;
  background: #fff url("banner.jpg") no-repeat;
  color: #fff;
}

div#navbar {
  width: 775px;
  height: 25px;
  background: #fff;
}

#navbar a {
  display: block;
  width: 155px;
  height: 25px;
  text-align: center;
  font-weight: bold;
  float: left;
  text-decoration: none;
  font-size: 14pt;
}

#navbar a:hover, a#current {
  color: #4a4;
  font-size: 15pt;
}

div#content {
  padding: 30px 200px 20px 150px ;
  text-align: left;
  background: #AFC0A6 url("background.jpg") no-repeat;
  min-height: 400px;
}

#content span.heading {
  font-size: 14pt;
  font-weight: bold;
}

div#footer {
  width: 775px;
  height: 25px;
  font-size: 9pt;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
