/*******************************************************
TITLE: Fixed Four-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// Outer container that holds all the columns //------------ */
#mainContainer {
	background-color: #F2ECF5;
		border-color: #572F93; /*#9270B4;*/
}
/* << ----------------// Horizontal navigation //------------ */
#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
	background-color:#572F93; /*#633998;*/
}
/* << ----------------// Footer //------------ */
#footer {
	background-color:#572F93;
}
