/* Gold River Styles */

body {
	background-color: #653409;
	margin: 0;
	padding: 0;
	
}

div#page-top {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
}
div#music {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
}



/* Top Navigation Bar */

.topnav {
	color: #ffB726; /* if not a link, light orange*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	
}

.topnav a {
	color: #ffffff; 
	text-decoration: none;
	font-weight: normal;
		font-size: x-small;
		
	
}
.topnav a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
		font-size: x-small;
}

.topnav a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
		font-size: x-small;
}

.topnav a:hover{
	color: #ffffff; /* links light orange on hover*/
	text-decoration: underline;
	font-weight: normal;
		font-size: x-small;
}

.topnav a:active {
	color: #ffffff; /* links lighter orange when mouse is down */
	text-decoration: underline;
	font-weight: normal;
}

/* Main content area */
.main {
	color: #202020; /* if not a link, light orange*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	margin-top: 0;
	padding-left: 15px;
	line-height: 1.4em;
	
}
.main a:link, a:visited {
	color: #996633;
	text-decoration: underline;
	font-weight: normal;
}
.main a:hover, a:active {
	color: #320100;
	text-decoration: underline;
		font-weight: normal;
}
h1 {
	font-size: medium;
font-weight: bold;

}
.main h1 {
	font-size: medium;
font-weight: bold;

}

.inset-image{
	position: relative;
	float: left;
	top: -5px;
	left: -4px;

	padding-right: 10px;
}
.first-word {
font-size: larger;
font-weight: bold;
	
}

/* Left Subnav Bar */

#leftnav {
background-color: #CCFFFF;
background-image:url(images/subnav-background.jpg);
background-repeat: no-repeat;
background-position:center bottom;
font-weight: bold;
	
}


.submenu {
	color: #ffB726; /* if not a link, light orange*/
	font-family: Arial, Helvetica, sans-serif;

	font-size: x-small;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 6px;
	line-height: 150%;
	vertical-align: 0;
}
/* left bar menu*/
.submenu a {
	color: #000000; 
	text-decoration: none;
		font-weight: bold;
				font-size: x-small;
		
}
.submenu a:link {
	color: #000000;
	text-decoration: none;
		font-weight: bold;
				font-size: x-small;
}

.submenu a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
			font-size: x-small;
}

.submenu a:hover{
	color: #320100; /* links light orange on hover*/
	text-decoration: underline;
		font-weight: bold;
				font-size: x-small;
}

.submenu a:active {
	color: #320100; /* links lighter orange when mouse is down */
	text-decoration: underline;
		font-weight: bold;
			font-size: x-small;
}



/*copyright text at bottom */

.copyright {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 80%;
}



/* gallery styles */
.gallery{
	margin-top: 0;
text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;

}
.gallery a{
		color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.gallery a:link{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.gallery a:visited{
		color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.gallery a:hover, a:active{
		color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

#desc {
color:#000000;
margin-top: 0px;
}

/* end gallery styles */
