/*
CSS for A.V.A Electrical
*/

body  {
           font-family: Verdana, Helvetica, Arial, sans-serif;
       background-color: #e2edff;
       line-height: 125%;
       padding: 15px;
      }
h1  {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }
a  {
    font-weight: bold
    }
 
a:link  {
color: black ;
          }
a:visited  {
            colour: gray  ;
}
a:hover  {
 text-decoration:  none;
 color:  white;
background-color:  navy ;
}
a:active  {
   color:  aqua;
 background-color:  navy;
} 
#navigation, #bodycontent,#header  {
 position: absolute;
}
#navigation,  #bodycontent  {
  top:  150px;
}
#bodycontent  {
  left: 240px;
}
#header  {
 width: 100%;
}

