body
{
  border-style: none;
  background-image: url(twentyfour.gif);
  background-repeat: repeat;
  background-position: center;
  text-align: center;
  color: black;
  font-family: arial
}

#topcontainer
{
  width: 80%;  
  margin-top: 10px;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 10px;
  padding: 8px;
  border: 3px #FFFF99 solid;
  text-align: center;
  height: auto;
  z-index: 10;
}

#footcontainer
{
  font-size: 75%
}

#piccontainer
{
  position: relative; 
  padding: 0px;
  border: 0px;
  text-align: center;
  width: 100%;
  height: auto;
  z-index: 50;
}

#topnavcontainer ul
{
  width: 80%;  
  margin-top: 10px;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px #FFFF99 solid;
  text-align: center;
  background-color: #996600;
  color: white;
  height: auto;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 18px;
  z-index: 20;
}

#topnavcontainer ul li
{
  display: inline;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 5px;
  padding-top: 5px;
}

#topnavcontainer ul li a
{
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: white;
  text-decoration: none;
  border-top: 4px #CCCC99 solid;
  border-left: 4px #CCCC99 solid;
  border-bottom: 4px #660000 solid;
  border-right: 4px #660000 solid;
}

#topnavcontainer ul li a:hover
{
  background-color: #CC9900;
  border-top: 4px #CCCC99 solid;
  border-left: 4px #CCCC99 solid;
  border-bottom: 4px #660000 solid;
  border-right: 4px #660000 solid;
  color: white;
}

#topnavcontainer #active { border-left: 1px solid #fff; }

#botnavcontainer ul
{
  width: 80%;
  margin-top: 10px;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px #FFFF99 solid;
  text-align: center;
  background-color: #996600;
  color: white;
  height: auto;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 18px;
  z-index: 70;
}

#botnavcontainer ul li
{
  display: inline;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 5px;
  padding-top: 5px;
}

#botnavcontainer ul li a
{
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: white;
  text-decoration: none;
  border-top: 4px #CCCC99 solid;
  border-left: 4px #CCCC99 solid;
  border-bottom: 4px #660000 solid;
  border-right: 4px #660000 solid;
}

#botnavcontainer ul li a:hover
{
  background-color: #CC9900;
  border-top: 4px #CCCC99 solid;
  border-left: 4px #CCCC99 solid;
  border-bottom: 4px #660000 solid;
  border-right: 4px #660000 solid;
  color: white;
}

#botnavcontainer #active 
{ 
  border-left: 1px solid #fff; 
}

.img
{
  margin: 2px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  border: 0px;
}	

.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}

#adcontent 
{
  margin-left:10%;  
  margin-right:10%;
  width:80%;
  height:100px;
  border:0px;
  padding: 8px;
  z-index: 40;
}

#rightcontent 
{
  position: relative;
  float:right;
  margin-left:10px;
  width:100px;
  height: auto;
  background:#fff;
  border:1px solid #C0C0C0;
}

#centercontent
{
  background:#fff;
  width: 80%;
  height: auto;
  margin-left: 10%;
  margin-right: 10%;
  border:1px solid #C0C0C0;
  padding: 8px;
  z-index: 30;
}

#centercontent2
{
  border:1px solid #C0C0C0;
  display: block;
  clear: left;
  width: 80%;
  height: auto;
  background: none;
  margin-left: 10%;
  margin-right: 10%;
  border:0px;
  padding: 8px;
  z-index: 60;
}
