/**
 * @file
 * General Layout and Page Styling
 */


/*
 * Body
 */
div#page-wrapper {
  background: url(../images/bg-shadow.png) repeat-y scroll 0 0 transparent;
  margin: 0 auto;
  padding: 0 10px;
  width: 860px;
}

div#page {
  background-color: #EEEBE2;
}

/*
 * Main (container for everything else)
 */
div#main-wrapper {
  padding: 0 30px;
  position: relative;
}

/*
 * Header
 */
div#header-wrapper {
  padding: 0 30px;
}

div#logo {
  float: left;
  margin-bottom: 20px;
  margin-left: 217px;
  margin-right: 20px;
  padding-top: 20px;
}
div#logo a {
  color: #880B23;
  font-family: 'Marcellus SC', serif;
  font-size: 60px;
  font-weight: normal;
  text-decoration: none;
}

div#slogan {
  padding-top: 28px;
}
div#slogan p {
  font-family: 'Marcellus SC', serif;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0;
}

div#main-menu {
  clear: both;
}

/*
 * Content
 */
div#content {
  padding: 25px 0 40px;
}

img.left {
  margin-right: 30px;
  margin-bottom: 10px;
}
img.right {
  margin-left: 30px;
  margin-bottom: 10px;
}


/*
 * Footer
 */
div#footer {
  background: url(../images/footer-spacer.png) no-repeat scroll 30px 0 transparent;
  height: 40px;
  padding-top: 10px;
  text-align: center;
  width: 860px;
}
div#footer p {
  margin: 0;
}
