html, body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 2em;
	overflow: auto;
	min-height: 100%;
}
a {
	color: #fff;
}
.clear {
	clear: both;
}
.black_bg {
	background-color: #000;
}
.black_txt {
	color: #000;
}
.no_border {
	border: 0;
}
#header {
	padding: 30px 40px 0 40px;
}
#logo {
	height: 34px;
	background-image: url(http://assets.bartforbes.com/images/header_logo.png);
	background-repeat: no-repeat;
	margin: 0 0 5px 0;
}
.mainNav {
	margin: 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid red;
	overflow: auto;
}
.mainNav li {
	display: inline;
}
.mainNav a {
	display: block;
	float: left;
	margin: 0 25px 0 2px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.mainNav a:hover {
	color: yellow;
}
a.selected {
	color: red;
}
.content {
	padding: 0 40px 0 40px;
}
.content .textbg {
	width: 450px;
	margin-top: 20px;
	padding: 20px 20px 20px 10px;
	background: rgba(0,0,0,.5);
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
}
.content p {
	width: 450px;
}
#home_image {
	position: absolute;
	background-color: #000;
	z-index: -10;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
}
#home_image img {
	position: absolute;
	width: 100%;
	top: -150px;
}
#bio_image {
	position: absolute;
	background-color: #000;
	z-index: -10;
	bottom: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
}
#bio_image img {
	position: absolute;
	width: 100%;
	top: -50%;
}
.bio_portrait {
	margin-top: 20px;
}
.bio_portrait img {
	width: 440px;
	margin: 0 0 0 35px;
	padding: 5px;
	border: 1px solid #999;
	background: #fff;
}
.stamp_footer {
	clear: both;
	padding-top: 100px;
}