html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #74653D;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
#nav .invisible, .invisible {
	display: none;
}
body {
	background: #164114 url(images/page_bg.jpg) repeat-x;
	text-align: center;
	color: #74653D;
	padding-bottom: 10px;
	padding-top: 31px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
  position: relative;
  background: url(images/body_bg.gif) repeat-y;
}

#header {
  position: absolute;
  top: 0;
  left: 243px;
  width: 535px;
  height: 279px;
  background: url(images/header_2.jpg) no-repeat;
}
#left {
  float: left;
  width: 243px;
  font-weight:normal;
}
#logo {
  width: 243px;
  height: 150px;
  background: url(images/header_1.jpg) no-repeat;
  text-align: center;
  color: #595959;
}
#logo h1 {
  padding-top: 30px;
  font: 24px "arial narrow", arial, sans-serif;
}
#nav {
  background: url(images/nav_left.jpg) no-repeat;
}
#nav h2 {
  background: #cec4ab;
  color: #2A2A2A;
  margin: 0 0 0 9px;
  padding: 5px 10px;
  font-size: 16px;
}
#nav ul {
  margin-left: 9px;
  padding-left: 1px;
  background: #2A2A2A bottom left no-repeat;
}
#nav .mod_navigation li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 1px solid #959595;
  border-bottom: none;
  background: 188px 10px url(images/arr_white.gif) no-repeat;
  padding: 7px 0 0 31px;
  font-weight:bold;
}
#nav .mod_navigation li.first {
	border-top: none;
}

#nav ul {
  margin-left: 9px;
  padding-left: 1px;
  background: #2A2A2A bottom left no-repeat;
}
#nav li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-bottom: 1px solid #959595;
  padding: 7px 0 0 10px;
  font-weight:bold;
}
#nav li.last {
	border-bottom: none;
}
#nav ul ul {
  margin-left: 20px;
}
#nav ul ul li {
  padding: 7px 0 0 0;
}

#nav a, #nav span {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 150px;
  padding: 2px 0 6px 8px;
}
#nav a:hover {
  text-decoration: underline;
}
#nav .active {
  color: #E9C379;
}
#nav .mod_navigation .active {
  background: 188px 10px url(images/arr_orange.gif) no-repeat;
}
#right {
  float: right;
  width: 480px;
  padding-right: 19px;
  padding-top: 301px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 18px;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 14px;
  margin-top: 28px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}
#right {
  font-weight: normal;
}
#spacer {
  height: 24px;
}
#footer {
  background: url(images/footer_bg.gif) repeat-y;
}
#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: #715F36;
  font-weight: bold;
}
#footerline{
	background: url(images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
.content2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	margin-top:20px;
	text-decoration:none;
}
.ce_comments {
	margin: 50px 0;
}
.ce_comments .comment_default {
	margin-bottom: 30px;
	clear: both;
}
.ce_comments .form {
	margin: 50px 0;
}
.ce_comments .form input, .ce_comments .form textarea {
	border: 1px solid #A0A0A0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 2px;
	width: 200px;
	color: #74653D;
}
.ce_comments .form textarea {
	width: 300px;
}
p.info {
	color: #A0A0A0;
}

