body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#fullSite {
	width: 800px;
	margin-left: -400px;
	left: 50%;
	position: absolute;
}

.sectionHeader {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.sectionHeaderCopy {
	color: #fff;
}

.sectionHeaderInfo {
	font-size: 16px;
	font-weight: bold;
}

.itemHeader {
	font-size: 16px;
	font-weight: bold;
}

.fabricThumb {
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 10px 0px;
}

.smallText {
	font-size: 11px;	
}

.eventBox {
	position: relative;
	padding: 10px;
	background-color: #E7E5D7;
	margin-right: 10px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 7px #A3A28F;
	-webkit-box-shadow: 0px 0px 7px #A3A28F;
}

