html
{
  background-image: url(/images/background-body.gif);
}


body
{
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 20px;
  text-align: center;
}

img
{
  border-width: 0px;
}

input, select, textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
}


#container
{
  background-image: url(/images/background-content.gif);
  border: 1px solid #000000;
  margin: 0px auto;
  position: relative;
  text-align: left;
  width: 758px;
}

  #header
  {
    background-color: #000000;
    border-bottom: 1px solid #000000;
    height: 131px;
    position: relative;
  }
  
    #banner
    {
      left: 12px;
      position: absolute;
      top: 13px;
    }
    
    #logo
    {
      bottom: 15px;
      left: 13px;
      position: absolute;
    }
    
    #randompicture
    {
      position: absolute;
      right: 0px;
      top: 0px;
    }

  #slogan
  {
    background-color: #FED3B6;
    border-bottom: 1px solid #000000;
    color: #BC4E02;
    height: 17px;
    padding: 3px 0px 0px 13px;
  }

  #navigation
  {
    /*
    background-color: #FB7D29;
    position: absolute;
    width: 150px;
    */
    background-color: #FB7D29;
    float: left;
    height: 400px;
    width: 150px;
  }
  
    #navigation ul
    {
      list-style: none;
      margin: 0px;  
      padding: 20px 0px 0px 0px;
    }
    
    #navigation li
    {
      border-bottom: 1px solid #000000;
      line-height: 20px;
    }

      #navigation li a
      {
        display: block;
        padding-left: 12px;
        font-size: 11px;
        color: #000000;
        text-decoration: none;
      }

      #navigation li a:hover
      {
        background-color: #FED3B6;
        color: #000000;
        background-image: url(/images/arrow.gif);
        background-repeat: no-repeat;
        background-position: 5px 8px;
      }

      #navigation li a.current
      {
        background-color: #FED3B6;
        color: #000000;
        background-image: url(/images/arrow.gif);
        background-repeat: no-repeat;
        background-position: 5px 8px;
      }

  #content
  {
    /*
    left: 150px;
    padding: 0px 20px 20px 20px;
    position: relative;
    width: 568px;
    */
    float: left;
    padding: 17px 20px 20px 20px;
    width: 568px;
  }

    #content a
    {
      /*font-weight: bold;*/
    }

    #content a:link
    {
    	color: #FB7D29;
    }
    
    #content a:visited
    {
    	color: #FB7D29;
    }
    
    #content a:hover
    {
    	color: #000000;
    }
    #content a:active
    {
    	color: #FB7D29;
    }

    #content h1
    {
      font-size: 17px;
      color: #FB7D29;
      margin-top: 0px;
    }
    
    #content h2
    {
      border-top: 1px solid #C2B8AE;
      font-size: 13px;
      margin-bottom: 0px;
      margin-top: 10px;
      padding-top: 5px;
    }
    
    #content h3
    {
      font-size: 11px;
      margin-bottom: 0px;
    }
    
    #content p
    {
      margin-bottom: 10px;
      margin-top: 10px;
    }

    #content div#notice
    {
      background-color: #FED3B6;
      border: 1px solid #000000;
      color: #BC4E02;
      padding: 0px 10px;
    }

    #content div.pager
    {
      border-top: 1px solid #C2B8AE;
      /*font-weight: bold;*/
      padding-top: 5px;
      text-align: right;
    }
    
      #content div.pager .currentpage
      {
        font-weight: bold;
      }
    
    #content div.left
    {
      clear: both;
      float: left;
      width: 120px;
    }
    
    #content ul
    {
      margin-top: 3px;
    }
    
    #content label
    {
      vertical-align: middle;
    }
    
    #content input.checkbox
    {
      vertical-align: middle;
    }
    
    #content input.text
    {
      width: 50%;
    }
    
    #content input.button
    {
      width: 100px;
    }
    
    #content input.password
    {
      width: 150px;
    }

    #content textarea
    {
      width: 75%;
    }
    
    #content select
    {
      width: 50%;
    }

  #footer
  {
    clear: both;
  }
  
.editable_slot {
  background-color: #eee;
  border: 5px solid #ddd;
  cursor: pointer;
  padding: 5px;
}

