/* WSGR */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  background: transparent;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/* /WSGR */

body {
  background: white;
  color: #371E19;
  padding-bottom: 1.0em;
}

div#landing {
  width: 700px;
  height: 710px;
  margin: 1.0em auto 0 auto;
  background: #eecdab url(../images/background2.png) top center no-repeat;
  border: 1px #4b2d21 solid;
}

div#landing div#logo {
  height: 156px;
  text-align: center;
}

div#landing div#pictures {
  text-align: center;
}

div#landing div#pictures ul {}

div#landing div#pictures ul li {
  display: inline;
  padding: 0 2px;
}

div#landing div#main_header {
  padding: 0 180px;
  text-align: center;
  text-transform: uppercase;
}

div#landing div#main_header p {
  margin: 0;
}

div#landing div#content {
  width: 590px;
  margin: 0 auto;
  margin-top: 0.5em;
}

div#landing div#content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

div#landing div#content div#schedule {
  text-align: center;
  width: 312px;
  padding: 0 20px;
  float: left;
  font-family: Verdana;
  font-size: 13px;
}

div#landing div#content div#map {
  float: right;
  width: 237px;
}

h1, h2, h3, h4, h5, h6 { color: #802019; }

h4 {
  font-size: 18px;
}

p {
  margin-bottom: 0.8em;
}

p#call_to_action {
  font-size: 20px;
}

p.address {
  color: #802019;
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
}

small {
  font-size: 80%;
}

a {
  color: #9f2e22;
  text-decoration: none;
}
