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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.2;
  color: white;
  background: #091600;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: white;
  text-decoration: none;
}

a img {
  border: none;
}

p {
  padding-bottom: 16px;
}

ol, ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}





#page {
  width: 960px;
  min-height: 700px;
  margin: 0 auto;
  background: url('/images/background.jpg') left top no-repeat;
  position: relative;
  z-index: 10;
}

#page > .pattern {
  z-index: 20;
}

.pattern {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('/images/pattern.png');
}

#overlay {
  position: relative;
  z-index: 30;
  top: 104px;
  background: #091600 url('/images/overlay_background.jpg') left top no-repeat;
  min-height: 70px;
}

#flash {
  background: yellow;
  color: black;
  padding: 5px;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}

#overlay > .pattern {
  z-index: 40;
}





#content {
  position: relative;
  z-index: 50;
  padding-top: 35px;
}

#content .logo img {
  display: block;
  width: 413px;
  margin: 0 auto;
}

#content h2 {
  font-size: 18px;
}

#content #inner_content {
  min-height: 130px;
}




#navigation {
  margin-top: 14px;
  text-align: center;
  margin-bottom: 44px;
}

#navigation li {
  display: inline;
  border-left: 1px solid white;
}

#navigation li:first-child {
  border-left: none;
}

#navigation a {
  padding: 0 10px;
}

#navigation a.current {
  color: #1ac52a;
}



#footer {
  clear: both;
  padding-top: 1.3em;
  text-align: center;
  padding-bottom: 44px;
}

#footer span {
  font-family: Georgia, serif;
  font-size: 16px;
  display: block;
}

#footer a {
  font-weight: bold;
}
