/* 
    Document   : welcome
    Created on : 4.9.2009, 12:23:00
    Author     : lummejan
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

div#w_left {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 340px;
  height: 540px;
  padding: 0px 20px 0px 20px;
  font-family: Verdana;
  border-right: 1pt solid black;
}
div#w_right {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 500px;
  height: 540px;
  padding: 0px 20px 0px 20px;
  font-family: Verdana;
}
div#w_heading {
  background-color: #AAA;
  width: 100%;
  height: 15px;
  color: white;
  padding: 10px 10px 10px 10px;
  font-weight: bold;
  font-family: Verdana;
}
div#w_left p { font-size: 12px; }
div#w_right p { font-size: 12px; }
span.w_green {
  color: green;
}
.move2center { margin-left: 75px; }
