/* 
    Document   : index
    Created on : 11-07-2010, 10:29:27
    Author     : Rune
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
  margin: 0px;
  padding: 0px;
}
#header {
  background: #66f;
  margin-bottom: -21px;
  padding: 0px;
}
#header_sub {
  background: #eef;
  clear: both;
  width: 100%;
  text-align: right;
}
#leftcol {
  background: #f00;
  float: left;
  width: 19%;
}
#content {
  background: #fff;
  float: right;
  width: 80%;
}
#footer {
  background: #eef;
  clear: both;
  width: 100%;
  text-align: right;
}