body, html
{
  margin : 0;
  padding : 0;
}

#header
{
  background : url(../images/identity/header_bg.png);
  height : 41px;
  margin : 0;
  padding : 0;
}

div.squeeze
{
  margin : 0 auto;
  width : 700px;
}

h1
{
  padding : 0;
  margin : 0;
  height : 41px;
  position : absolute;
}
  h1 a
  {
    font-size : 22px;
    color : #ff0f5b;
    margin-left : 0;
    padding-left : 3px;
  }
  h1 span
  {
    background : url(../images/identity/logo.png) left top no-repeat;
    position : absolute;
    width : 387px;
    height : 41px;
    cursor : pointer;
  }

#navigation
{
  background : url(../images/navigation/bg.png) #00549e;
  height : 25px;
  margin : 0;
  padding : 0;
  width : 100%;
}

  #navigation ul
  {
    display : block;
    float : left;
    padding : 0 0 0 23px;
    margin : 0;
  }
    #navigation ul li
    {
      display : block;
      padding : 0;
      margin : 0;
      float : left;
      line-height : 15px;
      font-size : .9em;
    }
      #navigation ul li.current
      {
        background : url(../images/navigation/current.png) #fdb913 top left repeat-x;
      }
      #navigation ul li a
      {
        float : left;
        white-space : nowrap;
        display : block;
        font-family : arial, sans-serif;
        font-size : 1em;
        font-weight : bold;
        color : #fff;
        text-decoration : none;
        padding : 4px 20px 5px 20px;
        height : 16px;
      }
        #navigation ul li a:hover
        {
          background : url(../images/navigation/over.png) #fdb913 top left repeat-x;
          height : 16px;
        }
  form#search
  {
    margin-right : 23px;
    position : absolute;
    right : 0;
    top : 7px;
    text-align : right;
    width : 300px;
  }
    form#search fieldset
    {
      border : 0;
      margin : 0;
      padding : 0;
      text-align : right;
    }
      form#search fieldset legend
      {
        display : none;
      }
    form#search input#commit
    {
    }
    form#search input#query
    {
      position : relative;
      width : 190px;
      background-color : #ffffff;
    }

#sidebar
{
  width : 300px;
  position : absolute;
  margin : 0;
  padding : 2px 0;
  background-color : #e9e9e9;
}

#container
{
  margin : 0 25px;
  min-height : 600px;
}

#container.hassidebar #content
{
  position : relative;
  left : 300px;
  margin-right : 300px;
}

#footer
{
  clear : both;
}
  #footer #bottomline
  {
    background : url(../images/identity/footer_line.png) top left repeat-x;
    height : 13px;
  }
  #footer .copyright
  {
    font-family : Arial;
    font-size : 10px;
    margin-left : 23px;
    margin-top : 5px;
  }
  #footer .links
  {
  }
    #footer .links ul
    {
      display : block;
      padding : 0;
      margin : 0;
      margin-left : 23px;
    }
      #footer .links ul li
      {
        display : block;
        float : left;
        font-size : 10px;
        font-family : Arial;
        margin : 0;
        padding : 0;
      }
        #footer .links ul li.itemb
        {
          margin : 0 30px;
        }
  #footer .sponsor
  {
    margin-right : 23px;
    float : right;
    height : 34px;
    width : 187px;
    position : absolute;
    right : 0;
  }
