@charset "utf-8";
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: "Trajan Pro";
	font-size: 24px;
	font-weight: bolder;
	background-color: #000;
	text-align: center;
	visibility: visible;
	background-image: url(images/goliath_small.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.oneColLiqCtrHdr  #mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}



.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	color: #F90;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}
.oneColLiqCtrHdr #header h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #F90;
	font-variant: small-caps;
}
.oneColLiqCtrHdr #header h3 {
	font-family: "Trajan Pro";
	font-size: 16px;
	font-weight: bold;
	color: #F90;
}


.oneColLiqCtrHdr  #header a:link {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #F90;
	text-decoration: underline;
	text-transform: uppercase;
}

.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	text-align: left;
}

.oneColLiqCtrHdr #mainContent div ul li {
	list-style-position: inside;
	list-style-type: decimal;
}
.oneColLiqCtrHdr #mainContent a {
	color: #000;
	text-decoration: underline;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

.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 */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #F90;
	background-color: #000;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

