#content {
	margin: 0;
	padding: 0;
	font-family: "PT Serif";
	font-size: 16px;
	background: url(./imgs/bg.png) 0 0 repeat #f3f3f3;
	min-width: 1024px;
}
h2 {
	font-size: 20px;
	color: #333;
}
.h1 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	line-height: 17px;
	margin-bottom: 20px;
}
.h1:after {
	content: '';
	background: url(./imgs/sprite.png);
	background-position: -35px 0;
	width: 31px;
	height: 12px;
	display: inline-block;
	margin-left: 5px;
}
.h1.red:after { background-position: 0 0;}
.h1.green:after { background-position:-105px 0;}
.h1.blue:after { background-position:-70px 0;}
img.left { margin: 3px 20px 10px 0px;}
img.right { margin: 8px 0px 10px 20px;}
p.quote {
	float: right;
	width: 230px;
	margin: 0 0 10px 30px;
	font-style: italic;
	font-size: 18px;
	text-align: left;
}
p.quote:after, p.blockquote:after { content: '»';}
p.quote:before, p.blockquote:before {	content: '«';}
p.quote:before, p.quote:after, p.blockquote:after, p.blockquote:before {
	font-size: 22px;
	color: red;
	font-style: normal;
	font-weight: bold;
}
/*p.blockquote:after, p.blockquote:before {
	font-size: 22px;
}*/
p.blockquote { font-style: italic; margin: 16px 40px;}
.project-info{background:#F0F0F0;padding:5px 40px 0 40px;}
.project-info table td{vertical-align:top;width: 50%;}
.project-info table td:first-child{padding-right:10px;}
.project-info table td:last-child{padding-left:10px;}
.project-info table td p{text-align:left!important;}
a {color: #d2232a;}