@charset "UTF-8";

.wrapper {
	width: 720px;
	margin: 0 auto 0;
}

.bg {
	background-color: #202329;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.offset {
	position: fixed;
	margin: 0 auto 0;
}


.boilerPlate {
	width: 275px;
	float: left;
	padding: 5px;
}
.bio {
	padding: 5px;
	width: 400px;
	float: left;
}
.header {
	width: 720px;
}


#content {
	position: absolute;
	width:720px;
	z-index:1;
}

.bodyText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #343B3E;
	line-height: 15px;
	top: auto;
	vertical-align: top;
	text-align: left;
}

.headlineText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D5146;
	line-height: 15px;
	top: auto;
	font-weight: bold;
	font-variant: normal;
}
.hidden {
	visibility: hidden;
}
