 body{
  margin-right:auto;
  margin-left: 315px;
  margin-top: 205px;
  padding: 5 0 5 0;
  width: 745px;
  color: #061e76;
 }
 div#header{
  position:absolute;
  top:0;
  left: 315px;
  width:755px;
  height: 195px;
     background: url("top.png") no-repeat;
   background-position: 0 0;
   color: #061763;
 }
 div#left-sidebar{
  position:absolute;
  top: 0;
  left:150px;
  width: 150px;
  height:100%;
  padding:5px;
   background-color: #909ee7;
   font-family: arial, georgia, serif;
   font-size: 13px;
   text-align: center;
 }


 div#right-sidebar{
  position: absolute;
  top:0;
  left:1075px;
  width: 120px;
  height:100%;
   background-color: #909ee7;
   font-family: arial, georgia, serif;
   font-size: 13px;
   text-align: center;
   float: right;
 }

 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#left-sidebar{
   position:fixed;
  }
  }
  body>div#right-sidebar{
   position:fixed;
  }
 }

 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }


ul#navigation {
 width: 130px;
 padding: 10px;
 margin: 0;
}

ul#navigation li {
  list-style: none;
  background-color: #039;
  background-color: white;
  /*border-top: solid 1px #039;*/
  margin: 0;

}

ul#navigation li a {
  display: block;
  color: black;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: .25em;
  height: 40px;
  width: 120px;
  margin-top: 10px;
  /*border-bottom: solid 5px #39f;
  border-right: solid 5px #39f;*/
  background: url("buttonbg.png") no-repeat;
  background-position: center center;
  border: 5px solid;
  border-color: #ffe #aaab9c #ccc #fff;
}

ul#navigation li a:hover {
  display: block;
  color: black;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: .25em;
  height: 40px;
  width: 120px;
  margin-top: 10px;
  /*border-bottom: solid 5px #39f;
  border-right: solid 5px #39f;*/
  background: url("buttonbg2.png") no-repeat;
  background-position: center center;
  border: 5px solid;
  border-color: #ffe #aaab9c #ccc #fff;
}




#footer {
   margin-top: 15px;
   text-align: center;

}