body {
  /* Scrollbar styles are supported by Internet Explorer only  */
  scrollbar-arrow-color:#C0C0C0;
  scrollbar-face-color: #65944A;
  scrollbar-highlight-color: #FFFF99;
  scrollbar-3dlight-color: #259212;
  scrollbar-shadow-color: #259212;
  scrollbar-darkshadow-color: black;
  scrollbar-track-color: #555;
  margin: 0; 	padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	background:   #FFF url(images/bg2.jpg) repeat-x;
	}
	
	h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #65944A; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; color: #65944A; }

	
#header {
	height: 100px;
	text-align: left;
}
#header-content {
	margin: 0 auto; padding: 0;
	position: relative;
}


/* header menu */
#header-content ul {
	position: absolute;
	right: -5px;
	top: 269px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 243px;
	width: 772px;
	height: 39px;
	visibility: visible;



}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #65944A;
	color: #FFF;
}
/*current button color*/
#header-content li a#current  {
	background: #65944A;
	color: #FFF;
}
/* header photo */
#apDiv1 {
	position:absolute;
	width:773px;
	height:115px;
	z-index:1;
	left: 236px;
	top: 10px;
}
#headerphoto {
	margin: 0 auto;
	width: 770px;
	height: 210px;
	top: 60px;
	left: 202px;
	padding: 1px 1px 1px 1px;
	background: #FFF url(images/headerphoto.jpg) no-repeat center;	 
}
 h1#logo {
	position: absolute;
	font: bold 40px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 54px;
	left: 45px;
}
 h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#slogan {
	position: absolute;
	font: bold 22px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 108px;
	left: 227px;
	width: 250px;
	height: 29px;
}
/* content */
/*#content-wrap {
	clear: both;
	float: left;
	width: 100%;*/
}
#content {
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

#apDiv2 {
	position:absolute;
	width:613px;
	height:115px;
	z-index:2;
	left: 318px;
	top: 330px;
}
.post {

	margin: 0; padding: 0;
	background: #FFF url(images/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
	padding: 10px;
	text-align: centre;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.gray  { color: #BFBFBF; }

