*
{
  margin: 0;
  padding: 0;
}

a{
  color: #855620;
  font-weight: bold;
  text-decoration: none;
}

body{
  font-family: arial;
  background: #855620;
  font-size: .8em;
  color: #855620;
}

#wrapper{
  padding: 15px;
  width: 600px;
  margin: 1em auto;
  background: #EAFA84;
}

#header{
  display: block;
  height: 200px;
  background: url('header.jpg') no-repeat;
  color: #EAFA84;
  overflow: hidden;
  margin-bottom: 2em;
}

#header h1{
  font-size: 4em;
  margin-right: 0.5em;
  margin-top: 1em;
  text-align: right;
  text-transform: uppercase;
}

#sidebar{
  float: right;
  display: block;
  width: 175px;
}

#sidebar h2{
  margin-bottom: 1em;
}

#sidebar p{
  margin: 1em 0 2em;
  text-align: justify;
}

#sidebar ul{
  list-style: none;
  border-top: 1px dotted;
  margin: 1em 0 2em;
}

#sidebar ul li{

}

#sidebar ul li a{
  padding: .5em;
  border-bottom: 1px dotted;
  display: block;
  text-decoration: none;
}

#sidebar ul li a:hover{
  background: #e1f366;
}

#content{
  margin-right: 200px;
  text-align: justify;
}

#content p{
  margin: 2em 0;
}

#content .info{
  background: #b4d645 url('info.jpg') bottom right no-repeat;
  display: block;
  padding: 1em 1em 4em;
  margin: 1em;
  font-weight: bold;
}

#bottom{

}


#footer{
  display: block;
  clear: both;
  text-align: center;
  color: #EAFA84;
  margin: 2em;
}

#footer a{
  color: #EAFA84;
}