html, body
{
  height:100%;
}
body
{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background-color:white;
}
  #wrapper
  {
    width:600px;
    margin:0 auto;
    border:1px solid #CDD56D;
    background-color:white;
  }
    #top
    {
    
    }
      #head
      {
        width:600px;
        height:75px;
        border:0;
      }
    #category
    {
      background-color:#4C5E16;
      text-transform:uppercase;
      font-weight:normal;
      font-size:18px;
      color:#A8B31C;
      line-height:28px;
      padding:5px 10px;
    }
    #subcategory
    {
      font-weight:bold;
      text-transform:uppercase;
      font-size:12px;
      line-height:16px;
      color:#A8B31C;
      margin:10px;
    }
    #title
    {
      font-size: 22px;
      color: #A8B31C; 
      line-height: 28px;
      padding:10px;
    }
    #content
    {
      font-size:12px;
      color:#333333;
      line-height:16px;
      margin:10px;
    }
      .highlighted
      {
        color: #7A8819;
      }
      a
      {
        color: #7A8819;
        text-decoration: none;
      }
      a:hover, a:active
      {
        color: #4C5E16;
      }
      #close
      {
        width:66px;
        height:18px;
        border:0;
        margin:10px;
      }