/* @override 
	http://www.subjetivo.com/lab/css/subjetivo.css
	http://www.subjetivo.com/css/subjetivo.css
*/

body {
	color: #999;
	background: #333 url(../img/halftone_bg.png) repeat-x fixed center top;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

.content {
	background: url(../img/bg_content.png) repeat-y center;
}

h1 {
	background: url(../img/logo.png) no-repeat center top;
	height: 170px;
	margin-top: 20px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 40px;
}

h2 {
	font-weight: normal;
	font-style: normal;
	color: #666;
	font-size: 16px;
	border-bottom: 1px solid #999;
}

h3 {
	font-weight: normal;
	font-style: normal;
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}

.spacer {
	height: 40px;
	clear: both;
	display: block;
}

.foot {
	font-size: 11px;
	text-align: center;
	margin-top: 40px;
}

a {
	color: #666;
	font-weight: normal;
	font-style: normal;
}

a:hover {
	color: #333;
}

.quote {
	text-align: center;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #666;
}

.who {
	text-align: right;
	font: 13px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

.quote p {
	padding-right: 20px;
	padding-left: 20px;
}