@charset "utf-8";
body  {
	font: Arial, Helvetica, sans-serif;
	font-size:100%;
    line-height:1.125em;
	background: #549001 url(../images/bg_trees.jpg) bottom fixed repeat-x;
	margin: 0; 
	padding:0;
	text-align: center; 
	color: #2c4e04;
}
<!--[if !IE]>-->
body {    font-size:16px;}
<!--<[endif]-->

*{margin:0;	padding:0;}
img{border: none;}
a {color:#ff3c08; text-decoration:none;}
a:hover {color:#000000;}
#wrapper{
	width:980px;
	background: #ffffff url(../images/wrapper_bottom.png)  bottom no-repeat  ;
	background-color:#FFFFFF;
	margin:0 auto;
	text-align: center;
	}
#container { 
	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: url(../images/home_head.jpg) no-repeat; 
	height: 163px;
	border-bottom:5px solid #9dab8b;}
  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
 
#header img { float:left;}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	text-indent:-10000px;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#nav{
	width:944px;
	height:35px;
	}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 460px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	
	padding: 0;
}

#mainContent { 
	margin: 0 440px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#sidebar1 p {
	font:0.875em Arial, Helvetica, sans-serif;
	margin:0.7em 5% 0.7em 0;
	}
#sidebar1 h1{
	font:1.25em Arial, Helvetica, sans-serif;
	margin:0.7em 5% 0.7em 0;
	}

/* footer columns */
#footer {
	background-color:#FFFFFF;
	width:944px;
	margin:20px 0 20px 0;
}
#footer .column {
  position: relative;
  float: left;
  color:#000000;
  background-color:#FFFFFF;
}
#center {
  width: 296px;
  margin-right:25px;
}
#left {
  width: 296px;          /* LC width */
  margin-right:25px;

}
#right {
  width: 296px;          /* RC width */
  bg-color:blue;
  background-color:#FF0000;
}

#footer{
	width:944px;
	padding-bottom:10px;
	border-top:1px solid  #dedede;
	}
#footer p{
	font:0.9em Arial, Helvetica, sans-serif;
	color:#6B7469;
	}
.footer_column{
	width:300px;
	padding-bottom:5px;	
	float:left;
	}
	
p.email{background:url(../images/icon-email.png) no-repeat; padding:20px 0 20px 52px;}
p.newsletter{background:url(../images/icon-newsletter.png) no-repeat; padding:20px 0 20px 52px;}
p.membership{background:url(../images/icon-membership.png) no-repeat; padding:10px 0 10px 55px;}

/* rounded boxes */
/*box1 */
.box1 { background: #d2dbcc;}
.rbtopbox1  div { background: url(../images/tl.gif) no-repeat top left; }
.rbtopbox1  { background: url(../images/tr.gif) no-repeat top right; }
.rbbotbox1  div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbotbox1  { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtopbox1  div, .rbtopbox1 , .rbbotbox1  div, .rbbotbox1  {
width: 100%;
height: 7px;
font-size: 1px;
}
/*box2 */
.box2 { background: #ccdbda;}
.rbtopbox2  div { background: url(../images/tl2.gif) no-repeat top left; }
.rbtopbox2  { background: url(../images/tr2.gif) no-repeat top right; }
.rbbotbox2  div { background: url(../images/bl2.gif) no-repeat bottom left; }
.rbbotbox2  { background: url(../images/br2.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtopbox2  div, .rbtopbox2 , .rbbotbox2  div, .rbbotbox2  {
width: 100%;
height: 7px;
font-size: 1px;
}
/*box3 */
.box3 { background: #dbd9cc;}
.rbtopbox3  div { background: url(../images/tl3.gif) no-repeat top left; }
.rbtopbox3  { background: url(../images/tr3.gif) no-repeat top right; }
.rbbotbox3  div { background: url(../images/bl3.gif) no-repeat bottom left; }
.rbbotbox3  { background: url(../images/br3.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtopbox3  div, .rbtopbox3 , .rbbotbox3  div, .rbbotbox3  {
width: 100%;
height: 7px;
font-size: 1px;
}
/* global box styles. */
.box1, .box2, .box3  { width: 296px; margin: .5em auto 1em auto; }
.rbcontent { margin: 0 19px; }
.rbcontent p {color:#000000; font:.8em Arial, Helvetica, sans-serif;}
.rbcontent a {color:#ff3c08; background:url(../images/arrow_more.png) 0 4px  no-repeat; display:block; padding-left:20px}
.rbcontent a:hover {color:#000; background:url(../images/arrow_more_bl.png) 0 4px  no-repeat; display:block;}





.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* new clearfix */
.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */
