/* this stylesheet is used by gallery.php, in conjunction with styles_vert */

/********** BODY **********/
body {
	background: #5d864f url(../images/index/bgi.jpg) no-repeat;
	background-position: top center; }

/********** BLOCK ELEMENTS AND THEIR CLASS DESCENDANTS **********/
/***** CONTENT *****/

	/***** TITLE *****/
	#title_grp {
		border-bottom: 5px solid #845d43; }

		#title {
			background-color: #aecba4; }

		#title_accent {
			background-color: #874021; }

	/***** BANNER *****/
	#banner {
		background-color: #e1da7b; }

	/***** NAV *****/
	#nav {
		background: #dddbdd url(../images/index/nav_bgi.jpg) no-repeat; }

	#nav_home_on {
		margin-top: 10px; }

	#nav_gall {
		background-image: url(../images/index/nav/gall_over.gif); }

	#nav_bio {
		background-image: url(../images/index/nav/bio_over.gif); }

	#nav_cont {
		background-image: url(../images/index/nav/cont_over.gif); }

	/***** STAGE TOP *****/
	#stage_top h1 {
		color: #874021;
		border-bottom: 2px solid #966647; }

	/***** STAGE *****/
	.stageframe {
		color: #966647; background-color: #966647; }

		/***** COPYRIGHT *****/
		.copyright {
			color: #966647; }

		.copyright a:link,
		.copyright a:visited {
			color: #966647;
			text-decoration: none; }

		.copyright a:hover {
			color: #0055a7;
			text-decoration: underline; }