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

body {
	background:url(images/red/background.jpg) top repeat-x #952136;
	color:#952136;
}



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

}

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

#navigation {
	background:url(images/red/navigationBackground.jpg) no-repeat #952136;
	
}

#mainNav a, #mainNav a:visited {
	color:#952136;

}

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

}

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

}

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

}