/*	[#HEADER]
	------------------------------------------------------------------------  */
div#anim {
	background: transparent url(images/header.jpg) left top no-repeat;
}



/* [#NAVPATH]
   ------------------------------------------------------------------------ */
div#navpath span#currentPage {
	color: #fff;
	background: #d13d4f; /* #b54e5e; */
}



/*	[#CONTAINER]
	------------------------------------------------------------------------  */
div#container {
	background: #d6c7b4 url(images/container.jpg) left top repeat-y;
}
	
	/* ----- [H1] */
	h1 {
		background: #cb0624 url(images/h1.png) left top no-repeat;
	}
	
	/* ----- [#SIDEBAR] */
	div#sidebar {
		background: #bb4e5e url(images/sidebar.jpg) left top no-repeat;
	}

		div#sidebar ul li.small a {
			font-size: 11px !important;
		}

			div#sidebar ul li a span.smaller {
				font-size: 8px !important;
			}
			
	/* ----- [#CONTENT] */
	div#content p {
		margin: 0 0 25px 0 !important;
	}

