/* National Historic Ships - Print stylesheet */


/* Add all div's that need hiding on this line: */
#header, #wrapper_crumbs, #midcol, #rightcol, #footer {
	display: none;
	float: none;
}

/* Add all div's that lead to the (and including) #content div: */
#wrapper, #content, #colwrapper, #leftcol {
	width: auto;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}

#wrapper {
	margin: 0 auto;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	background-color: #fff; 
	text-align: left;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: blue;
}



/*body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #000;
	background-color: #fff;
}

#wrapper {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	color: #000;
	float: none;
}

#header, #topnav, #subnav, img, #midcol, #rightcol, ul#secnav, ul#crumbs {display: none;}

h1, h2, h3, h4, h5, h6 {color: #000;}

a, a:link, a:visited {text-decoration: underline; color: #000;}



*/