/*
CSS for Linksandwich
*/

body  {
           font-family: Verdana, Helvetica, Arial, sans-serif;
       background-color: #2ED1CD;
       line-height: 125%;
       padding: 10px;
      }
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;
} 


 #bodycontent,#header  {
 position: absolute;
}
  #bodycontent  {
  top:  250px;
}
ul {
     margin-top:  15px ;
}



#bodycontent  {
  left: 275px;
}
#header, #topad, #sitebranding,  #navigation {
  border: 1px solid red;
  padding:  2px;
margin-bottom: 2px;
}

#navigation, #bodycontent, #header {
  position:  absolute;
}

#navigation, #bodycontent  {
 top: 220px;
}


#bodycontent  {
  left:  250px
}

#header  {
  width: 95%;
}