#wrap {
	background: #FFF;
	width: 940px;
	overflow: hidden; 
	position: relative;
	margin: 0px auto;
	padding: 20px 0 4px 20px;
}

#blurb {
	width: 680px;
	height: 228px;
	margin: 0 0 90px 0;
	padding: 0;
	float: left;
	clear: none;
	font-family: Humanist777BT-LightB; 
	font-weight: lighter; 
	font-style: normal;
	font-size: 27px;
	line-height: 28px;
	letter-spacing: -0.03em;
}

#logo {
	width: 240px;
	height: 164px;
	margin: 0 20px 0 0;
	padding: 0;
	float: right;
	clear: none;
	text-align: right;
	vertical-align: top;
	font-family: Humanist777BT-RomanB; 
	font-weight: normal; 
	font-style: normal;
	font-size: 13px;
	line-height: 14px;
}

#info {
	width: 240px;
	height: 64px;
	margin: 0 20px 90px 0;
	padding: 0;
	float: right;
	clear: none;
	text-align: right;
	vertical-align: bottom;
	font-family: Humanist777BT-RomanB; 
	font-weight: normal; 
	font-style: normal;
	font-size: 13px;
	line-height: 14px;
}

a.blurb {
	color: #000;
	text-decoration: underline;
}
a.blurb:hover {
	color: #000;
	text-decoration: none;
	background-color:#FFFF00;
}


a.info {
	color: #000;
	text-decoration: none;
}
a.info:hover {
	color: #000;
	text-decoration: underline;
}


/************************************************
*	SLIDESHOW									*
************************************************/
#slideshow, #slideshow2, #slideshow3, #slideshow5, #slideshow6, #slideshow7, 
#slideshow9, #slideshow19, #slideshow11, #slideshow13, #slideshow14, #slideshow15, 
#slideshow17, #slideshow18, #slideshow19, #slideshow21, #slideshow22, #slideshow23, 
#slideshow25, #slideshow26, #slideshow27 { 
	width: 218px;
	height: 110px;
	padding: 0;
	margin: 0 16px 16px 0;
	clear: none;
	float: left;
}

#slideshow4, #slideshow8, #slideshow12, #slideshow16, #slideshow20, #slideshow24, #slideshow28 { 
	width: 218px;
	height: 110px;
	padding: 0;
	margin: 0 16px 0 0;
	clear: none;
	float: left;
}
	
	
/************************************************
*	HOVER										*
************************************************/
.mosaic-block {
	background: #fff;
	height: 110px;
	width: 218px;
	margin: 0 16px 16px 0;
	float: left;
	clear: none;
	position: relative;
	overflow: hidden;
	border: 0;
}

.mosaic-backdrop {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
}

.mosaic-overlay {
	display: none;
	position: absolute;
	z-index: 5;
	height: 100%;
	width: 100%;
	background: #fff;
}

.fade .mosaic-overlay {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=00);
	background: url(../img/thumbs/bg-black.png);
}

.header { 
	margin: 3px; 
	color: #fff;
	font-family: Humanist777BT-LightB; 
	font-weight: lighter; 
	font-style: normal;
	font-size: 21px;
	line-height: 21px;
	text-align: left;
}	

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
