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

body {
	background:url(images/orange/background.jpg) top repeat-x #9f5321;
	color:#9f5321;
}



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

}

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

#navigation {
	background:url(images/orange/navigationBackground.jpg) no-repeat #9f5321;
	
}

#mainNav a, #mainNav a:visited {
	color:#9f5321;

}

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

}

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

}

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

}
