/*
	The color theme style sheet will be loaded AFTER the main style sheet, so these
	values will be overwriten (cascading styles) for our theme
*/
#header { 
	background: url(../images/red_bg.jpg) center; /* black */
	}
#leftAds h3 {
	color:#990000;		/* red */
	}	
.thumbshow {
	background:url(../images/red-thumb-bg.jpg) no-repeat;	 /* black */
	}
.vidHeading {
	background: url(../images/red_bg.jpg) scroll left top; /* black */
	}
#footer { 
	background: url(../images/red_bg.jpg) center; /* black */
	}
