/* @override 
	http://www.flawlessimaging.com/css/print.css
	http://riversoflife.s222.sureserver.com/css/print.css
*/

body {
	font-family: Verdana, sans-serif;
	font-size: 80%;
	color: black;
	line-height: 1.5em;
}

.clearer {
	height: 1px;
	clear: both;
}

img, a {
	border: none;
}

/* Don't show these */
.nav,
#right_arrow img,
#left_arrow img, 
#search, 
#rivers, 
#postcards, 
#breadcrumb {
	display: none;
}

/* Background on Logo */

#head img {
	background-color: #415E6E;
}

/* Gallery images - caption above and bold, padding between */

.gallery_text_box img {
	padding: 30px 0 5px;
	display: block;
}

.gallery_text_box span.img_caption {
	font-weight: bold;
	display: block;
}