/* CSS Document */

div#subheader {
  margin-top: 30px;
}

div#titleimage {
  width: 890px;
  margin-top: 10px;
  margin-bottom: 40px;
}

div#body {
  width: 890px;
  height: 520px;
}

div#left {
  width: 290px;
  height: 520px;
  margin-right: 10px;
  text-align: right;
  float: left;
}

  div#lefttop {
    background: #fff url(../images/tile.gif);
    background-repeat: repeat;
    height: 220px;
  }
  div#leftbottom {
    background: #fff url(../images/tile.gif);
    background-repeat: repeat;
    height: 290px;
	margin-top: 10px;
  }  

div#center {
  background: #fff url(../images/tile.gif);
  background-repeat: repeat;
  width: 590px;
  height: 520px;
  margin-bottom: 5px;
  text-align: left;
  float: left;
}
