html{ margin:0; padding: 0;  }
body { margin: 0; padding: 0; background: #DFD7CC; text-align: center; }

/* Layout */

#mother {height:480px; width: 690px; text-align: left; margin: 0 auto; background-color: #ffffff; border: white 5px solid;}

.col_left {background-color: #ffffff; width: 365px; float: left; height:245px; border-right:white 5px solid;}

.col_right { width: 320px; float: right;  height:245px; background-color: #ffffff;}
.col_ll { width: 180px; float: left; border-right: white 5px solid;  height:240px; background-color:#AB562F;}
.col_rr { width: 180px; float: right;  height:245px;}

#header { overflow: hidden; }
#header { margin: 0; padding: 0; background: #DFD7CC url("../images/header.jpg") no-repeat 0 0; height: 215px; border-bottom: white 5px solid;}

