/* SNOWSHOE PHOTO GALLERY PAGE CSS
---------------------------------------------*/

#left-column {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	width: 267px;
	float: left;
}

#image-holder {
	width: 265px;
	height: 225px;
	position: relative;
}

#image {
	position: absolute;
	bottom: 0;
}

#thumbs {
	padding: 15px 0 5px 7px;
	margin: 0;
	width: 260px;
	background: url(../_img/img-gallery_thumbs_bkgd.gif) repeat-y left top;
}

#thumbs img {
	padding: 0 0 0 0;
	margin: 0 0 9px 7px;
	border: 2px solid #342b20;
}

#thumbs-bottom {
	width: 267px;
	height: 18px;
	background: url(../_img/img-gallery_thumbs_btm.jpg) no-repeat left top;
}

#right-column {
	margin: 15px 0 0 0;
	padding: 0 13px 0 0;
	float: right;
	width: 440px;
}

#copy {
	width: 415px;
}

#copy p {
	padding: 0;
	margin: 14px 10px 0 0;
	line-height: 20px;
}

#copy a:link {
	color: #000000;
	font-weight: bold;
}

#copy a:visited {
	color: #000000;
	font-weight: bold;
}

#copy a:hover {
	color: #AD6B39;
	font-weight: bold;
}

#copy a:active {
	color: #000000;
	font-weight: bold;
}

#copy a:link.current {
	color: #CC6633;
	font-weight: bold;
}

#copy a:visited.current {
	color: #CC6633;
	font-weight: bold;
}

#copy a:hover.current {
	color: #CC6633;
	font-weight: bold;
}

#copy a:active.current {
	color: #CC6633;
	font-weight: bold;
}

#copy ul {
	padding: 0;
	margin: 5px 0 0 0;
	line-height: 24px;
}

#copy li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.brown_bold {
	color: #ad6b39;
	font-weight: bold;
}

#copy p.village-link {
	margin: 35px 0 0 0;
}

