/* CSS Document */

h1 {
	color: #333333;
}
h2 {
	color: #9C568E;
}
h3 {
	color: #9C568E;
}
#mainBox {
	background-image: url(../images/header-plum.gif);
}

#sideNav {
	background-color: #F5EEF3; 
}
#sideNav h1{
	background-color: #9C568E;
}
#sideNav ul {
	background-color: #9C568E;
}

#sideNav a {
	color: #ffffff;
	background-color: #9C568E;
}

#sideNav a:hover {
	color: #9C568E;
	background-color: #F5EEF3;
}

#sideNav a.urhere, #sideNav a.urhere:hover, #sideNav a.urhere:visited {
	color: #9C568E;
	background-color: #F5EEF3;
}

#footer1 {
	background-color: #EBDDE8;
}
#footer2 {
	background-color: #C49ABB;
}
#footer3 {
	background-color: #9C568E;
}
