

/* 3 column layout */

/* set for N4 then reset for others using html prefix */

#pagecontrol { 
  position:absolute; 
  top:0px; 
  left:0px; 
  z-index:100; 
  margin:0 10% 0 10% 0; 
  }
html #pagecontrol { 
  height:160px;
  margin:0; 
  }

#top {
  margin:170px 200px 0px 170px; 
  }
html #top {
  margin: 170px 200px 0px 170px; 
  }

#header {
  margin:0px; 
  }

#breadcrumb {
  margin:0px; 
  }

#content { 
  margin:174px 0px 0px 240px; 
  padding:10px; 
  overflow:visible;
  }
html #content {
  margin:174px 0px 0px 240px;
  }

#rightside {
  padding:5px; 
  top:165px;
  left:0px; 
  margin:0% 0% 0% 660px;
  position:absolute; 
  overflow:hidden;
  }
html #rightside {
  top:165px;
  left:660px;
  margin:0;
  width:auto;
  }
  
#navigation {
  text-align:left; 
  top:174px; 
  left:-10px; 
  position:absolute; 
  width:300px;
  margin:0px; 
  padding:0px; 
  overflow:hidden; 
  }
html #navigation {
  width:300px;
 
  }
  
#footer {
  margin:0px 22% 0px 22%; 
  }
html #footer {
  margin:0px 21% 0px 21%;
  }
  
#admin {
  margin:0px 22% 0px 22%; 
  }
html #admin {
  margin:0px 21% 0px 21%;
  }
  