/* SNOWSHOE MEMORIES PAGE CSS
---------------------------------------------*/

#memories-content {
	padding: 0;
	margin: 0;
	height: 457px;
	clear: both;
	background-image: url(../_img/img-virtual_gallery_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#memories-content-bottom {
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
	width: 776;
	height: 34px;
	clear: both;
	background-image: url(../_img/img-virtual_gallery_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#banner-holder {
	padding: 0 0 0 20px;
	margin: 0;
}

#copy {
	width: 758px;
}

#copy p {
	padding: 0;
	margin: 8px 0 0 14px;
	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 ul {
	padding: 0 0 0 14px;
	margin: 14px 0 0 0;
}

#copy li {
	padding: 0;
	margin: 0 0 5px 0;
}

