/* CSS Document */
  html{
        background: #666;
    }
  body{
        background: #666;
        text-align:center;
        margin: 0;
        padding: 0;
        font-family: arial, helvetica, san-serif;
        font-size: 12px;
    }
    #wrapper{
        width: 800px;
        margin: 0 auto;
        border: 1px solid #000;
        background: #fff;
    }
    #header{
        background: #ffe718;
        text-align: left;
    }
    #header_logo{
      float: left;
      width: 400px;
    }
    #header_info{
      float: left;
      width: 400px;
      text-align: right;
    }
    #header_contact{
      text-align: left;
      font-weight: bold;
      font-size: 18px;
      padding: 5px;
      letter-spacing: -.01em;
      font-family: tahoma;
    }
    #header_social{
      text-align: left;
      padding: 5px;
    }
    #topnav{
      height: 5px;
    }
    #homefeature{
        height: 220px;
        text-align: left;
    }
    #homeimage{
        text-align: left;
        float: left;
    }
    
    #hometext{
        background: url(images/homecopy.png);
        background-repeat: no-repeat;
        height: 220px;
        width: 350px;
        float: left;
        margin-left: -70px;
        padding-left: 30px;
        font-size: 10px;
        position: relative;
        z-index: 2;
    }
    .highlightbar{
        background: url(images/yel_bar_bg.gif);
        background-repeat: repeat-x;
        height: 45px;
    }
    .featurebar{
        text-align: center;
    }
    .featurecol{
        text-align: center;
        width: 275px;
        float: left;
    }
    .lowerbox{
        margin: 5px 25px;
        text-align: left;
    }
    .lowerbox_element{
        
    }
    .lowerbox_element li{
        padding: 2px;
        font-size: 12px;
    }
    .content_text{
        float: left;
        width: 500px;
        text-align: left;
        padding-top: 15px;
    }
    #footer{
        font-size: 10px;
        color: #fff;
        background: #191919;
    }
    #footer ul{
       list-style: none;
       padding: 0;
       margin: 0;
    }
   #footer ul li{
       display: inline;
    }
    #footer a{
        font-size: 10px;
        color: #fff;
        text-decoration: none;
        padding: 0 4px;
    }
    .clearfloat{
        clear: both;
    }
    .videosize, .mediabox{
      display:block;
      width:234px;
      height:185px;
    }
    .searchbox, .mediabox{
      height: 185px;
      text-align: left;
      padding: 0px;
      font-size: 12px;
      background: #FBF770;
    }
    #show_main img{
      border:0;
    }