@charset "UTF-8";
/* CSS Document */


.oneColFixCtrHdr #container {
	width: 650px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #E7EBF2;
}
.oneColFixCtrHdr #header {
	background-color: #CCCC99;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 12px;
	text-align: left;
}
.thrColLiqHdr  #header h1 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background-color: #CCCC99;
	background-image: url(images/eIQ_site_footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 50px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	vertical-align: middle;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#left {
	float:left;
	width:228px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 75px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12;
	text-align: left;
		}
#right {
	float:right;
	width:228px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12;
	margin-top: 0;
	margin-right: 75px;
	margin-bottom: 0;
	margin-left: 12;
	text-align: left;
}
	.column-in {
	margin:0;
	padding-bottom: 5px;
	padding-left: 5px;
		}	
#mediaspace {
	margin-top: 25px;
	margin-bottom: 25px;
}

