@charset "utf-8";
#middleContainer {
	position: relative;
	width: 960px;
	height: 488px;
	padding: 20px 0 0 0;
}
#leftBox {
	width: 295px;
	position: absolute;
	float: left;
	display: inline;
	margin-top: 15px;
	height: 488px;
}
#quote, #slogan, .homePageCopy, #attribution {
	text-align: left;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	color: #eee;
}
#quote {
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	padding-bottom: 2px;
}
#attribution {
	font-size: 13px;
	font-weight: 450;
	font-style: italic;
	padding-bottom: 10px;
}
#slogan {
	font-size: 18px;
	font-weight: 600;
	padding-bottom:35px;
}
.homePageCopy {
	font-size: 16px;
	font-weight: 200;
	line-height: 140%;
}
.slides_container {
	width:648px;
	height:486px;
	float: right;
	position: absolute;
	display: block;
	-moz-box-shadow:    0 0 3px 1px #fff;
	-webkit-box-shadow: 0 0 3px 1px #fff;
	box-shadow:         0 0 3px 1px #fff;
}
#social {
	float: right;
	margin-top: 3px;
	height: 140px;
}