/* Styles related to having an image appear in the header, shifting the
 * banner 200px to the right.
 */
#header {
  background-image: url('/images/header_image.jpg');
  background-repeat: no-repeat;
}
 
#menus, #banner {
  margin-left: 200px;
}
