body {
	background-color: #333;
}

div.container-main {
	background-color: #fff;
}

div.press {
	padding: 50px 0 50px ;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: silver;
}


.bodycontent > p {
	font-weight: normal;
	font-family: 'QuicksandBookRegular';
	margin-right:50px;
	font-size: 13pt;
	line-height: 150%
}



blockquote {
	padding:0;
	margin:0 0 20px;
	border-left:0px solid #fff;
}

blockquote p {
	color: #333;
	font-size: 18pt;
	line-height: 115%;
	font-weight: normal;
	font-family:'QuicksandBookRegular';

}




.title {
	margin:0;
	padding:0;
	font-weight: normal;
	font-family:'QuicksandBoldRegular';
	text-transform: uppercase;
/* 	float:right; */
}


.title > a {
	color: #333;
}


.byline {
	margin:0;
	padding:0;
	font-weight: normal;
	color:#333;
/* 	float:right; */

}




a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}






div.sourceimage {

/* 	display:inline; */
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	height:100px;
	width:200px;
}

/*
blockquote > p > a {
	text-decoration: none;
}
*/


