body {
	margin:0;
	padding:0;
	background-attachment:fixed;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background-image: url(../Images/bg.jpg);
	background-color: transparent;
}
.oneColLiqCtrHdr #sidebar1 {
	float: right;
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0; /* top and bottom padding create visual space within this div */
	margin-right: 5px;
}
.oneColLiqCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 8px solid #1e1e1e;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../Images/transp.png);
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}
.oneColLiqCtrHdr #header {
	background: transparent;
	padding: 0;  /* 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. */
	height: 200px;
	background-image: url(../Images/header_bg.jpg);
	border-bottom: 8px solid #1e1e1e;
}

