/* ORANGE*/
body { 
	background:#FF8928 url(../images/css/bg_orange_body.jpg) top center repeat-x; 
	}

div#pageHolder {
	/*background:url(../images/css/bg_orange_pageHolder.jpg) top left repeat-y;*/
	background:url(../images/css/bg_orange_pageHolder.gif) top left repeat-y;
}


div#header {
	background:url(../images/css/bg_orange_header.jpg) top left no-repeat;
}

div#footer {
	/*background:url(../images/css/bg_orange_footer.jpg) center no-repeat;*/
	background:url(../images/css/bg_orange_footer.gif) bottom left no-repeat;
}

/* =============================================================== */
/* BOX MODIFIERS */  /* used to jazz up sections with pages colors... */
/* =============================================================== */
/*orange orange orange*/	
	div.orangeBG * { color:white; }
	div.orangeBG {
		background:#FF8928 url(../images/css/bg_orange_body.jpg) top center no-repeat;
		color:white;
		/*border:2px solid #AD0006;*/
		padding-bottom:4px;
		position:relative;
	}
		div.orangeBG img {
			border:2px solid white;
		}
		div.orangeBG p {
			color:white;
		}
		div.orangeBG a:link, .orange:visited {
			font-weight:bold;
		}
		div.orangeBG span.lcOrange {
			width:15px; height:15px;
			background:url(../images/css/bg_left_rounded_corner_orange.gif) bottom left no-repeat;
			position:absolute;
			bottom:0px;
			left:0px;
			z-index:5;
		}
		div.orangeBG span.rcOrange {
			width:15px; height:15px;
			background:url(../images/css/bg_right_rounded_corner_orange.gif) bottom left no-repeat;
			position:absolute;
			bottom:0px;
			right:0px;
			z-index:6;
		}
		#uw {
			float: right;
			padding: 5px 8px 5px 8px;
			border: none;	
		}
		div.contentHolderOrange, div.contentHolderorange {
			background:#FF7413;
			padding:1px 0;
		}
		div.orangeBG h3 {
			margin:2px 5px; padding-top:3px;
		}