html, body {
   background: #f07a29;
   color: #fff;
   font-size: 94%;
}

a {
   color: #fff;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

p {
   margin: 10px 0;
}

p.black {
   color: #000;
}

div.clear {
   clear: both;
}

#page {
   margin: 0 auto;
   width: 790px;
}


#header {
      border-bottom: 3px solid #fff;
      padding: 10px 5px;
      position: relative;
   }

   #header ul li {
      display: block;
      float: left;
      margin-right: 10px;   
      text-transform: uppercase;
   }
   #header #flash-wrap {
      height: 37px;
      position: absolute;
      right: 0;
      top: 3px;
      width: 150px;
   }
   
#rockstars {
   background: transparent url(../../images/rockstars.gif) no-repeat center top;
   height: 415px;
   margin: 10px 0 30px 0;
}

div.block {
   border-bottom: 3px solid #fff;
   padding: 0 3px 15px 3px;
}

div.job {
      padding-bottom: 30px;
   }

   div.job div.hd {
      font-size: 230%;
      margin: 10px 0 0px 0;
   }

   div.job div.bd {
      color: #000;
   }

#clients {
      background: #fff;
      height: 144px;
      padding-top: 5px;
   }
   #clients li {
      float: left;
      height: 71px;
      width: 110px;
      text-align: center;
   }
   
   
   
#footer {
   background: transparent url(../../images/nb-logo.gif) no-repeat;
   height: 78px;
   padding: 75px 0 0 3px;
   width: 790px;
   
}