
body {
  background-color: white;
  font-family: Verdana, Arial, MS Sans Serif, sans-serif;
}

#body {
  width: 600px;
  height: 500px;
  background-image: url(bar.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top left;
  position: relative;
  left: 50%;
  margin-left: -318px;
}

/* ------------ Menu ------------- */
#menu {
   width: 116px;
   position: absolute;
   top: 10px;
   left: 3px;
   border: 1px solid #444444; 
   padding: 0px;
   background-color: #eeeeee;
   font-size: 13px;
   font-weight: bold;
   padding-bottom: 0px;
   /* for IE */
   filter:alpha(opacity=60);
   opacity: 0.7;
}
#menu A { 
   text-decoration: none;
   display: block;
   margin-bottom: 3px;
   color: #222222;
}
#menu A.createlink { display: none; visibility: hidden; width: 0px; }
#menu A:hover { color: black; }
#menu P { margin: 0px; padding: 0px; }

/* -------------- Controls ---------*/
#controls {
   width: 107px;
   position: absolute;
   top: 465px;
   left: 7px;
   border: 1px solid #444444;
   background-color: #999999;
   padding: 0px;
   text-align: center;
   font-size: xx-small;
   /* for IE */
   filter:alpha(opacity=60);
   opacity:0.6;
}

#controls A { color: #222222; text-decoration: none }

#controls A:hover { color: black; }

/* -------------- Content ------------- */
#content {
  font-size: 13px;
  color: #555555;
  width: 460px;
  position: absolute;
  left: 125px;
  top: 0px;
  border: none;
  padding: 20px 10px 10px 30px;
}

#content A:link {text-decoration: underline; color: black;}
#content A:visited {text-decoration: underline; color: black;}
#content A:active {text-decoration: underline; color: black;}
#content A:hover {text-decoration: underline; color: black;}

#content H1 { color: black; font-size: 22px; }
#content H2 { color: black; font-size: 19px; }
#content H3 { color: black; font-size: 17px; }


#wikitext { text-align: justify; }
