* {
	margin: 0;
	padding: 0;
}

body {
	background: #BBD397;
}

#header {
	background: white;
	width: 100%;
}

#logo {
	width:296px;
	height:54px;
	background:url(../images/logo2.jpg) 7px 7px no-repeat;
	margin:0;
	padding: 19px 90px;

	
}

#buttons {
	height:31px;
	background:url(../images/barbackground.gif) repeat-x;
	position: relative;
	
}

#buttons li a {
	margin-right:2px;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding:0 16px;
	/*height:31px;*/
	height:24px;
	padding-top:7px;
	float:left;
}

#buttons li a:hover {
	text-decoration:none;
	list-style-type:none;
	background-image:url(../images/buttonbarroll.gif);
	background-repeat:repeat-x;
	}


#buttons ul { list-style-type:none;
	
}

	
/* LINKS */
#buttons :link { text-decoration:none;  }			/* for unvisited links */
#buttons a:active { text-decoration:none;}		/* when link is clicked */
#buttons a:hover { text-decoration:underline; }		/* when mouse is over link */
#buttons :visited { text-decoration:none;}		/* for visited links */
#buttons :visited:hover { text-decoration: none; }		/* when mouse is over link */

/* LISTS */
#buttons ul.button li {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background:no-repeat left top;
	float:left;
	}
#buttons ul.button li a { display:block; }
#buttons ul.button li a span, ul.button li a strong { display:none; }

#contentcon {
	width: auto;
	
}

#content {
	border: 3px solid #A3C380;
	padding: 15px 15px;
	height: auto;
	width: 718px;
	margin-left: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
}

#news {
	border: 3px solid #A3C380;
	padding: 15px 15px;
	height: auto;
	width: 718px;
	margin-left: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
}

#rr2007 {
	/* border: 3px solid #A3C380;  
	padding: 15px 15px;
	height: auto;
	width: 718px;*/
	margin-left: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
	
	height: auto;
	width: 718px;
}