body {
  margin: 0px;
  padding: 0px;
  background: #19358d;
}

#container {
  width: 800px;
  border: 1px solid #000000;  
  background: #ffffff;
}

#header {
  background: #ffffff;
  width: 800px;
}

#leftcol {
  background: #ffffff;
  float: left;
  text-align: left;
  width: 25%;
  padding-left: 8px;
}

#rightcol {
  background: #ffffff;
  float: right;
  width: 60%;
  height: 500px;
}

#content {
  background: #ffffff;
  float: center;
  width: 95%;
  text-align: left;
}

#footer {
  background: #ffffff;
  clear: both;
}

#slcontainer {
  width: 500px;
  border: 0px;
  background: #ffffff;
  float: center;
  text-align: left;
}

#srcontainer {
  width: 500px;
  border: 0px;
  background: #ffffff;
  float: center;
  text-align: left;
}