
/*
  styles.css
  
  Sitewide stylesheet for ____.
  
  Courtesy of max thom stahl, villainous industries
*/

* {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 19px;
  font-family: Georgia;
  color: #333;
}

a {
  text-decoration: none;
}
a img {
  border: none;
}

p {
  width: 450px;
  font-size: 13px;
  line-height: 19px;
  color: #181512;
  padding-bottom: 15px;
}
ul {
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none;

}
ul li {
  margin: 0;
  padding: 3px;
  padding-left: 14px;
  background-image: url(../images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0 6px;

}

/* Layout styles */
#top {
  padding: 0px 0px 15px 0px;
  text-align: center;
}

#main-container {
  margin: 0px auto 0px auto;
  padding-bottom: 100px;
  background-color: #F1EFE9;
  background-image: url(../images/shadow.png);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

#footer {
  text-align: center;
  padding: 30px;
  background-image: url(../images/footer_bkg.png);
  background-repeat: no-repeat;
  background-position: 20px 0px;
  width: 1000px;
  height: 200px;
  margin: 0px auto 0px auto;
}

/* Nav Styles */
#top-nav {
  background-color: #3B2219;
  padding: 10px 0px 2px 0px;
  text-align: center;
}
#top-nav img {
  margin: 0px 10px;
}
