
body {
	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: #FEF3B8;
	background-color: #000000/*#FEF3B8*/;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 98%;
}
.oneColLiqCtr #header {
	padding: 5px;
	height: 100px;
	width: 100%;
}
.oneColLiqCtr #container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColLiqCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: -50px;
	background-color:#FFFFFF;
	z-index:600;
}
.oneColLiqCtr #header h1 {
	text-align: center;
	margin-top:-15px;
	margin-bottom:-50px;
	padding: 0px;
	margin-left:0px;
	font-size: 200%;
}
.oneColLiqCtr #mainContent h2 {
	font-size: 150%;
	letter-spacing: 1px;
	text-align: center;
}

#blocks {
	width: 660px;
	margin-top:5px;
	*margin-top:23px;
}
#blocks td{
	height: 25px;
	width: 20%;
}
.oneColLiqCtr #mainContent p {
	font-size: 80%;
	letter-spacing: 1px;
	text-align: center;
	line-height: 145%;
}
.boxes {
	display: inline-block;
	height: 15px;
	width: 100px;
	margin-right: 10px;
	background-color: #990000;
	
}

#bottBlack {
	height: 49px;
	width: 100%;
}
.copyright {
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 1pt;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
}
#galleries {
	margin-top: 75px;
	margin-bottom: 0%;
}
