/*------------------------------------
	GENERAL
------------------------------------*/
body{
	background-color:#4E5A3B;
	background-image:url(images/bg_5.gif);
	background-repeat:repeat-y;
	background-position:50% 0;
	background-attachment:scroll;
}

.sf_outer_wrapper{
	background-image:url(images/back_bg_5.gif);
	background-repeat:repeat-x;
	background-position:50% 81px;
}





/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation ul li a{
	background-image:url(images/nav_bg_5.gif);
	background-repeat:no-repeat;
	background-position:0px -29px;
}

/*--[ right image ]--*/
.sf_extra5{
	background-image:url(images/pic_5.jpg);
	background-repeat:no-repeat;
	background-position:100% 0;
	sf_edit: true;
}




/*------------------------------------
	CONTENT
------------------------------------*/
.sf_pagetitle{
	background-color: #CDD1C1;
	border: 3px solid #CDD1C1;
}
.sf_pagetitle div{
	border-left: 5px solid #4E5A3B;
}




/*------------------------------------
	FOOTER
------------------------------------*/
.sf_footer{
	background-color: #CDD1C1;
}




