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

#navigation_side *{
}

#navigation_side {
	margin:0px;
	padding:0px;
	width:240px;
	background-image: url(../images/column_left_bg.jpg);
	float:left
	}
	
#navigation_side img{
	display:block;
	clear:both;
	}
	
p.nav_header{
	vertical-align: middle;
	font-variant: small-caps;
	text-transform: none;
	font-weight: bold;
	margin-left:11px;
	margin-right:11px;
	/*background-image:url(../images/recycle.gif);
	background-position: 5px;
	background-repeat:no-repeat;*/
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	}
	
div.nav_drop{
	display:none;
}

.nav_drop a{
	display:block;
	margin-left:11px;
	margin-right:11px;
	padding-left:35px;
	text-decoration:none;
	color:#333;
	}
.nav_drop a:hover
	{
		background-color:#c2c5d0
	}
	
#gallery_button{
	margin-left:auto;
	margin-right:auto;
	border:thick;
	}
#navigation_side h1{
	margin-left:11px;
	margin-right:11px;
	padding-left:4px;
	padding-right:4px;
	margin-bottom:5px;
	text-align:center;
	display:block;
	text-decoration:underline;
	font-variant:normal;
}

