
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: 107px;
   position: absolute;
   top: 10px;
   left: 7px;
   border: 1px solid #FFFFFF;
   padding: 0px;
   background-color: #327DA9;
   font-size: 13px;
   font-weight: bold;
   color: #FFFFFF;
   padding-bottom: 0px;
}
#menu A { 
   text-decoration: none;
   display: block;
   margin-bottom: 3px;
   color: white;
}
#menu A.createlink { display: none; visibility: hidden; width: 0px; }
#menu A:hover { color: white; }
#menu P { margin: 0px; padding: 0px; }

/* -------------- Controls ---------*/
#controls {
   width: 107px;
   position: absolute;
   top: 480px;
   left: 5px;
   border: 1px solid white;
   background-color: #327DA9;
   padding: 2px;
   color: #FFFFFF;
   font-size: 9px;
   text-align: center; 
}

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

#controls A:hover { color: white; }

/* -------------- 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; }
