@charset "UTF-8";
body {
	font: 100% Helvetica, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 3px;
	background: #000000;
	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: #ffffff;
}
a {
	margin-right: 40px;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #name {
	background: #000000; 
	padding: 20px 30px 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. */
	position: fixed;
	margin: 40px 600px;
}
.oneColLiqCtrHdr #header {
	background: #000000; 
	padding: 20px 30px 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. */
	position: fixed;
	margin: 105px 600px;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 0px;
	margin-top: 90px;
	background: #000000;
}
.oneColLiqCtrHdr #footer { 
	padding: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	position: fixed;
}
.oneColLiqCtrHdr #description { 
	padding: 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.oneColLiqCtrHdr #forms { 
	margin: 10px 325px;
} 
.oneColLiqCtrHdr #etsy { 
	background: #ffffff;
	margin: 0px 0px;
} 
.oneColLiqCtrHdr #description1 { 
	padding: 7px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
