@import url("eqs.css");
@import url("table.css");

body {
	font-size: 1.0em;
	background:url(../images/council-bg.jpg) repeat-x #000; 
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	}
div#wrapper {
	position: relative;
	min-height: 100%;
	padding: 0;
	margin: 0 auto;
	width: 945px;
	border: 1px solid #102b40;
	background-color : White;
	}
div.background {
	/*background:url(../images/council-head.jpg) center top no-repeat; */
	min-width:160px;
	height:auto !important;
	height:160px;
	}
div#main-nav {
	position:absolute; 
  margin-top:0;
	margin-bottom:0;
	width:100%; 
	/*height:40px;*/
	-moz-border-radius-topright:0.1em; 
	-webkit-border-top-right-radius:0.1em;
	background-color : #ffce07;
	}
div#content {
font-size :80%;
	top:100px;
	width: 98%;
	background: #FFF;
	padding: 5px;
	}
div#banner {
	height: 142px;
	width: 945px;
	background-image : url(../images/MCC_banner_eqs.jpg);
	background-position : top;
	background-repeat : no-repeat;
	}	
div#header { 
	position:relative;
	height:190px; 
	}
div#footer { 
font-size: 0.7em;
/*position:relative;*/
 margin: 0;
background:#CCC;
 text-align : center;
clear: left;
width: 100%;
 padding-bottom : 2px;
 padding-top : 2px;
  line-height : 20px;
}	

#printlogo{
	display: none;
}
