@charset "UTF-8";
body  { color: gray; font: 100% Verdana, Arial, Helvetica, sans-serif; background-color: black; text-align: center; margin: 0; padding: 0 }
.oneColLiqCtrHdr #container  { background-color: black; text-align: left; margin: 0 auto; border: solid 1px #000000; width: 80% }
.oneColLiqCtrHdr #header  { background-color: black; padding: 0 10px 0 20px }
.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 */
}
.oneColLiqCtrHdr #mainContent  { background-color: black; padding: 0 20px }
.oneColLiqCtrHdr #footer  { background-color: black; padding: 0 10px } 
.oneColLiqCtrHdr #footer p  { margin: 0; padding: 10px 0 }
