/**** Main Content styles ****/
body {
	color: #ff6600;
	background-color: #2b2b2b;
	font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
}

#bodyMain {
	border: 2px solid #ff6600;
	border-radius: 10px;
	background-color: #1a2026;
}

/* Bootstrap does not support text blocks, so add the feature back in. */
.text-justify {
	text-align: justify;
}