html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #015e01;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;	
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	text-align: left;
	font: 12px arial, sans-serif;
	color: #565656;
	background-color: #63bc04;
	background-image: url(images/page-bg_new.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 788px;
position: relative;
}
#right {
	position: absolute;
	top: 0;
	left: 268px;
	width: 520px;	
}

/** Left **/
#left {
	padding-top: 80px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;	
}
#left h1 {
 text-align: center;
 font: 28px verdana, serif;
 color: #6C0505; 
}
#copyright {
	color: white;
	width: 268px;
}
#copyright p {
 margin: 0 1em 0.5em 1em;
 font: 11px arial, sans-serif;
}

/** Right **/
#nav {
	height: 88px;
	background-repeat: no-repeat;
	background-image: url(images/nav_bg_new.jpg);	
}
#nav ul {
 margin: 0;
 padding: 0 0 0 30px; 
}
#nav li {
	float: left;
	padding: 46px 12px 9px 12px;
	list-style: none;
	background-position: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a1d36c;	
}
#nav li.last {
	background-repeat: no-repeat;
	border-right-style: none;	
}
#nav a {
	color: #ffffff;
	font-weight: normal;
	font-family: arial, sans-serif;
	font-size: 12px;
}
#nav .selected a {
	font-weight: bold;	
}
#nav li.last-selected {
	background-repeat: no-repeat;
	border-right-style: none;
	font-weight: bold;
}

/** Body **/
#body {
 background: bottom left url(images/body_bg_new.jpg) repeat-y; 
}
#body-top {
 background: url(images/body_top_new.jpg) no-repeat; 
}
#body-bot {
	background: bottom left url(images/body_bot.jpg) no-repeat;
	padding: 14px;
	padding-bottom: 27px;
	height: 531px;	
}

h1 {
	color: #63bc04;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;	
}

#body h2 strong {
 color: #63bc04;
 font-weight: normal;
 font-size: 18px;
}
h3 {
	color: #e6272e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#body h4 {
 color: #660505;
}
#body .left {
 margin: 0 26px 0 0;
}

/** footer **/

#footer {
	text-align: right;	
	color: #fff;
	background-color: #63bc04;
	padding-right: 18px;
	 position: absolute;
 top: 700px;
 left: 491px;
 width: 510px;
}

#footer-1 {
  float: left;
  width: 104px;
  padding-right: 30px;
  margin-top: 5px;
  border-right: 1px solid #ACACAC;
  font: 14px "times new roman", serif;
  color: #660505;
  text-align: center;
}
#footer-1 strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
#footer-2 {
  float: left;
  width: 154px;
  margin-left: 12px;
  font: 18px "times new roman", serif;
  color: #000;
  line-height: 34px;
}
#footer-2 .left {
  margin-right: 12px;
}
#footer-3 {
  float: left;
  width: 135px;
  margin: 0;
  font: 14px "times new roman", serif;
  color: #000;
  text-align: center;
}
#footer-3 .left {
  margin-right: 12px;
}

.pic-left	{
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

.pic-right	{
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
}

