/*

Styling for printing out only the text of the page

*/

#header,
.navTabs,
.popup_mp3_player_icon,
.flash_mp3_player,
#comments-open,
#beta,
#gamma,
#footer {
	display: none;
}

#alpha {
	float: left;
	text-align: left;
	font: normal 20px serif;
	color: #000;
	line-height: 1.5em;
	width: 800px;
}

#content-inner, 
.asset-body {
	width: 800px;
	position: absolute;
	margin: 0;
}

#alpha a {
	text-decoration: underline;
	font: normal 16px arial, sans-serif;
	font-weight: 900;
	color: #005ac2;
}
