html, body{
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: Helvetica, Times-Roman, sans-serif;
  background-color: rgb(213,197,189);
}
#wrapper{
  margin: auto;
  min-height: 100%;
  min-width: 779px;
  position: relative;
  width: 779px;
}
#header{
  background-color: orange;
}

#menu{
  margin: 2px 0 2px;
}
#menu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#menu a{
  color: white;
  display: block;
  font-size: .9em;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
}

#menu li {
  background-color: rgb(51,34,34);
  height: 40px;
  width: 19.7%;
  float: left;
  margin-right: 2px;
}

#menu li:hover{
  background-color: rgb(246,216,121);
}

#menu #last_menu{
  margin-right: 0;
  width: 130px;
}


#body{
  background-color: rgb(213,197,189);
  height: auto;
  margin: 0px;
  padding-bottom: 60px;
  overflow: hidden;
}

#body #info p{
  text-align: left;
}

#body #info{
  float: left;
  /*width: 78%;*/
}

#info img{
  float: left;
  padding: 10px 10px 10px 0;
}
#info .nofloat{
  float: none;
}

#body #info .home{
  text-align: center;
}

#body #name{
  font-size: 2.5em;
  margin: 15px 0 0 0;
}

#social_media{
  margin: 5px;
  float: right;
}
#social_media img{
  height: 22px;
  width: 22px;
} 
#body hr{
  width: 20%;
}

#right_body{
  float: right;
  padding-top: 40px;
}

#right_menu{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#right_menu li {  
  background-color: rgb(129,23,27);
  font-size: .6em;
  height: 25px;
  margin-bottom: 2px;
  text-align: center;
}

#right_menu a{
  color: white;
  display: block;
  padding-top: 5px;
  text-decoration: none;
}
#footer{
  background-color: rgb(51,34,34);
  color: white;
  height: 60px;
  padding-top: 5px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

#footer #address{
  float: left;
  font-size: .5em;
  height: 60px;
  padding-left: 20px;
  width: 18%;
}

#footer_menu{
  float: left;
  font-size: .6em;
  margin-bottom: 10px;
  vertical-align: top;
  width: 78%;
}
#footer #legal{
  font-size: .5em;
}
