#logo {
  position: absolute;
  top: 15px;
  left: 0px;
  width: 260px;
  height: 89px;
  background-color:#000000;
}
#header {
  margin-left: 270px;
  min-height: 92px;
  text-align: center;
  color: black;
  background-color:#FF3333;
}

#left {
 /* border: 2px solid red;*/
  position: absolute;
  top: 115px;
  left: 14px;
  width: 250px;
  height: 400px;
  background-color:#FFFFFF;

}

#right {
 
  margin-left: 270px;
  min-height: 410px;
}

#footer {
  border-top: 1px solid gray;
  text-align: center;
  clear: both;
}
