body {
	text-align: center;
	margin-top:30px;
	margin-bottom:30px;
	color:#333333;
	background-color: #FFFFCC;
	background-image: url(img/bg-grad_3.jpg);
	background-repeat: repeat;
}

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

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

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

#page_header h1 {
  padding-top:30px;
  padding-left: 20px;
  font-family: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, serif;
  font-size:14px;
  font-weight:bold;  
  color: #E2D179;
  margin:0px;  
}



#content_wrapper {
	background-color: transparent;
}

#menu {
	width: 840px;
	height: 40px;
	margin: 0 auto;
	background-color: #663333;
	background-image: url(img/menu_bg.jpg);
	background-repeat: no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 10px 41px 10px 41px;
	font-size: 92%;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration:none;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFCC;
	background-color: #663300;
}

#menu b {
}


#left_side {
  float:left;
  width:680px;
}
  
#left_side h3 {
  margin:10px;
  margin-right:15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:16px;
  font-weight: bold;
  line-height:18px;
  color: #663300;
}

#left_side h5 {
  margin:10px;
  margin-right:15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  font-weight: bold;
  line-height:18px;
  color: #663333;
}
  
#left_side p {
  margin:10px;
  margin-right:15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  line-height:18px;
  color: #333333;
}

#right_side {
  float:right;
  width:150px;
}
  
#right_side h3 {
  margin-right:10px;
  margin-bottom: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #ffffcc;
  background-color: #333300;
  padding:4px;
  border:1px solid #3A3B22;
}
  
#right_side p {
  margin:5px;
  margin-bottom:15px;
  padding-right:10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:11px;
  line-height:16px;
  color: #FFFFcc;
}

#right_side a {
  margin:5px;
  margin-bottom:15px;
  padding-right:10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:11px;
  font-weight:bold;
  line-height:16px;
  color: #FFFFCC;
}

#page_footer {
	height: 40px;
	background-color: #663300;
	background-image: url(img/footer_bg.jpg);
	background-repeat: no-repeat;
}  

#page_footer A:link {
	COLOR: #FFFFCC; text-decoration: underline
}
#page_footer A:visited {
	COLOR: #FFFFCC; text-decoration: underline
}
#page_footer A:active {
	COLOR: #FFFFCC; text-decoration: underline
}
#page_footer A:hover {
	COLOR: #FFFFCC; 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;
}

.right {
	border: 5px solid #FFFFFF;
	float: right;
	margin-left: 10px;
}

.left {
	border: 5px solid #FFFFFF;
	float: left;
	padding: 0 10 0 0;
	margin-right: 10px;
}
  
 
 
