  * {
    padding: 0;
    margin: 0;
    font-family: Verdana;
  }

  body {
    background-color: #000;
    color: #fff;
    font-size: 11px;
    font-family: "trebuchet ms", helvetica, sans-serif;
  }

  h1 {
    /* color: #f34; */
    color: #fff;
    margin-bottom: 5px;
    font-size: 16px;
  }

  h2 {
    padding-top: 10px; 
    padding-bottom: 5px;
    font-size: 14px;
  }

  h3 {
    padding-top: 10px; 
    font-size: 12px;
  }
  
  hr {
    height: 2px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px; }

  p {
    color: #fff;
  }

  img {
    border: none;
  }

  #container {
    clear: both;
    padding-top: 3px;
    height: 200px;
  }

  #left_column {
    width: 165px;
    float: left;
    height: 200px;
  }

  #middle {
    float: left;
    background-color: #222222;
    width: 630px;
  }

  #header {
  }

  #right_column {
    width: 169px;
    float: left;
  }

  #menu {
    height: 45px;
    background-image: url('../images/menu_background.gif');
    text-align: center;
    background-repeat: repeat-x;
  }

    #menu ul {
      padding-top: 10px;
      list-style-type: none;
      list-style-image: none;
    }
    
      #menu li {
        display: inline;
      }
      
    #menu a {
      text-decoration: none;
      color: #fff;
      font-weight: bolder;
      margin-right: 10px;
      padding: 5px;
    }

      #menu a:hover {
        color: #f34;
        background: white;
      }

  #banner {
    background-color: #444444;
  }
  
  #banner li {
    margin-right: 7px;
  }
  
  .bannerCarousel {
    overflow: hidden;
    clear: none;
    height: 177px;
  }
  
  #status {
    height: 21px;
    background-color: #444444;
    color: #fff;
    padding-top: 7px;
    text-align: center;
    border-top: 1px solid black;
  }

  #content {
    background-image: url('../images/design_20.gif');
    background-repeat: no-repeat;
    background-color: #222222;
    width: 630px;
    color: white;
    padding-top: 20px;
    padding-bottom: 50px;
    min-height: 500px;
  }

    #content p {
      padding-top: 15px;
    }

    #content ul {
      margin-left: 15px;
    }
    
    #content a {
      color: white;
    }

    #left_content {
      padding-left: 20px;
      padding-right: 20px;
    }
   
    #left_content_index {
      float: left;
      width: 40%;
      text-align: justify;
      padding-left: 20px;
    }

    #right_content  {
      margin-left: 300px;
      text-align: center;
    }

  .talent {
    border: 1px solid white;
    padding: 0;
    margin: 5px;
    
  }

  .talentName {
    font-size: larger;
    font-weight: bolder;
    height:110px;
    padding: 5px;
    background-color: #222;
  }

  .talentNameLarge {
    font-size: 18px;
    font-weight: bolder;
    background-color: #222;
    margin-top: 20px;
    width: 200px;
    padding-top: 7px;
  }
  
  .talentBox {
    background-color: #222; 
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #666666;
  }

  .talentContent {
    padding: 5px;
   }

  .talentImages {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;  }

  dl {
    clear: both;
    display: block;  }

  dl dd, dl dt{
    float: left;  }

  dl dd {
    width: 100px;
    text-align: right;
    padding-right: 20px;
    font-weight: bolder;
  }

  dl dt {
    width: 100px; }

  #talentDetails {
    margin-left: 20px;
    margin-bottom: 20px;
  }
    
  #talentDetails dl dd, #talentDetails dl dt {
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 5px;
    border: 1px solid #fff;
    background-color: #333;
    margin: 2px;
  }
  
    
  .clearFloats {
    clear: both;
  }
  
  .pageFirst {
    background-image: url(../images/first-arrow.gif);
    background-repeat:no-repeat;
    background-position:0px 3px;
    padding-left:10px;
    padding-right:10px;
    font-size:12px;
  }

  .pagePrev {
    background-image: url(../images/prev-arrow.gif);
    background-repeat:no-repeat;
    background-position:0px 3px;
    padding-left:7px;
    padding-right:10px;
    font-size:12px;
  }

  .pageNext {
    background-image: url(../images/next-arrow.gif);
    background-repeat:no-repeat;
    background-position: right 3px;
    padding-left:10px;
    padding-right:7px;
    font-size:12px;
  }

  .pageLast {
    background-image: url(../images/last-arrow.gif);
    background-repeat:no-repeat;
    background-position: right 3px;
    padding-left:10px;
    padding-right:10px;
    font-size:12px;
  }

  .pageNumber {
    padding-left:10px;
    padding-right:10px;
    font-size:12px;
    font-weight:bold;
  }

  .pageNumber a{
    padding-left:4px;
    padding-right:4px;
    text-decoration:none;
    color:#000000;
  }

    .pageNumber a:hover {
      color:#ca1911;
      text-decoration:underline;
    }

  .pageNumber strong{
    color:#d71920;
    padding-left:4px;
    padding-right:4px;
  }
  
  .over {
    cursor: pointer;
  }
