@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #960505;
	background-image: url(Assets/background_lambert.gif);
}
.oneColFixCtr #container {
	width: 710px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.style1 {
	font-size: small;
	font-weight: bold;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #700404;
	text-align: center;
	vertical-align: text-top;
}
.Navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #700404;
	text-align: center;
}
.badlarry {
	padding-top: 22px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;






	line-height: 1
.em;
	font-weight: bold;
	color: #960505;
	text-align: center;
	padding-top: 10px;
}
.tourtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-top: 5px;
	height: 1.5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 1.7em;
	color: #333333;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.photo {
	padding-bottom: 20px;
}
