html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #357461;
}
a:hover {
	color: #357461;
}
a:link {
	color: #357461;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #E0D5B7 url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
	padding-top: 31px;
}


#wrapper {
  text-align: left;
  margin: auto;
  width: 100%;
  position: relative;
/**  background: url(images/body_bg2.gif) repeat-y; **/
}

#header {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 100%;
  background: url(images/header_2.jpg) no-repeat;
}

#headertime {
/**  position: relative; **/
  float: right; 
  height: 2px;
  padding-right:40px;
/**  top: 10px; **/
/**  left: 600px; **/
}

#headernav {
  position: relative; 

  left: -20px;
  top: 210px;  
  height: 5px;

  padding-bottom: 10px;

  border-top: 3px solid #378537;	
  border-bottom: 3px solid #378537; 

  background: url(images/page_bg2.jpg) repeat-x scroll bottom; 
}


#headerslogan {
  float: left;
  width: 490px;
  padding-left: 300px;
  padding-top: 150px;
}


#headernav ul {
	margin: 0;
	padding: 3;
	list-style-type: none;
}

#headernav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#headernav ul li a {
	padding: 4px 10px;
	text-align: center;
	background: #357461;
}

#headernav li.active a {
	background: ##357461;
}


#headernav ul li a {
   background: none;
}


#leftside {
  float: left;
  padding-top: 275px;
  padding-left: -20px;
  width: 50%;
}

#news {
/**  background: url(images/news_bg2.jpg) repeat-y; **/
  padding-left: 37px;
/**  padding-right: 22px; **/
  padding-bottom: 3px;
  text-align: justify;
}

#news h1 {
  font-size: 18px;
  color: #378537; 
}

#news h2 {
  font-size: 12px;
/**  color: #357461; **/
}

#news .more {
  font-size: 9px;
}

#footer {
  background: url(images/footer_bg2.gif) repeat-y;
}

#copyright {
  text-align: center;
  font-size: 9px;
  color: #357461;
  font-weight: bold;
  padding-top: 200px;
}

