body {
	background: #fff;
	border-top: 5px solid #2C2C2C;
	color: #333;
	font-size: 11px;
	padding: 0 0 40px 0;
}

.container_12 {
	margin-bottom: 20px;
}

div#branding h1 {
	position: relative;
	top: 0; left: 0;
	display: block;
	padding: 0; margin: 0;
}
div#branding h1 a {
	display: block;
	text-indent: -9999px;
	background: transparent url(../img/branding.gif) no-repeat center top;
	width: 249px; height: 64px;
}
div#branding blockquote {
	position: absolute;
	left: -9999px;
}
div#branding blockquote p {
	text-indent: -9999px;
}

div#header h2 {
	width: 885px; height: 200px;
	background: transparent url(../img/content_banner.jpg) no-repeat center;
	position: relative;
	text-indent: -9999px;
	top: 0;
}

ul#content_projects, 
ul#content_projects li {
	list-style: none;
	list-style-type: none;
}
ul#content_projects {
	width: 100%;
}
ul#content_projects li {
	display: block;
	overflow: visible;
	clear: both;
	float: left;
	padding-bottom: 10px;
	background: transparent url(../img/content_bg-gradient.gif) no-repeat left bottom;
	border-bottom: 1px solid #FAFAFA;
}
ul#content_projects li h3 {
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;;
}
ul#content_projects li h3, 
ul#content_projects li p {
	width: auto;
}
ul#content_projects li p img {
	border: 6px solid #E0E0DE;
	float: left;
	margin: -5px 10px 0 0;
	/*position: absolute;
	top: 0;
	right: 0;
	width: auto;*/
}
ul#content_projects li p {
	padding: 5px 0 0 10px;
	width: 670px;
}

ul#content_projects li p strong {
	display: block;
}
ul#content_projects li p strong a {
	color: #2C2C2C;
	background-color: #b9e3e8;
	text-decoration: none;
	padding: 2px 3px;
}
ul#content_projects li p a:hover {
	text-decoration: underline;
	background-color: transparent;
}
ul#content_projects li#content_main_other {
	background: none;
	border-top: 1px solid #E0E0DE;
	margin-top: 20px;
}
ul#content_projects li#content_main_other h3 {
	margin-top: 10px;
}
ul#content_projects li#content_main_other p strong {
	display: inline;
	clear: none;
	overflow: visible;
}

#content_sub {
	position: fixed;
	top: 267px;
	background-color: #fff;
}
.vcard {
	margin-top: 17px;
}
.vcard a.fn {
	color: #2C2C2C;
}
.vcard .email .type {
	display: none;
}
.vcard .email a {
	color: #2C2C2C;
	background-color: #b9e3e8;
	text-decoration: none;
	padding: 2px 3px;
}
.vcard .email a:hover {
	text-decoration: underline;
	background-color: transparent;
}
.vcard .resume a {
	color: #2C2C2C;
	text-decoration: underline;
}
.vcard .resume a:hover {
	text-decoration: none;
}