.container {
	width: 900px;
	margin: 100px auto;
}	

.leftnav {
	width: 110px;
	display: inline-block;
}

.mainBody {
	width: 561px;
	display: inline-block;
	vertical-align:top;
	margin-left: 60px;
}

.bodyText {
	font-family: 'Quantico', sans-serif;
	color: #EDE4E4;
	font-size: 16px;
}

.bioText {
	width: 420px;
}

.bodyText.highlighted {
	font-weight: bold;
}

.bodyText a, .bodyText a:visited {
	color: #EDE4E4;
	text-decoration: none;
	font-weight: normal;
}

.bodyText a:hover {
	font-weight: bold;
}

.indent {
	margin-left: 10px;
}

.twitterBox {
	width: 60px;
	display: inline-block;
}

.kpWork {
	margin-top: 25px;
}

.quote {

}

.videos {
	
}

.nextButton {
	font-family: 'Quantico', sans-serif;
	color: #EDE4E4;
	font-size: 12px;
	height: 30px;
	text-align: right;
	width: 733px;
}

.nextButton a, .nextButton a:hover, .nextButton a:visited {
	color: #EDE4E4;
	text-decoration: none;
}

.previousButton {
	display: inline-block;
	margin-right: 397px;
}


body {
	background-color: #000000;
}