@charset "utf-8";
/* CSS Document */

  body
  {
    background: #D5E1FF url('images/bg_boy.jpg') left top repeat-x;
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: 12px;
  }
  #wrapper
  {
    width: 800px;
    margin: 0 auto;
  }
  #banner
  {
    width: 100%;
    height: 200px;
    background: transparent url('images/banner_boy.jpg') 50% top no-repeat;
    margin-bottom: 10px;
  }
    
  #content
  {
    width: 100%;
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    text-align: left;
    word-spacing: normal;
    text-decoration: none;
    color: #444;
  }
    #content #main
    {
      width: 70%;
      float: left;
    }
      #content #main.full
      {
        width: 100%;
      }
        #content #main.full h2
        {
          margin-top: 10px;
        }

        {
          width: 100%;
        }
      
      #main .inset-right
      {
        width: 200px;
        float: right;
        padding: 10px 0 10px 20px;
        font-size: 0.85em;
        line-height: 1.0em;
      }
    
    #content #side
    {
      width: 25%;
      float: right;
    }
    
    #content a
    {
      color: #3366FF;
      text-decoration: none;
    }
    #content h2
    {
    	background: transparent url('images/hr_boy.jpg') left bottom repeat-x;
      padding-bottom: 4px;
      color: #3366FF;
			font-weight: bold;
  	  font-size: 1.2em;
    }
    #content ul
    {
    	margin: 0;
      padding: 0 5px 10px;
			list-style-type: none;
      list-style-position: inside;
    }
      #content ul li
      {
        padding: 0 0 3px 0;
      }
    #content label
    {
			font-weight: bold;
  	  line-height: 1.3em;
    }
    #content span
    {
			font-style:italic;
    }
    
  #footer
  {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    font-size: .9em;
    color: #777;
  }
    #footer a
    {
      color: #999;
    }
  

