body
{
  background: #202020;
  font: normal 11px verdana,arial,helvetica,sans-serif;
  color: #432316;
  text-align:center;
  margin:0;
  padding:0;
}


/* some defaults */

div
{
  float:left;
  clear:both;

}


img { border:none; }


h1
{
  font: normal 16px verdana,arial,helvetica,sans-serif;
  letter-spacing:1px;
  margin:26px 40px 4px 40px;
}


p
{
  float:left;
  clear:both;
  line-height:14px;
}


ul
{
  clear:both;
  float:left;
  padding:0;
  list-style:none;
  margin:0;
}

li
{
  padding:0px;
  font-size:100%;
}



a, a:visited
{
  text-decoration:underline; 
  color:#000;
}

a:hover
{
  text-decoration:none; 
  color:#000;
}


a.white, a.white:visited, a.white:hover
{
  text-decoration:none; 
  color:#fff;
}


a.white:hover
{
  text-decoration:underline; 
  color:#fff;
}





/* THE MAIN CONTAINER */

#container
{
  position:absolute;
  text-align:left;     
  background: #D3D0C3 url('./images/back_1px.gif') repeat;
  width:755px;
  height:520px;
  margin-left:-378px;
  margin-top:-260px;
  top:50%;
  left:50%;
  border:solid 1px #fff;
}

#banner
{
  background:#808080 url('images/banner_green7.jpg') no-repeat;
  width:755px;
  height:87px;
}


#nav
{
  width:755px;
  background:#808080 url('images/topnav_bk.gif') repeat-x;
  margin:0px 0 0 0;
  border-top:solid 1px #fff;
  border-bottom:solid 1px #fff;
}

#nav li
{
  display:inline;
  float:left;
  border-right:solid 1px #fff;
  font-size:11px;
  letter-spacing:2px;
  padding: 6px 14px 6px 14px;
  color:#fff;
  cursor:pointer;
}

#nav a, a:visited, a:hover
{
  text-decoration:none;
  color:#fff;
}

a.white, a.white:visited
{
  text-decoration:none;
  color:#fff;
}

a.white:hover
{
  text-decoration:underline;
  color:#fff;
}

a.black, a.black:visited
{
  text-decoration:underline;
  color:#000;
}

a.black:hover
{
  text-decoration:none;
  color:#000;
}


#content
{
  width:100%;
  background:#e1e1e1;
  height:381px;
}





#footer
{
  background: #255225 url('./images/strip_bk.gif') repeat;
  color:#fff;
  width:755px;
  border-top:solid 1px #fff;
  font-size:12px;
  letter-spacing:1px;
  z-index:1;
}


  #footer_left
  {
    width:755px;
    text-align:center;
    padding: 6px 0 5px 0;
  }
  
  
  #footer_right
  {
    clear:none;
    width:0px;
    text-align:right;
  }


  #footer_left2
  {
    width:440px;
    text-align:left;
    font-size:10px;
    padding:6px 0 6px 8px;
  }
  
  
  #footer_right2
  {
    clear:none;
    width:299px;
    text-align:right;
    padding:6px 8px 6px 0px;
    font-size:9px;
    color:#fff;
  }
