.oneColLiqCtrHdr {
	background: #600;
	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: #333; /*body text color outside of <p> tag*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

p {
	font-size: 18px;
}

.oneColLiqCtrHdr #container {
	width: 57em;  /* this will create an elastic container proportional to the header */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	padding: 0;
}

.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* padding is the space inside the div box of mainContent and margin is the space outside the div box */
	margin: 0 auto;
	background: #FC6; /*background of content - yellow*/
	color: #333; /*text color*/
}

.oneColLiqCtrHdr #footer { 
	background:#600;
	text-align: center;
} 

.oneColLiqCtrHdr #footer p {
	color:#FC6;
	font: 60% Verdana, Geneva, sans-serif;
	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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColLiqCtrHdr #footer a {
	color:#FC6;
}

.oneColLiqCtrHdr #col1 {
	padding-right: 20px;
}

.oneColLiqCtrHdr #col2 {
	padding-left: 20px;
}

.oneColLiqCtrHdr #contactCol2 {
	padding-left: 10px;
}

.oneColLiqCtrHdr #contactSlideHead {
	font-size: 21px;
}

.oneColLiqCtrHdr #headline {
	font-size: 22px;
	color: #000;
}

ul {
	color: #666;
}

.oneColLiqCtrHdr #picCaption {
	font-size: 70%;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}

.oneColLiqCtrHdr #homePic {
	padding-left: 35px;
	padding-right: 35px;
	font-size: 90%;
}

.oneColLiqCtrHdr #audioDemo {
	height: 27px;
}