/*** HEADER ***/
#header{
	border-bottom: 5px solid #B1C903;
}

#headerimage{
	background: transparent url(../images/header/butterfly.jpg) no-repeat scroll 0 0;
	border-left: 5px solid #B1C903; 
	border-right: 5px solid #B1C903;
}

#metamenu ul li a.active{
	color: #B1C903;
}

/*** MAINCONTENT ***/ 
#main-content{
	background-color: #B1C903;
}  

/*** CONTENT ***/ 
#content {
	border-right: 5px solid #B1C903;
}

#content a {
	color: #B1C903;
	text-decoration:none;
	border-bottom: 1px dotted #B1C903;
}

#content h1 {
	color: #B1C903;
}

#content h2 {
	color: #C1D435;
}
