
#header .headerLft {
	background-image: url(../images/themes/headerLft_red.jpg);
}

#header .headerCont {
	background-image: url(../images/themes/headerTile_red.jpg);
}

#header .headerRt {
	background-image: url(../images/themes/headerRt_red.jpg);
}

#twoCol #rightCont .top {
	background-image: url(../images/themes/rtCol_top_red.jpg);
}

#twoCol #rightCont .bodyRight {
	background-color: #A11E24;
}

#twoCol #rightCont2 .top {
	background-image: url(../images/themes/rtCol_top_red.jpg);
}

#twoCol #rightCont2 .bodyRight {
	background-color: #A11E24;
}

#mainCont .nav {
	background-image: url(../images/themes/mainNav_red.jpg);

}

/* Widget Container */

#widgetCont .widgetContCont {
	background: url(../images/themes/widgetTile_red.jpg) repeat-y;
}

#widgetCont .widgetCont_title {
	background: url(../images/themes/widgetTop_red.jpg) no-repeat;
}

#widgetCont .widgetContInt_top {
	background: url(../images/themes/widgetInt_top_red.jpg) no-repeat;
}

#widgetCont .widgetContInt_btm {
	background: url(../images/themes/widgetInt_btm_red.jpg) no-repeat;
}

#widgetCont .widgetContBtm {
	background: url(../images/themes/widgetBtm_red.jpg) no-repeat;
}

/* Sub Nav */

#widgetCont .secNav_links ul li a:hover {
	background: url(../images/themes/secNav_arrow_red.jpg) no-repeat left center;
}

