#MenuV{display:block;margin-bottom:15px;}#MenuV .menu>.mi{background-color:#000000;margin:0 0 1px 0;text-decoration:none;}

#MenuV .menu>.mi:hover,#MenuV .menu>.mi.current{background-color:#1abfce;margin:0 0 1px 0;text-decoration:none;}

#BgLayer1{height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:-999;background: url("bg.jpg") repeat scroll left top rgb(0, 0, 0);}

body{margin:0;font-family:"Segoe UI",Tahoma,Helvetica,Arial,Verdana,sans-serif;font-size:15px;line-height:19.5px;color:#OcOcOcOc;background-color:white;}

#MenuV .menu>.mi:hover>.txt,#MenuV .menu>.mi.current>.txt{color:#000000;font-family:inherit;font-weight: bold;font-size:12px!important;padding:11px;text-decoration:none;}

#MenuV .menu>.mi>.txt{color:#ffffff;font-family:inherit;font-size:12px!important;font-weight: bold;padding:11px;text-decoration:none;}

/* makes logo pane responsive - PNG must be trimmed to proper size, no white space */
.logo-pane {
  width: 100%;
  *width: 99.95%;}

/* (eliminates orange background on banner) */
.BannerZone{background-color:#ffffff;margin-bottom:20px;}


/* content area background color -- change all 4 of these */
#ContentArea {
  background-color: #ffffff;
  margin-bottom: 0px;
  clear: both;}
header {
  padding-bottom: 0px;
border-style:solid;
border-width:7px;
border-top-color:#1abfce;
border-bottom-color:#000000;
border-left-color:#000000;
border-right-color:#000000;
background-color: #000000;}
#FooterContentArea {
background-color: #ffffff;  
  margin-bottom: 0px;}
#Outer {
    background-color: #ffffff; 
    margin: 0px auto;
    padding: 0px 0px;}



  .span3 {
    background-color: #c3c3c1;
  }

@media screen and (max-width: 980px) 
{
    .row-fluid .span9 {
      width: 58% !important;
    }
    body, #body, #Body, #form, #Form { padding: 0!important; width: 100%; }
}
@media screen and (max-width: 650px) 
{

}


@media screen and (max-width: 480px)
{
    .row-fluid .span3
    {
        width: 150px;
    }
    .row-fluid .span9
    {
        width: 60% !important;
    }
}

<style type="text/css">
    @media screen and (max-width: 980px)
    {
        .row-fluid .span9
        {
            width: 80%;
        }
    }
    @media screen and (max-width: 650px)
    {
    }
    @media screen and (max-width: 480px)
    {
        .row-fluid .span3
        {
            width: 100px;
        }
        .row-fluid .span9
        {
            width: 60%;
        }
    }














