/*
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-attachment: fixed;
	background-color: #71523a;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

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

#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	text-align: left;
	border: 4px solid #dfdfd9;
	background-color: #F3E7A9;
	background-image: url(../img/page_bg.jpg);
	background-position: left top;
}

#page_header {
	height: 140px;
	background-color: #C6C3C6;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}  

#page_header h1 {
  padding-top:80px;
  padding-left: 15px;
  font-family: verdana, helvetica, sans-serif;
  font-size:22px;
  font-weight:bold;  
  color: #F3E7A9;
  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;  
}

#page_litenheader {
	height: 5px;
	background-color: #C6C3C6;
	background-image: url(../img/liten_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}  

#menu_bar {
	height:5px;
	background-color: #A5A162;
	background-image: url(../img/liten_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

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

#navcontainer ul li { display: inline; }

#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: transparent;
	background-image: url(../img/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#left_side {
  float:left;
  width: 11em;
}



#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: #333333;
}

#right_side {
  float:right;
  width:600px;
}
  
#right_side h3 {
  margin-right:10px;
  margin-bottom: 5px;
  font-family: verdana;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #FCF8E3;
  background: #63696b;
  padding:4px;
  border:1px solid #3A3B22;
}
  
#right_side p {
  margin:5px;
  margin-bottom:15px;
  padding-right:10px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #333333;
}

#page_footer {
	height: 40px;
	background-color: #515230;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}  

#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:center;
  padding-top:20px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #FCF8E3;
}

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

ul#navigation
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

ul#navigation a
{
display: block;
text-decoration: none;
background: #B5B5B5;
color: #fff;
padding: .2em .5em;
border-bottom: 1px solid #fff;
width: 187px;
font-weight: bold;
}

ul#navigation a:hover
{
background: #C2C1C1;
color: #5A5959;
font-weight: bold;
}

ul#navigation li
{
display: inline;
}