@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;
	background-image: url(../ghmainbkgrnd.png);
}
.oneColLiqCtrHdr #container {
	width: 80em; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #baa753;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: transparent;
}
.oneColLiqCtrHdr #container #logo {
	float: left;
	height: 190px;
	width: 245px;
	background-image: url(../images/pupslogo.png);
}
.oneColLiqCtrHdr #header {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: transparent;
	height: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 50%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #6F4239;
}
.oneColLiqCtrHdr #container #header #tagline {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	background-color: transparent;
	background-image: url(../shipsbkgrnd.png);
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: transparent;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style1 {font-size: x-small}
a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #33CCFF;
}
a:active {
	text-decoration: none;
}
