/* CSS Document */

body{
background-color:#CADBC3;
text-align:center;
}
.sf_wrapper{
background-color: #75AD57;
}
.sf_extra2{
	background-image: url(images/logo_2.gif);
	background-repeat: no-repeat;
}
.sf_extra5{
	background-image: url(images/photo_2.gif);
	background-repeat: repeat-x;
}
.sf_navigation{
background-color:#75AD57;
}
.sf_pagetitle{
border-top:#75AD57 solid 8px;
background-color: #fff;
}
.sf_content{
background-color: #fff;
}
.sf_extra12{
	background-image: url(images/footer_2.gif);
	background-repeat: no-repeat;
}
.sf_footer{
background-color: #9DAB96;
color: #fff;
}
.sf_navigation ul li a{
	color: #000000;
	background-image: url(images/button_2.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.sf_navigation ul li a:hover{
	color:#FFFFFF;
	background-image: url(images/buttonover_2.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.sf_navigation ul li a:visited{
	color: #000000;

}


