* {
  margin: 0;
  padding: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: georgia, tahoma, sans-serif;
  list-style: none;
  color: #63615E;
}

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

tr {
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}

td {
  margin: 10px;
  background-color: #EFEFEF;
}

caption, th, td {
  text-align: left;
  font-weight: 400;
}

td, th { padding: 0.5em; }

p, dl, td, li, blockquote {
  line-height: 1.4em;
  margin-bottom: 1em;
  font-size: 1em;
}

.aside p, .aside dl, .aside td, .aside li, .aside blockquote {
  font-size: 0.8em;
}

blockquote p { font-size: 1em; }

blockquote {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #CCC;
}

q { font-style: italic; }

code { font-family: 'Courier New'; }

pre code { padding: 20px; }

pre { margin-bottom: 20px; }

em { font-style: italic; }

ol { margin-bottom: 1em; }

ol li {
  list-style-type: decimal;
  margin-left: 3em;
  line-height: 1.5em;
}

.main ul li,
.aside ul li {
  list-style-type: disc;
  margin-left: 2em;
  line-height: 1;
}

body { background: #F8F3EB url(/images/body_bg.png) top left repeat-x; }

a { color: #CF5E26; }

a:visited { color: #CF5E26; }

a:hover {
  color: #FFA549;
  text-decoration: none;
}

h1 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #32312F;
}

h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
  color: #32312F;
}

h3 {
  margin: 0.5em 0;
  font-weight: bold;
  font-size: 1.1em;
}

dt {
  float: left;
  margin-right: 1em;
}

dd {
  margin-bottom: 10px;
  float: left;
}

.aside dd {
  width: 147px;
}

.break { clear: both; }

#shell {
  margin: 0 auto;
  padding-top: 20px; /* Must be padding, not margin, for IE */
  width: 864px;
  position: relative;
}

.header {
  height: 200px;
  position: relative;
  background: url(/images/header.jpg) no-repeat;
  border: 2px solid #D1C8B8;
  margin-bottom: 10px;
}

.header a {
  display: block;
  width: 864px;
  height: 200px;
  text-decoration: none;
}

.header span {
  position: absolute;
  bottom: 2px;
  right: 1px;
  font-weight: bold;
  font-size: 2.5em;
  color: #F8F3EB;
  text-decoration: none;
}

.footer {
  text-align: center;
  clear: both;
  padding-top: 20px;
}

.nav {
  text-align: center;
  margin: 15px 0 15px 0;
}

.nav ul, .nav li {
  display: inline;
}

.nav li {
  font-size: 1em;
  border-left: 2px solid #D1C8B8;
  padding: 0 5px 0 8px;
}

.nav li.first {
  border: none;
  padding-left: 0;
}

.main, .aside .panel {
  border: 2px solid #D1C8B8;
  background: #FFF;
}

.main, .aside {
  float: left;
}

.main {
  width: 556px;
  padding: 20px;
}

.aside .panel {
  width: 200px;
  margin: 0 0 20px 20px;
  padding: 20px 20px 0 20px;
}

.aside h2 {
  margin-top: -2px;
}


