@charset "UTF-8";
/*Print style sheet by Mobius New Media*/
body {
	background: white;
	font-size: 12pt;
}
img {
	border: none;
}
#nav, #header, h1#h1_trailer, #featured_button, #bookTrailer, #footer, .link, #menuB ul, #menu, .radioMp3 {/* do not print these divs */
	display: none;
}
#container, #header, #mainContent, #leftSide, #rightSide, #footer {/*put all your content divs that your want to print here to clear all div widths, paddings, margins, floats, colors, and backgrounds*/
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
	color: black;
	background: transparent none;
}
a:link, a:visited { /*style for text links*/
	color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}


#featured_bookCover {
	float: left;
	padding: 0 10px 0 0;
}
h1 {
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	margin: 0;
	padding: 0;
}
h1#h1_bookTitle {
	padding: 10px 0 0 0;
	color:#0b2b45;
}
h1#h1_thisWeek {
	padding: 10px 0 0 0;
}
h2 {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
}
#home_left {
	float: left;
}
#home_radioBox {
	margin: 0;
	padding: 0;
}
#home_right {
	float: left;
	color: #000;
}
#menuB {
  list-style-type: none;
}



