@charset "UTF-8";
/* CSS Document */

body {
	background:url(images/brightPurple/background.jpg) top repeat-x #48377f;
	color:#48377f;
}



h1 {
	background:url(images/brightPurple/top.jpg) no-repeat top;

}

#wrapper {
	background:url(images/brightPurple/pageBackground.jpg) repeat-y #FFFFFF;
}

#navigation {
	background:url(images/brightPurple/navigationBackground.jpg) no-repeat #48377f;
	
}

#mainNav a, #mainNav a:visited {
	color:#48377f;

}

#mainNav a:hover, #currentPage a {
	border-bottom:medium solid #48377f;
	color:#48377f;

}

#footer {
	background:url(images/brightPurple/pageBottom.jpg) no-repeat;

}

#mainPicture {
	background:url(images/brightPurple/mainPic.jpg) no-repeat;

}