body{
  background: url('/img/background.gif');
  margin: 20px 0px;
}

#header{
  position: relative;
  width: 742px;
  height: 328px;
  margin: 0 auto;
  background: url('/img/header.jpg') no-repeat;
  border-bottom: solid 5px #c4d718;
}

#header ul#menu{
  position: absolute;
  bottom: 0px;
  right: 5px;
}

#header ul#menu li{
  float: left;
  width: 119px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url('/img/tabs.gif') no-repeat right;
  margin: 0px 1px;
  font-size: 11pt;
  font-family: Lucida, Arial, Verdana;
  cursor: pointer;
  color: black;
}

#header ul#menu li.active,
#header ul#menu li:hover{
  background: url('/img/tabs.gif') no-repeat left;
  background-color: #c4d718;
  color: white;
}

#header ul#menu a{
  color: inherit;
  text-decoration: inherit;
}

#header ul#menu a:hover{
  text-decoration: none;
}

#main{
  width: 742px;  
  margin: 0 auto;
  background-color: white;
}

#footer{
  position: relative;
  width: 742px;
  height: 20px;
  margin: 0 auto;
  background-color: #f9b80e;
  color: white;
}

#footer span{
  position: absolute;  
  right: 20px;
  font-family: Myriad, Arial, Verdana;
  font-size: 10pt; 
  line-height: 20px;  
}

.pt14{ font-size: 14pt; }
.pt10{ font-size: 10pt; }
.times{ font-family: "Times New Roman", Times, serif; }
.gothic{ font-family: "MS UI Gothic"; }
.gothic10{ 
  font-family: "MS UI Gothic";
  font-size: 10pt;
}

div.clear{
  clear: both;
}

