/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
	text-align: center;
	margin-top:30px;
	margin-bottom:30px;
	color:#333333;
	background-color: #FFF;
}

A:link {
	COLOR: #000000; text-decoration: underline
}
A:visited {
	COLOR: #000000; text-decoration: underline
}
A:active {
	COLOR: #000000; text-decoration: underline
}
A:hover {
	COLOR: #000000; text-decoration: none
}

#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	text-align: left;
	border: 4px solid #00731d;
	background-color: transparent;
	background-image: url(images/bkggrad.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#page_header {
	height: 140px;
	background-color: #transparent;
	background-image: url(headeroa.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}  
#page_wrapper #page_header #image {
	background-color: #008154;
	margin-left: 500px;
}

#page_header h1 {
  padding-top:30px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:26px;
  font-weight:bold;  
  color: #FCF8E3;
  letter-spacing: -1px;
  margin:0px;
}
#page_header h2 {
  padding-top:0px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;  
  color: #E2D179;
  margin:0px;  
}

#menu_bar {
	height:30px;
	background-color: #54301B;
	background-image: url(menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	margin-top:5px;
	background-color: transparent;
	color: #646341;
	float: left;
	width: 100%;
	font-family: verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#navcontainer ul li {
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #646341;
	list-style-type: square;
}

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: transparent;
color: #F3E7A9;
text-decoration: none;
float: left;
border-right: 1px solid #BBB774;
}

#navcontainer ul li a:hover
{
background-color: transparent;
color: #fff;
}

#content_wrapper {
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #008154;
	border-right-color: #009169;
}

#left_side {
	float:left;
	width:480px;
	background-color: #FFF;
	border: 1px solid #673F26;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #673F26;
}
  
#left_side h3 {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:14px;
  font-weight: bold;
  line-height:18px;
  color: #A0410D;
}
  
#left_side p {
	margin:10px;
	margin-right:15px;
	font-family: verdana;
	font-size:12px;
	line-height:18px;
	color: #673F26;
	background-color: #FFF;
}

#right_side {
	float:right;
	width:150px;
	background-color: #FFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-top-color: #008154;
	border-bottom-color: #008154;
	border-bottom-style: solid;
}
  
#right_side h3 {
	margin-right:10px;
	margin-bottom: 5px;
	font-family: verdana;
	font-size:12px;
	font-weight: bold;
	line-height:16px;
	color: #f3e7a9;
	padding:4px;
	border:1px solid #3A3B22;
	background-color: #673F26;
}
  
#right_side p {
	margin:5px;
	margin-bottom:15px;
	padding-right:10px;
	font-family: verdana;
	font-size:11px;
	line-height:16px;
	color: #673F26;
	background-color: #FFF;
}

#page_footer {
	height: 50px;
	background-color: #00713D;
	border: thin solid #673F26;
}  

#page_footer A:link {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:visited {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:active {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:hover {
	COLOR: #F2C968; text-decoration: none
}

#page_footer p {
	text-align:justify;
	font-family: verdana;
	font-size:11px;
	line-height:16px;
	color: #FFF;
}

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}

  
 
 

