#container {
  margin:auto;
  width: 760px; 
  background: #ffffff;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-right-width: 5px;
}

#header {
  background-color: #ffffff;
}

#leftBar {
  float: left;
  width: 150px;
  background-color: #ffffff;
}

#content {
  float:left;
  width:450px;
  background-color: #ffffff;
}

#rightBar {
  float:right;
  width: 160px;
  background-color: #ffffff;
}

#footer {
  clear:both;
  background-color: #cccccc;
} 




