@charset "utf-8";
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;
	background: #2d2d2d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center; /* this overrides the text-align: center on the body element. */
	
}

	a:link {color:#999;}
	a:visited {color:#666;}
	a:hover {color:#999;}
	a:active {color:#666;}
	a:link {text-decoration:none;}
	a:visited {text-decoration:none;}
	a:hover {text-decoration:none;}
	a:active {
	text-decoration:none;
	text-align: center;
}
	h1 { font-size: medium; }
	h2 { font-size: medium; }

.oneColLiqCtrHdr #container {
	width: 85%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */

}
.oneColLiqCtrHdr #header {
	font-size: medium;

}
.oneColLiqCtrHdr #header h1 {
	font-size: medium;

}
.oneColLiqCtrHdr #header h2 {
	font-size: medium;

}
.oneColLiqCtrHdr #header h3 {
	font-size: xx-large;
}

.oneColLiqCtrHdr #mainContent {
	font-size: medium;
}


.oneColLiqCtrHdr #footer {
	font-size: medium;

} 
.oneColLiqCtrHdr #footer p {
	font-size: x-small;
}


#disqus_thread {
	text-align: center;
	padding: 100px 100px 50px 100px;
}
