
#header .headerLft {
	background-image: url(../images/themes/headerLft_purple.jpg);
}

#header .headerCont {
	background-image: url(../images/themes/headerTile_purple.jpg);
}

#header .headerRt {
	background-image: url(../images/themes/headerRt_purple.jpg);
}

#twoCol #rightCont .top {
	background-image: url(../images/themes/rtCol_top_purple.jpg);
}

#twoCol #rightCont .bodyRight {
	background-color: #601872;
}

#twoCol #rightCont2 .top {
	background-image: url(../images/themes/rtCol_top_purple.jpg);
}

#twoCol #rightCont2 .bodyRight {
	background-color: #601872;
}

#mainCont .nav {
	background-image: url(../images/themes/mainNav_purple.jpg);

}

/* Widget Container */

#widgetCont .widgetContCont {
	background: url(../images/themes/widgetTile_purple.jpg) repeat-y;
}

#widgetCont .widgetCont_title {
	background: url(../images/themes/widgetTop_purple.jpg) no-repeat;
}

#widgetCont .widgetContInt_top {
	background: url(../images/themes/widgetInt_top_purple.jpg) no-repeat;
}

#widgetCont .widgetContInt_btm {
	background: url(../images/themes/widgetInt_btm_purple.jpg) no-repeat;
}

#widgetCont .widgetContBtm {
	background: url(../images/themes/widgetBtm_purple.jpg) no-repeat;
}

/* Sub Nav */

#widgetCont .secNav_links ul li a:hover {
	background: url(../images/themes/secNav_arrow_purple.jpg) no-repeat left center;
}

