* {
font-family: Comic Sans MS, Arial;
color: #000000;
}

body {
  background-image: url('logo.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #FFF3C6;
}

#header {
  text-align: center;
 padding-left: 270px;
  height: 150px;
  }

#header h1 {
position: relative;
top: 20px;
font-size: 30pt;
font-weight: bold;
vertical-align: middle;
}

#navigation {
width: 200px;
float: left;
clear: left;
position: absolute;
padding-top: 20px;
left: 0;
}

#navigation ul {
  position: relative;
  right: 20px;
  list-style: none;
  text-align: center;
}

#navigation li {
  margin-top: 10px;
}

#navigation li a {
  text-decoration: none;
}

#navigation li a:hover {
  text-decoration: underline;
}

#content {
  margin-left: 270px;

padding-right: 30px;


}