DIV#header { 
  color: #01a;
  border-bottom: 2px solid #01a;
  line-height: 1.5em;
  margin-right: 100px;
 }
DIV#header H1 { 
  padding-bottom: 0;
  margin-bottom: 0;
 }

DIV#picture { 
  position: absolute;
  top: 0;
  right: 0;
 }



DIV#mainbox { 
  width: 100%;
  position: relative;
  border: 1px solid #fff;
 }



DIV#sidebar { 
  position: absolute;
  top: 10;
  left: 0;
  width: 200px;
  font-size: 12px;
  border: 2px solid #000;
  padding: 0;
  margin: 0;
 }

DIV#sidebarint { 
/*  border-top: 3px solid #999;
 border-bottom: 3px solid #999; */
 }

DIV#sidebar H3 { 
  padding: 3px 0;
  margin: 0;
  color: #fff;
  background: #999;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  
 }
DIV#sidebar H3 A {  
  color: #fff;
  background: #999;
  text-decoration: none;
  padding: 1px 6px;
 }
DIV#sidebar H3 A:hover { 
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}


DIV#sidebar UL { 
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
 }

DIV#sidebar UL LI { 
  margin: 0;
  padding: 0;
  font-family: sans-serif;
 }

DIV#sidebar UL LI A { 
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 5px 0;
  margin: 0;

  border-top: 1px solid #ddd;
  border-right: 3px solid #fff;
  border-bottom: 1px solid #ddd;
  border-left: 3px solid #fff;
  
 }

DIV#sidebar UL LI A:hover { 
  color: #00f;
  background: #ddc;
  border-top: 1px solid #030;
  border-right: 3px solid #030;
  border-bottom: 1px solid #030;
  border-left: 3px solid #030;
}


DIV#mainpage { 
  margin-top: 6px;
  margin-left: 220px;
  margin-right: 100px;
 }






DIV#copyright { 
  text-align: right;
  font-size: 9px;
  margin-right: 2px;
 }


BLOCKQUOTE { 
  text-align: justify;
  margin: 1em 3em 1em 3em;

 }
