/* ------------- RESET -------------- */

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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}

table {border-collapse: collapse; border-spacing: 0;}

ol, ul {list-style: none;}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

* {margin: 0; outline: none;}

html, body {
  height: 100%;
}

/* ----------- PAGE LAYOUT ----------- */

#wrapper {
  background: url(img/bg-wrapper.png) repeat-y 0% 0%;
  width: 960px;/* Width of main container */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -58px;/* The bottom margin is the negative value of the footer's height */
  margin-bottom: -1px;
  overflow: hidden;
}

#column1, #column2 {
  float: left;
  min-height: 500px;
  height: auto !important;
  height: 500px;/* Needs to match the min height pixels above */
}

#column1 {
  float: left;
  margin: 0 20px 15px 20px;
  width: 717px;
}

#column2 {
  float: left;
  margin: 0 15px 0 10px;
  width: 178px;
}

/* STICKY FOOTER */

#footer {
  background: url(img/footer.png) no-repeat 0% 0%;
  margin: 0 auto;
  padding-top: 62px;
  text-align: center;
  width: 960px;
}

#footer, #push {
  height: 58px;/* #push must be the same height as #footer */
}
/* ---------- FONTS/COLORS ----------- */

body {
  background-color: #5c3d00;
  color: #5c3d00;
  font: normal 13px/1.3em arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: georgia, times new roman, times, serif;
  line-height: 1em;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

h1 {font-size: 240%; font-weight: normal;}

h2 {font-size: 180%; margin-top: 0; font-weight: normal;}

h3 {font-size: 140%;}

h4, h5, h6 {
  border-top: 1px solid #927d39;
  font-size: 100%;
  font-weight: bold;
  padding-top: 5px;
}

#column2 h4 {border: 0; margin: 0 0 5px 0;}

#footer {
  color: #fff;
}

/* ------------- LINKS ------------- */

a:link, a:visited {
  color: #5c3d00;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: underline;
}

a:hover, #menu2 li a, #menu2 li a:link, #menu2 li a:active, #menu2 li a:visited {
  color: #807359;
  text-decoration: none;
}

a:active {color: #5c3d00;}

#footer a:link, #footer a:visited {
  color: #dac599;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}

#footer a:hover {text-decoration: underline;}

#footer a:active {
  color: #dac599;
}

/* -------------- HEADER ------------- */

#header {
  background: url(img/header.png) no-repeat 0% 0%;
  color: #fff;
  height: 140px;
}

#header h1 {
  color: #fff;
  margin: 0;
  padding: 45px 0 5px 20px;
  text-align: center;
}

#header h2 {
  color: #fff;
  font-size: 140%;
  margin: 0;
  padding: 0 0 0 20px;
  text-align: center;
}

/* ------------ NAVIGATION ----------- */

/* NAVIGATION 1 */

#navigation1 {
  background: url(img/bg-navigation1.png) no-repeat 0% 0%;
  height: 75px;
}

#menu1 {margin: 0 0 0 55px;}

#menu1 li {
  background: url(img/bg-button.png) no-repeat 0% 0%;
  display: inline;
  float: left;
  height: 48px;
  margin-top: -20px;
  padding: 22px 0 0 0;
  text-align: center;
  width: 155px;
}

#menu1 li a, #menu1 li a:link, #menu1 li a:active, #menu1 li a:visited {
  color: #5c3d00;
  padding-right: 5px;
  text-decoration: none;
}

#menu1 li:hover {
  background: url(img/bg-button-on.png) no-repeat 0% 0%;
}

/* NAVIGATION 2 */

#menu2, p {margin-bottom: 20px;}

#menu2 li {line-height: 1.5em;}

#menu2 li a:hover {
  color: #5c3d00;
  text-decoration: underline;
}

/* ----------- SITE STYLES ----------- */

strong, bold, i, em {
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
}

#column1 ul {clear: both; padding-left: 0; margin: 10px 0;}

#column1 li {
  list-style-type: square;
  margin: 5px 0 5px 25px;
}

blockquote {padding: 0 20px;}

blockquote p {
  font-size: 100%;
  font-style: italic;
  letter-spacing: 1px;
}

img {border: 0;}

/* ------------- CLASSES ------------- */

.img-left {float: left; margin: 5px 10px 0 0;}

.img-right {float: right; margin: 5px 0 0 10px;}

.border-bottom {
  border-bottom: 1px solid #927d39;
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}

.sidebox {
  background: url(img/bg-sidebar.png) no-repeat left bottom;
  color: #fff;
  font-size: 95%;
  margin-bottom: 20px;
  padding-bottom: 25px;
  width: 180px;
}

.sidebox h4 {
  background: url(img/sidebox-h4.png) no-repeat 0% 0%;
  color: #fff;
  height: 26px;
  padding: 10px 0 0 10px;
}

.sidebox p {
  margin: -10px 0 20px 0;
  padding: 0 10px 10px 10px;
}

/* ------------ GRID EXAMPLE ----------- 

Source/examples: http://grid.mindplay.dk

Two columns/width: 720px

Columns: 0, 351, 15, 351, 0

(X)HTML:

<div class="clear">
<div class="grid-m1"></div>
<div class="grid-c1">
{column 1}
</div>
<div class="grid-m2"></div>
<div class="grid-c2">
{column 2}
</div>
</div>

---------------------------------------*/

.grid-m1 {float: left; width: 0px; height: 1px;}

.grid-c1, .grid-c2 {float: left; width: 351px;}

.grid-m2 {float: left; width: 15px; height: 1px;}

.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {display: inline-block;}

* html .clear {height: 1%;}