  body
  {
    margin: 0px;
    color: #555555;
    font-family: sans-serif;
    font-size: 12px;
    background: #e7e8e9;
  }

  img
  {
    border: none;
  }

  a
  {
    text-decoration: none;
    color: #5A3214;
  }

  a:HOVER
  {
    text-decoration: underline;
  }

  #content
  {
    width: 1024px;
    margin: 0px auto;
    background: #FFFFFF;
    border: 1px solid black;
  }

  #header
  {
    height: 212px;
    background: url("../images/header.jpg") no-repeat;
  }

  #menu
  {
    width: 490px;
    color: #ffbea0;
    font-family: Georgia;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 14px;
    position: relative;
    left: 483px;
    top: 26px;
    text-align: center;
  }

  #menu a
  {
    text-decoration: none;
    color: #fafadc;
    padding-left: 23px;
  }

  #menu a:HOVER
  {
    color: #ffffff;
  }

  #logo
  {
    padding-left:882px;
    padding-top:50px;
  }

  #left
  {
    width: 620px;
    padding: 10px 90px 30px;
    float: left;
    text-align: justify;
  }

  #left h4
  {
    margin: 15px 0px;
    color: #5a3214;
  }

  #right
  {
    float: left;
    width: 220px;
    padding-top: 10px;
  }

  #partners
  {
    display: none;
  }

  #news
  {
    padding-bottom: 20px;
    text-align: justify;
    padding-right: 60px;
/*    display: none; */
  }
  
  #news span.news_date
   {
    display: none;
  }

  #news a
  {
   color: #5A3214;
   text-decoration: none;
 }

 #news h4
   {
    margin: 5px 0px;
    text-align: left;
  }

  #partners h3, #news h3, #left h3
  {
    font-family: Georgia;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 21px;
    margin: 20px 0px;
  }

  .sponsor_1
  {
    background: url("../images/sponsor1.jpg") no-repeat center;
    height: 49px;
    margin: 10px;
  }

  .sponsor_2
  {
    background: url("../images/sponsor2.jpg") no-repeat center;
    height: 54px;
    margin: 10px;
  }

  .clear
  {
    clear: both;
  }

  #footer
  {
    background: url("../images/footer.jpg") no-repeat;
    height: 81px;
  }

  #copyright
  {
    background: url("../images/copyright.jpg") no-repeat;
    height: 43px;
    width: 1024px;
    margin: 0px auto;
  }

  p.dashed
  {
    border-top: 1px dashed #555555;
  }