
/* ----- global----- */

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #8F5C38 url(../images/bgwood.gif) repeat top center;
  font: 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
  color: #4D3012;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;	
}

/* Malarkey Image Replacement */
.mir { letter-spacing : -1000em; }
/* MIR just for IE */
* html h1.mir, * html h2.mir, * html h3.mir, * html p.mir, * html ul.mir { text-indent: -999em; }
/* MIR just for Opera, but hide from MacIE */ 
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 


/* ----- links ----- */

a, a:link {
  text-decoration: none;
  border-bottom: 1px dotted;
}

a:hover {
  border-bottom: 1px solid;
}

#header a {
  border: none;
}

#content-main a { color: #000; }
#content-main a:hover {
  border-bottom: 1px solid;
  color: #5C3300;
}

#footer a { color: #000; }


/* ----- container ----- */

#icons {
  background: url(../images/bgicons.gif) no-repeat top center;
}

#container {
  margin: 16px auto 0 auto;
  width: 578px;
  text-align: left;
}

#wrapper {
  float: left;
}


/* ----- header ----- */

#header {
  width: 578px;
  position: relative;
}

#header img {
	margin-bottom: -5px;
	padding: 0;
}

#logo {
  top: 14px;
  margin: 4px 28px;
}

#logo a {
  border: none;
}


/* ----- content ----- */

#content {
}

.hide { display: none; }

.col-1 {
  margin: 10px 40px 20px 0;
  width: 500px;
  float: right;
  display: inline;
}


/* ----- content-main ----- */

#content-main {
  padding: 0;
  width: 578px;
  float: left;
  background: url(../images/bgbody.gif) repeat-y center;
}

#content-main h1 {
  margin-bottom: 4px;
  font: 34px/1em Georgia, "Times New Roman", Times, serif;
  text-align: center;
  letter-spacing: 3px;
  color: #681C13;
}

#content-main h2 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #000;
}

#content-main h3 {
  font: 16px/1em Georgia, "Times New Roman", Times, serif;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #735126;
}

#content-main p {
  margin-bottom: 12px;
}

#content-main hr {
  background: url(../images/hr.gif);
  width: 413px;
  height: 13px;
  margin-bottom: 15px;
  text-align: center;
  border: none;
}

#content-main blockquote {
  margin-top: 3px;
  padding: 5px 12px;
  border-left: 3px solid #828200;
  font-size: 11px;
  background: #A2AD34;
  color: #454500;
}

.button {
  font-family: Georgia, "Times New Roman", Times, serif;
  background: url(../images/button.gif) no-repeat center;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  margin-top: -12px;
  color: #ffffff;
}

#menu a { border: none; }
#menu a:hover {
  border: none;
  color: #fff;
}

/* ----- footer ----- */

#footer {
  padding: 0 20px 2px 20px;
  background: url(../images/bgfooter.gif) no-repeat bottom center;
  font-size: 9px;
  line-height: 1.3em;
  text-align: center;
  color: #C4A544;
  clear: both;
}

#footer p {
  margin-bottom: 12px;
}

#ag a {
  border: 0;
}