a:focus { -moz-outline-style: none; }/*this avoids having image replacement sections display a dotted outline*/
a:link {color: #c41230; text-decoration: none; }
a:active {color: #c41230; text-decoration: none; }
a:visited {color: #c41230; text-decoration: none; }
a:hover {color: #c41230; text-decoration: underline; }
img.floatLeft { 
    float: left; 
    margin: 4px 4px 20px 0; 
}
img.floatRight { 
    float: right; 
    margin: 0px 0px 10px 10px; 
}

body{
  margin:10;
  padding:25px 10px 10px 400px; 
  /*left: 400px;*/
  /*background: #cccb8f;*/
  overflow: auto;
 }

#container {
height:100%;
overflow:auto;
}

#sidebar{
  position:absolute;

  top:0;
  left:0;

  width: 400px;
  min-height:100%;

  background: url('/images/sidebar_background.gif') repeat-y; 
 }

body>div#sidebar{
   position:fixed; 
   overflow:auto;

  }
 
 * html body{
  overflow:auto;
 } 

 * html div#content{
   min-height:100%; 
  overflow:auto;

 }
