body {
  font-family: arial;
  margin:0;
}

body, div, h1, p, ul, li, img {
  margin:0;
  padding:0;
}

#page {
  width: 600px;
  height: 500px;
  background:url(background.jpg) no-repeat 0 0;
  margin:auto;
}

#header {
  height: 130px;
}

#header p {
  height: 20px;
  padding: 5px;
  text-align: right;
  margin:0;
  color:white;
  background-color:#7B3301;
  font-size:16px;
}

#header h1 {
  font-size:24px;
  height:50px;
  padding-top:35px;
  padding-left:25px;
  padding-bottom:15px;
  text-transform:uppercase;
  background-color:#FCCD01;
}

#navigation {
  width:175px;
  height:370px;
  background-color:black;
  color:white;
  float: left;
}

#navigation ul {
  margin-top:15px;
  margin-left:25px;
  text-transform:uppercase;
  list-style:none;
}

#navigation li {
  margin-bottom:5px;
}

#content {
  padding: 20px;
  width:650px;
  float:left;
}

#content img {
  float:left;
  border: 2px black solid;
  margin: 0 15px 5px 0;
}



h2 a {
  display:block;
background:url(logo.jpg) no-repeat 0 0;
width:550px;
height:208px;
text-indent:-9999em;
}

