/*-------- COLOR KEY --------*/


/*-------------- RECENT GALLERIES --------------*/
#recentGalleries {
	margin: 10px auto;
	padding: 20px;
	width: 590px;
	background: #E7EDF0;
}
#recentGalleries h1 {
	color: #000;
	text-align: left;
	font-size: 1.3em;
	margin: 0px 0px 10px 11px;
}
#recentGalleries span {
	margin-left: 50px;
}
#recentGalleries #recentGalleriesDisclaimer {
	text-align: center;
	font-size: 0.8em;
	margin: 8px 0 0 0;
	color: #000;
}


/* ------ HOMEPAGE RECENT GALLERIES HEADERS ----------*/
#recentGalleries span.leftrecentheader {
	font-size: 18px;
	margin-left: 10px;
	color: #000000;
    text-decoration: none;
}

#recentGalleries span.rightrecentheader {
	font-size: 12px;
	margin-left: 320px;
	color: #dddddd;
}

