body {
	margin:0;
	padding:0;
	width:100%;
	background-image: url(images/ground2.jpg);
	background-color:#0f0;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family:Tahoma, Arial, sans-serif;
}
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
/*h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}*/
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
#fixed {
	margin: 0 auto;
	width:970px;
}

#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
        background-color:white;
        border-left: solid 2px #AC9A9A;
    }
     
#header #headertop {
    background-image: url(images/banner.jpg);
    background-repeat: no-repeat; 
    background-position: bottom;
    }
	 
#header p, #header h1, #header h2 {
       padding:.4em 15px 0 15px;
       margin:0;
	}
#header h1{
	       font-size : 300%;
	       font-weight:900;
               text-transform : uppercase;
               letter-spacing : 2px;
               background : 1C4E1C;
               color : #fff;
	       line-height: 150px;
	       font-family: Arial, sans-serif;
	  
	}
	
h2{
 padding-left:25px;
 font-size:25px;
 line-height: 30px;
 letter-spacing: 2px;
 text-transform: uppercase;
 color: #366;
 background: transparent url(images/leaves3.png) left no-repeat;

	}

#header #navCircle {
margin : 0;
padding : 0 0 20px 2px;
border-bottom : 1px solid #AC9A9A;
}
#header #navCircle li {
margin : 0;
padding : 0;
display : inline;
list-style-type : none;
}
#header #navCircle a:link, #header #navCircle a:visited {
float : left;
font-size : 1.0em;
padding : 0 25px 15px 5px;
text-decoration : none;
background : inherit;
color : #457C05;
}
#header #navCircle a:link.active, #header #navCircle a:visited.active, #header #navCircle a:hover {
background-color : inherit;
color : #000;
background : url(images/arrow.gif) no-repeat bottom center;
}

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#ddd;		/* Left column background colour */
	border-left: solid 2px #AC9A9A;
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#ddd;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
	
}

#col1 p img {
margin: 0 auto;
}
#col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	background-color:white;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #AC9A9A;
	border-left: solid 2px #AC9A9A;
}
#footer p {
	padding:.5em 15px;
}