/****	WHITE LAYOUT   ****/

body,html {
	background: white url(../images/public/background-white.jpg) no-repeat top center;
	color: #333333;
}

a {color: #333333;}



ul.rightmenu li a {
	background : url(../images/public/menu_white.gif) repeat-x bottom left;
}

ul.rightmenu li.selected a {
	background : url(../images/public/menu_selected_white.gif) no-repeat bottom center;
	color: #10a9bf;
}

#footer {
	background : url(../images/public/arrows_white.png) no-repeat top left;
}

/****	END WHITE LAYOUT	****/