#collections {
	margin: 5px 0px 5px 0px;
	padding: 0;
	background-color: #fff;
	background-image: url("/images/collectionbackground.jpg");
	background-repeat: repeat-y;
    background-position: 5px 0;
}

#collections #header {
    width: auto;
	margin: 0 0 5px 5px;
	padding: 0px;
	background-image: url("/images/collectionheader.jpg");
	background-repeat: no-repeat;
	height: 30px;
	display: block;
}

#collections #footer {
	margin: 0 0 0 5px;
	padding: 0px;
	background-image: url("/images/collectionfooter.jpg");
	background-repeat: no-repeat;
	height: 12px;
	display: block;
    line-height: 0;
    font-size: 0;
}

#collections p {
	display: none;
}
#collections a {
	width : 150px;
	display:block;
    margin: 0 0 0 10px;
	padding: 5px 0 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #3A2F1C;
	text-decoration: none;
}

#collections a:hover {
	background-image: url("/images/collectionselected.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

#collections .selected {
	background-image: url("/images/collectionselected.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	color: #A46E0A;
}
