body {

}
#global {
  margin: 0 auto;
  width: 960px;
}
#header {
  background-color: #aaa; 
  height: 150px;
}
#header h1 {
  display:none;
}
.left{
  width: 210px;
  float: left;
  background-color: #ddd; 
}
.right{
  width: 750px;
  float: left;
  background-color :#eee;
}
#menu {
  float: left;
  width: 100%;
}
#breadcrumb {
  clear: both;
  background-color: #ccc;
  line-height: 32px;
  height: 32px;
}
#content {
  padding: 10px;
  min-height: 300px;
}
#footer {
  font-size: 80%;
  text-align: center;
  clear: both;
  height: 32px;
  line-height: 32px;
  background-color: #bbb;
}
