/* CSS for the pages */
div#main-content{
	width:auto;
	position: relative;
}
div#right-quote-shift{
	float:left;
	width:68%;
}
div#right-quote{
	width:30%;
	float:right;
	margin-left:1em;
}




div#right-quote blockquote span{
	color:#666;
	font-size: 69%;
	display: block;
	margin-left:1.5em;
}
div#home {
	padding-left: 40px;
	color:#666;
	font-size: 115%;
}
.bluetext{
	color: #87B0C5 !important;
}


p#devPara {
	margin: 2em 0 0 4.7em;
	font-size: 90%;
}