﻿/* Root Collection Section */
/*h1
{
	font-family:Cambria, Georgia, serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	font-size:1.3em;
}*/

.RootCollectionSection { padding-top: 2em; }

.RootCollectionSection div.RootCollectionList {
	float:left; 	
	text-align:center; 	
	padding:0; 
	margin:1em; 		
	width: 200px;
}

.RootCollectionSection div.RootCollectionList a.CollectionTitle 
{
	display: block;
	text-decoration: none;
	color: #b30000;
	margin-top: 0.5em;
	font-weight: bold;
}

