@charset "UTF-8";
/* CSS Document */

body {
  margin: 0px;
  background-color: #000000;
}

#wrapper {
  background-color: #000000;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 825px;
  height: 650px;
}

#headerbox {
  position: relative;
  background-image: url("images/header.jpg");
  width: 420px;
  height: 165px;
  z-index: 15;
}   

#headerbox h1 {
  display:none;
}

#buttonbox {
  margin-top: -165px;
  padding-top: 10px;
  float: right;
  width: 405px;
  height: 165px;
}

#navbarbox {
  position: relative;
  background-image: url("images/navbar.jpg");
  width: 825px;
  height: 57px;
}

#contentbox {
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("images/ashley.jpg");
  width: 775px;
  height: 380px;
}

#navbar {
  position: relative;
  top: 15px;
  margin: 0 auto;
  width: 720px;
  height: 42px;
}

#navbarbox a {
  padding-right: 40px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #ec008c;
  text-transform: uppercase;
  text-decoration: none;
}

#footer {
  padding-left: 35px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #ffffff;
}
  
.imgright {
  padding: 10px;
  float: right;
  border-style: none;
}
