/* CSS Document */
body{
	background-color: #42A5E9;
}
.sf_header_wrapper{
	background-image: url(images/header_1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.sf_navigation {
	background-color: #A0C600;
}

.sf_navigation ul{
	background-color: #A0C600;
/*background:url(images/nav_1.jpg) no-repeat bottom;
*/}


.sf_extra5 {
	background-image: url(images/nav_bottom_1.gif);
}
.sf_wrapper{
	background-image: url(images/contentBG_1.jpg);
	background-repeat: repeat-y;
}
.sf_extra8{
	background-image: url(images/footer_1.jpg);
	background-repeat: no-repeat;
}
.sf_navigation ul li a{
	color:#fff;
	background-image: url(images/cross_1.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.sf_navigation ul li a:visited{
	color: #fff;
}
.sf_navigation ul li a:hover{
	color: #006E30;
}
.sf_pagetitle{
	color: #006E30;

}
.sf_main_header{
	color: #006E30;
}