body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-size: 12pt;
	text-align: center;
	overflow: visible;  /* to help Firefox print without unwanted page breaks or missing content */
}
#container {
	width: auto;
	margin: auto;
	border: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
}
#header_pic1, #header_pic2, #header_pic3, #container_nav, #guestbook {
	display: none;
}
#container_header, #logo, #container_content, #content_left, #maincontent, #tourism_logos, #container_footer, #footer {
	width: auto;
	float: none;
	clear: left;
	overflow: visible;	/* to help Firefox print without unwanted page breaks or missing content */
	border: 0;
	color: #000;
	background: none;
	text-align: left;
}
#logo, #content_left {
	padding: 0;
}
#content_left img {
	margin: 20px 20px 0 0;
}
#footer {
	border-top: 1px solid #003d7e;
}
a:link, a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline;
}