/*******************************************************
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: #C7E4F3;
	border-color: #129BD5; /*#9270B4;*/
}
/* << ----------------// Horizontal navigation //------------ */
#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
	background-color:#129BD5; /*#633998;*/
}
/* << ----------------// Footer //------------ */
#footer {
	background-color:#129BD5;
}

