body {
  width:778px; 
  height:100%;
  margin:0; 
  margin-left:auto; 
  margin-right:auto; 
}

#content {
  height:100%; 
  width:778;
  background-color:white; 
  margin:0; 
  padding:0;
}

#header {
  margin:0;
  padding:0;
}

#menu {
}

#menu ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#menu ul li {
  padding:1px;
}

#menu ul li a {
  display:block;
  width:188px; 
  height:20px;
  text-decoration:none;
  padding-top:4px;
  padding-left:8px;
}


h1 {
  font-size:110%;
}

#title {
  width:100%;
  background:url('images/title_bg.gif');
  height:42px;
  padding-top:7px;
  padding-left:15px;
  font-weight:bold;
  background-repeat:no-repeat;
}

#breadcrumb {
  font-size:70%;
}

#search {
  position:absolute;
  top:15px;
  margin-left:490px;
}

#footer {
  color:white;
  text-align:right;
}