body {
  margin: 0;
  background:#727E8C url(pics/back04.jpg) no-repeat center;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #555;
}

/**** HEADER ****/
#header {
  margin: 0 auto;
  background: url('pics/logo.jpg') center no-repeat;
  width: 700px;
  height: 115px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

/**** MENU ****/
#menu {
  margin: 0 auto;
  background: url('pics/menuback.jpg') no-repeat;
  width: 700px;
  height: 49px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

#menu li {
  font-size: 16px;
  float: left;
  height: 49px;
  width: 140px;
  list-style-type: none;
  list-style-image: none;
/*  font-family: "Times New Roman", Times, serif;*/
  font-family: Arial, Helvetica, sans-serif, "bitstream vera sans";
}

#menu a {
  color: #000;
  display: block;
  height: 49px;
  width: 140px;
  line-height: 49px;
  text-align: center;
}

#menu a:hover {
  height: 49px;
  width: 140px;
  color: #000;
  background: url('pics/button_hover.jpg') center no-repeat;
}

#menu .active {
  height: 49px;
  width: 140px;
  background: url('pics/button_back.jpg') center no-repeat;
  color: #FFF;
}

/**** MENU ****/
#main {
  margin: 0 auto;
  background: #f6f6f6;
  width: 700px;
//  height: 408px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 1px solid #000;
}

#main p {
  margin: 2px 2px 2px 10px; 
/*  font-family: "Times New Roman", Times, serif;*/
  font-family: Arial, Helvetica, sans-serif, "bitstream vera sans";
  font-size: 14px;
}

#main h1 {
  margin: 2px 2px 2px 50px; 
/*  font-family: "Times New Roman", Times, serif;*/
  font-family: Arial, Helvetica, sans-serif, "bitstream vera sans";
  font-size: 32px;
}

#main h2 {
  margin: 2px 2px 2px 50px; 
/*  font-family: "Times New Roman", Times, serif;*/
  font-family: Arial, Helvetica, sans-serif, "bitstream vera sans";
  font-size: 20px;
}

#main img.back {
  border: none;
  margin: 5px 50px 5px 5px;
  float: right;
}

#main img.ref {
  border: 1px solid #000;
  margin: 5px 0px 5px 5px;
}

#main a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

#main a:hover {
  text-decoration: none;
  color: #555;
  font-weight: bold;
}

#main table {
  margin: 2px 2px 2px 20px; 
/*  font-family: "Times New Roman", Times, serif;*/
  font-family: Arial, Helvetica, sans-serif, "bitstream vera sans";
  font-size: 14px;
  font-weight: normal;
  color: #000033;
  text-align: left;
}


/**** FOOTER ****/
#footer {
  margin: 0 auto;
  background: url('pics/footerback.jpg') center no-repeat;
/*  font-family: "Times New Roman", Times, serif;*/
  font-family: Arial, Helvetica, sans-serif, "bitstream vera sans";
  font-size: 14px;
  font-weight: normal;
  width: 700px;
  height: 20px;
  text-align: center;
  border: 2px solid #000;
/*  border-right: 2px solid #000;*/
}