html, body {
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	margin: 30px;
	padding: 0px;
}

div#leftBar, div#musicplayer, div#menu, div#breadcrumb, form#contact {
	display: none;
}

div#content {
	padding: 25px;
	padding-top: 0px;
	margin: 0px;
}

div#top {
	display: block;
	height: 102px;
	background-image: url(../images/printlogo.gif);
	background-repeat: no-repeat;
	background-position: left right;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #666;
}

div#content a:link:after, div#content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 10pt;
	font-style: italic;
}

div#content a[href^="/"]:after {
	content: " (http://www.nature-sounds.net" attr(href) ") ";
}

body#store a:link:after, body#store a:visited:after {
	content: " ";
}

div#content h5 {
	color: #999;
	font-size: 10pt;
}

div#footer {
	font-size: 11pt;
	color: #333;
}