/* RED*/
body { 
	background:#A10707 url(../images/css/bg_red_body.jpg) top center repeat-x; 
	}

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


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

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

/* =============================================================== */
/* BOX MODIFIERS */  /* used to jazz up sections with pages colors... */
/* =============================================================== */
/*RED RED RED*/	
	div.redBG * { color:white; }
	div.redBG {
		background:#A10707 url(../images/css/bg_red_body.jpg) top center no-repeat;
		color:white;
		padding-bottom:8px;
		position:relative;
	}
		div.redBG img {
			border:2px solid white;
		}
		div.redBG p {
			color:white;
		}
		div.redBG a:link, .red:visited {
			font-weight:bold;
		}
		div.redBG span.lc {
			width:15px; height:15px;
			background:url(../images/css/bg_left_rounded_corner_red.gif) bottom left no-repeat;
			position:absolute;
			bottom:0px;
			left:0px;
			/*z-index:5;*/
		}
		div.redBG span.rc {
			width:15px; height:15px;
			background:url(../images/css/bg_right_rounded_corner_red.gif) bottom left no-repeat;
			position:absolute;
			bottom:0px;
			right:0px;
			/*z-index:6;*/
		}
		div.contentHolderred, div.contentHolderRed {
			background:#A10707;
			padding:1px 0;
			color:white;
		}
			div.contentHolderred input {
				color:black;
			}
		#uw {
			float: right;
			padding: 5px 8px 5px 8px;
			border: none;	
		}
		div.redBG h3 {
			margin:2px 5px; padding-top:3px;
		}
