#wrapper{
  width:90%; /* 90% of the browser window = fluid layout */
  margin: 0 auto; /* centers the layer*/
  z-index:0;
}

#masthead{
  width:100%; /* 100% of relative width*/
  position:relative;
  margin:0 auto;
  text-align:center;
  padding-bottom:20px;

}

#navbar{
  position:absolute;
  left:15px;
  top:150px;
  z-index:1;
  padding:5px;
  margin-right:10px;
  width:150px;
  z-index:5000;
}

#newsbox{
  position:absolute;
  right:15px;
  top:150px;
  width:200px;
  margin-left:25px;
  margin-bottom:10px;
  z-index:0;
  clear:both;
}

#content{
  position:absolute;
  top:150px;
  left:200px;
  margin-right:270px;
  overflow:visible;
  width:525px;
  min-height:900px;
}

#footer{
  position:relative;
  width:90%;
  text-align:center;
  margin:0 auto;
  color:#c1c9d9;
  z-index:5000;
}
