html, body {
      background: #f7e387;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
      font-size: 10px;
      font-family: Arial, Helvetica, sans-serif;
}

#topper {
	 background: url(images/topper.jpg);
	 padding: 0px 0px 0px 0px;
 	 color: white;
	 width: 822px;
	 height: 181px;

}

#center {
      background: url(images/center.jpg);
      color: black;
	 width: 822px;
	 vertical-align: top;
}

#column_left {
      width: 200px;
      background-color: #c4cff2;
      float: left;
      margin: 0px 0px 0px 13px;
      padding: 10px 10px 10px 10px;
}

#column_right {
      float: right;
      margin: 0px 13px 0px 0px;
      background-color: #e1e5f2;
}

#footer {
      background: url(images/footer.jpg);
	 width: 822px;
      height: 48px;
}
div#footer a{
	 color: white;
	
}
