
#header .headerLft {
	background-image: url(../images/themes/headerLft_yellow.jpg);
}

#header .headerCont {
	background-image: url(../images/themes/headerTile_yellow.jpg);
}

#header .headerRt {
	background-image: url(../images/themes/headerRt_yellow.jpg);
}

#twoCol #rightCont .top {
	background-image: url(../images/themes/rtCol_top_yellow.jpg);
}

#twoCol #rightCont .bodyRight {
	background-color: #f3a33a;
}

#twoCol #rightCont2 .top {
	background-image: url(../images/themes/rtCol_top_yellow.jpg);
}

#twoCol #rightCont2 .bodyRight {
	background-color: #f3a33a;
}

#mainCont .nav {
	background-image: url(../images/themes/mainNav_yellow.jpg);

}

/* Widget Container */

#widgetCont .widgetContCont {
	background: url(../images/themes/widgetTile_yellow.jpg) repeat-y;
}

#widgetCont .widgetCont_title {
	background: url(../images/themes/widgetTop_yellow.jpg) no-repeat;
}

#widgetCont .widgetContInt_top {
	background: url(../images/themes/widgetInt_top_yellow.jpg) no-repeat;
}

#widgetCont .widgetContInt_btm {
	background: url(../images/themes/widgetInt_btm_yellow.jpg) no-repeat;
}

#widgetCont .widgetContBtm {
	background: url(../images/themes/widgetBtm_yellow.jpg) no-repeat;
}

/* Sub Nav */

#widgetCont .secNav_links ul li a:hover {
	background: url(../images/themes/secNav_arrow_yellow.jpg) no-repeat left center;
}

