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

 .top-bar {
   position:fixed;
   top:0;
   left:0;
   width:100%;
   height:50px;
   background:#08d;
   border-bottom:3px #0af solid;
   z-index:1;
   opacity:.9;
   filter:Alpha(opacity=90);
   }
   
  .top-bar-inner {
   margin:0 auto;
   width:1000px;
   }
   
  .top-title {
   padding:7px 0;
   color:#fff;
   font:bold 25px 'Segoe UI',Arial,Helvetica,sans-serif;
   }
   
  .body-text {
   position:relative;
   float:left;
   margin-top:53px;
   width:100%;
   background:#FAFAFA;
   }
   
  .body-text-inner {
   margin:0 auto;
   padding:18px;
   width:964px;
   background:#fff;
   font:normal 14px Arial,Helvetica,sans-serif;
   box-shadow:0 0 10px 0 rgba(0,0,0,.3);
  -moz-box-shadow:0 0 10px 0 rgba(0,0,0,.3);
  -wekbit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);
   overflow:hidden;
   }
   
  .team-image {
   display:block;
   margin:0 auto;
   width:964px;
   z-index:0;
   }
   
  .caption {
   position:relative;
    float:left;
    margin-bottom:7px;
    padding:5px 0;
    width:100%;
    background:#eee;
    font-size:12px;
    text-align:center;
    }
   
  .body-text-inner p {
   display:block;
   float:left;
   margin:0 0 10px;
   padding:0 0 8px;
   text-indent:40px;
   line-height:24px;
   }
   
  .outer_info {
   position:relative;
   float:left;
   margin-top:6px;
   }
   
  .left-info {
   position:relative;
   float:left;
   margin-right:15px;
   width:645px;
   }
   
  .right-info {
   position:relative;
   float:left;
   width:304px;
   }
   
  .contact-info {
   margin:0;
   padding:25px;
   background:#292f33;
   color:#fff;
   font:normal 14px Arial,Helvetica,sans-serif;
   overflow:hidden;
   }
 
  .contact-title {
   padding-bottom:4px;
   width:100%;
   border-bottom:1px #0af solid;
   font-size:20px;
   }
   
  .contact-row {
   float:left;
   clear:both;
   margin:13px 0 0;
   }
   
  .contact-description {
   width:60px;
   font-weight:bold;
   }
   
  .contact-description,.contact-info-text {
   float:left;
   clear:none;
   }
   
  a.contact-row .contact-info-text {
   color:#55ACEE;
   text-decoration:none;
   line-height:24px;
   }
  a.contact-row:hover .contact-info-text {
   text-decoration:underline;
   }
   
  .twitter-img {
   border:0;
   outline:0;
   }