main.master>section.master blockquote{
	max-width:875px;
	margin:auto;
	padding:1em;
	border:1px solid #bbb;
	background-color:rgba(255,255,255,0.65);
}
main.master>section.master blockquote img{
	border:1px solid #000;
	float:left;
	margin:0px 0.75em 0.25em 0px;
}
main.master>section.master div.imagewall{
	padding:1em;
	margin:-0.5em -0.75em 0px -0.75em;
	background:url('/static/img/pages/index/bg.jpg') top center;
}
main.master>section.master div.projects a{
	border-bottom:0px;
}
main.master>section.master div.projects img{
	width:10%;
}
main.master>section.master div.projects a:hover img{
	transform:scale(1.25,1.25);
}
main.master>section.master div.projects div{
	text-align:center;
	padding:1em;
}


main.master>section.master div.graph{
	background-color:#eee;
	border:1px solid #bbb;
	height:200px;
	position:relative;
	width:99%;
	clear:both;
}
main.master>section.master div.graph span{
	width:1%;
	display:inline-block;
	background-color:green;
}
