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




#galNav {
	top: 10px;
	width: 800px;
	height: 34px;
	margin-left: 12px;
	position: absolute;
	background: #4d2108;
	overflow: hidden;
}



#galNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 800px;
	

}
   
#galNav li {
	float: left;
}

#galNav a {
	display: block;
	width: 82px;
	height: 26px;
	padding: 1px;
	line-height: 12px;
	color: white;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	font-family: "Arial", Helvetica, Geneva, sans-serif;
	border: 1px solid #aa7725;
	
}

#galNav a:link, a:visited {
	background: #4d2108;
	
}

#galNav a:hover {
	background: #af491b;
	
}

#flashcontent {
	top: 44px;
	width: 800px;
	margin-left: 0px;
	position: absolute;
	
}


