/* print styles */

body {
	background: #FFF;
	color: #000;
	font-size: 10pt;
	line-height: auto;
	padding: 0;
	text-align: left;
	}

a {
	color: #000 !important;
	text-decoration: none !important;
	}
#text a:link, #text a:visited {
	background: none;
	color: #000 !important;
	padding: 0;
	}


/* =Layout ---------------------*/

#page {
	width: auto;
	}
#main {
	overflow: visible;
	width: auto;
	}

#header #quote, #menu, .back, .more, #sidebar {
	display: none;
	}

#header #tagline {
	background: none !important;
	position: relative;
	top: 0; left: 0;
	width: auto; height: auto;
	}
#header #tagline div {
	background: none !important;
	text-align: left;
	text-indent: inherit;
	}

#content {
	background: none;
	overflow: visible;
	width: auto; height: auto;
	}

#text {
	background: none;
	float: none;
	width: auto; height: auto;
	}

#footer {
	color: #333;
	}
#footer .foot_btns {
	display: none;
	}
