@charset "utf-8";
/* CSS Document */

body{
	background		: #f9b700;
}

#global{
	background		: url('../img/orange/bg-body.jpg') top center repeat-y #f9b700;
}

#top{
	background		: url('../img/orange/bg-top.jpg') top center no-repeat #f9b700;
}

#footer{
	background		: url('../img/orange/bg-footer.jpg') top center no-repeat #f9b700;
}

#menu li a{
	color				: #d89f00;
}

#menu li a.selected, #menu li a.selected:hover{
	background			: #d89f00;
	color				: #fff;
}