*{
  margin: 0;
  padding: 0;
}

body{
  background-color: #26171b;
  background-image: url("images/background.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  font-family: arial;
  font-size: 12px;
  line-height: 18px;
}

a{
  text-decoration: none;
  font-weight: bold;
  color: #26171b;
}

a:hover{
  color: #0072BC;
}

a:focus{
  outline: none;
}

h1{
  font-size: 25px;
  line-height: 25px;
  color: #26171b;
  font-weight: normal;
}

h3{
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-style: italic;
  font-weight: normal;
}

#container{
  width: 774px;
  height: 455px;
  margin: 0 auto;
  margin-top: 74px;
}

#navbar{
  margin: 0 auto;
  margin-top: 10px;
  text-align: right;
  width: 804px;
  height: 20px;
  border-bottom: 2px solid #425969;
}

#navbar a{
  display: block;
  float: right;
  width: 114px;
  height: 20px;
  line-height: 20px;
  margin-left: 2px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-family: "Lucida Sans", arial;
  font-size: 14px;
  background-image: url("images/tab.jpg");
}

#navbar a:hover{
  color: #D3D536;
}

#copy{
  text-align: center;
  margin-top: 45px;
  color: #251917;
  font-size: 10px;
}
#copy a{
  font-weight: normal;
  color: #251917;
  text-decoration: none;
}
#copy a:hover{
  color: #000000;
}

#homepage{
  background-image: url("images/home.jpg");
  height: 455px;
  width: 774px;
  position: relative;
}

#homepage p{
  width: 190px;
  position: absolute;
  top: 365px;
  left: 560px;
  color: #FFFFFF;
  font-weight: bold;
  font-style: italic;
  font-size: 13px;
  text-align: right;
}

#homepage #facebook{
  position: absolute;
  top: 320px;
  left: 40px;

}


#left{
  float: left;
  width: 387px;
  height: 455px;
}
#right{
  float: right;
  margin-left: 20px;
  width: 367px;
  height: 455px;
  overflow: hidden;
}


#menus{
  background-image: url("images/menus.jpg");
  height: 455px;
  width: 774px;
  position: relative;
}

#menubox{
  width: 190px;
  position: absolute;
  top: 260px;
  left: 20px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
}
#menubox h1{
  color: #ffffff;
  padding-bottom: 10px;
}
#menubox a{
  color: #ffffff;
  line-height: 25px;
}
#menubox a:hover{
  color: #0072BC;
}
