/* CSS Document */
#nav {
	list-style-type: none;
	background-repeat: no-repeat;
	float: left;
	background-image: url(../images/nav_bg_brown.jpg);
	height: 400px;
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#nav ul {
	list-style-type: none;
	text-align: right;
	margin-top: 95px;
	float: right;
	margin-right: 40px;
	width: 160px;
	margin-left: 0px;
}
#nav ul a {
	color: #000000;
	list-style-position: outside;
	list-style-type: none;
	height: 22px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px;
	display: block;
	margin: 0px;
	letter-spacing: -.1em;
}
#gallery_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-indent: 20px;
	padding-bottom: 7px;
	padding-top: 7px;
}


#nav ul a:link, #nav ul a:active {
	color: #000000;
}
#nav ul a:visited {
	color: #000000;
}
#nav ul a:hover {
	font-style: italic;
	color: #000000;
}
