/* ELEMENT DEFINITIONS
--------------------------------------------------------------- */

html {
  background:#8d8374 url(/images/pattern1.png) repeat left top;
}

body {
  width:950px;
  margin:0 auto;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  text-decoration:none;
}

small {
  font-size:.8125em;
}

p {
  font-size:.875em;
  margin-bottom:1em;
}

ul {
  font-size:.875em;
  margin-left:1.5em;
  margin-bottom:1em;
}

h2 {
  font-family: Georgia, serif;
  font-size:1.25em;
  margin-bottom:.5em;
}

h3 {
  font-family: Georgia, serif;
  font-size:1em;
  margin-bottom:.5em;
}

h4 {
  font-size:.875em;
  margin-bottom:.5em;
  font-weight:bold;
}

table {
  width:100%;
  margin-bottom:2em;
  background:#fdfaf1;
  border-collapse: collapse;
  font-size:.875em;
}

th, td {
  line-height:1.2em;
}

th {
  background:#39302b;
  color:#fff;
  padding:.5em 10px;
}

td {
  padding:1em 10px;
}

img {
  /*max-width:100%;*/
}