@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #292929;
	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;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #292929;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	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. */
	height: 65px;
	background-color: #000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
.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 */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 50px;
	background-color: 292929;
}

.oneColLiqCtrHdr .sets {
	width: 1176px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
}
.oneColLiqCtrHdr #set1 {
	height: 610px;
}
.oneColLiqCtrHdr #set2, #set3 {
	height: 170px;
}

.oneColLiqCtrHdr #section_header {
	width: 200px;
	height: 25px;
	text-align: left;
	float: left;
	padding-left: 10px;
}

.oneColLiqCtrHdr #section_header2 {
	width: 200px;
	height: 25px;
	text-align: left;
	float: left;
	padding-left: 10px;
	padding-top: 15px;
}

.oneColLiqCtrHdr #individual {
	width: 127px;
	height: 127px;
	margin: 10px;
	float: left;
}

.oneColLiqCtrHdr #footer {
	width: 100%;
	position: absolute;
	bottom:0;
	background-color: #000000;
	height: 55px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


*{ padding:0px; margin:0px; }
			body{ background:#292929; }
			a{ color:#C8DCE5; }
			h3{ margin: 10px 10px 0 10px; color:#FFF; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }
			
			.boxgrid{
	width: 127px;
	height: 127px;
	float:none;
	border: solid 0px #999999;
	background:#292929;
	overflow: hidden;
	position: relative;
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 127px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 0;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}
