body{
  margin-top:0; 
  background-color:#557589;
}
#container{
  width:1006px;
  margin-left: auto; 
  margin-right: auto; 
  padding: 0;
}
#header{
  width:100%;
}
#navigator{
  position:relative; 
  float:left; 
  width:206px; 
  height:984px; /* =content min-height */
  border:0px solid #557589; 
  overflow:visible;
  margin-right:2px; 
}
#menu {
  position:relative;
  width:206px;
  height:982px;
  border:0px solid #000;
  margin:1px 0 0;
  background-color:#D2D2D2; /*#eff1f1*/ 
}
#statusbar{
  position:relative;
  float:right; 
  width:796px; 
  height:28px; 
  margin-top:2px;
  padding-bottom:2px;
  background-color:#0000A0;
  overflow:hidden;
  border:1px solid #C0C0C0; 
}
#shoutbox{
  position:relative; 
  float:left; 
  padding:4px 0 4px 5px;
  text-align:left;
  font-size:smaller;
  color:#0080C0;
}
#update{
  position:relative; 
  float:right; 
  padding:4px 5px 4px 0;
  text-align:right;
}
#content{
  position:relative; 
  float:right; 
  width:798px; 
  height:1420px;
  margin:0px 0 0 0px; 
  background-color:#eff1f1; /*#eff1f1*/ 
  overflow:hidden;
}
#footer{
  background-image: url(../images/bg_bottom.gif); 
  background-repeat: repeat-x; 
  padding-bottom:10px; 
  font: 16px/24px tahoma, sans-serif; 
  color:#fff; 
  text-align:center; 
  margin:0;
}
.clear{
  clear:both;
}

/*Example CSS for the two demo scrollers*/

#pscroller1{
   width: 200px;
   height: 100px;
   border: 1px solid black;
   padding: 5px;
   background-color: lightyellow;
}

#pscroller2{
  width: 350px;
  height: 20px;
  border: 0px solid white;
  padding-bottom:0 3px 3px;
}
#pscroller2 a{
  text-decoration: none;
}
.someclass{ //class to apply to your scroller(s) if desired
}
ul a:link{
  font-size:13px;
  COLOR: #003300; 
  TEXT-DECORATION: none;
}
ul a:visited{
  font-size:13px;
  COLOR: #003300; 
  TEXT-DECORATION: none;
}
ul a:hover{
  font-size:13px;
  COLOR: #ff3399; 
  TEXT-DECORATION: none;
}
A:link{
  COLOR: #fff; 
  TEXT-DECORATION: none;
}
A:visited{
  COLOR: #fff; 
  TEXT-DECORATION: none;
}
A:hover{
  COLOR: #ff3399; 
  TEXT-DECORATION: none;
}


