@charset "utf-8";
body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	background-image: url(images/bg-lt-beige.jpg);
	background-repeat: repeat;
	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: #000000;
	line-height: 1.5em;
	
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #ffffec;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.oneColLiqCtrHdr #header {
	background-image: url(images/bg-lt-tile-sm.jpg);
	background-repeat: repeat-x;
	height: 187px;
	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. */
	/*border-top: solid 10px #00346b;*/
	/*margin-bottom: 20px;*/
}
	
/*.oneColLiqCtrHdr #header img {
	float: left;
	height: 85px;
	width: 365px;
}*/
	

.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 */
	color: #C4B789;
}
.oneColLiqCtrHdr #mainContent h1{
	/*padding: 10px  0 0 10px; *//* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFec;
	color: #00356B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:160
	%;
}

h2{margin-bottom: -10px;}

.oneColLiqCtrHdr #mainContent {
	width: 800px;
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFEC;
	color: #5a4c1b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	
	
}

.oneColLiqCtrHdr #mainContent a{
	color:#5a4c1b;
	font-weight:bold; 
			
}

 .oneColLiqCtrHdr #mainContent  #box {
	background-image: url(images/box-image.png);
	background-repeat: repeat-x;
	border:solid 2px #D2AE34;
	width:550px;
	text-align:left;
	margin:0;
	padding: 4px 4px 4px 12px;
	font-size: 105%;
	color: #3E4A7C;
	
}

.oneColLiqCtrHdr #mainContent #box h1 {color:color: #00356B;
	font-size: 115%;
	
	text-align: center;
}
		

.oneColLiqCtrHdr #footer {
	height: 40px;

	width:100%
	padding: 0 10px;
	background-color:#B0AC7D;
	text-align: center;
	border-top: solid 3px #393F6F;
	background-image: url(box-image.png);	
} 
.oneColLiqCtrHdr #footer p {
	font-size: 85%;
	padding: 0 0 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ffffff;
	margin-left:10%;
	margin-right:10%;
	margin-top: 10px;
	margin-bottom: 30px;
	
}
#links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
	float: right;
	/*width: 475px;*/
	vertical-align: top;
	padding: 3px 0 0 0;
	clear: none;
}

