/* ----------------- COLORS -----------------
Black
Dark Gray #323232
Olive Tan #a4a28d
Olive Tan Dark #9B907A
Purple #A42BB4
--------------------------------------------- */


#textBlock {
	position: absolute;
	top: 20px;
	left: 375px;
	width: 575px;
}

#textBlock p {
	font-size: 13px;
	line-height: 18px;
	margin-top: 6px;
}

#textBlock h3 {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	letter-spacing: 1px;
}

#textBlock h4 {
	font-size: 13px;
	line-height: 18px;
	margin-top: 12px;  
	margin-bottom: 0;
	color: #fff;
	letter-spacing: 1px;
}

#textBlock .zeroTopMargin {
	margin-top: 0;
}

#textBlock a {
	color: #fff;
	text-decoration: underline;
}

#textBlock a:hover {
	color: #000;
}




/* ----------------- Hacks ----------------- */

