@import url("council.css");

body {
	/*background:url(../images/council-bg.jpg) repeat-x #000; */
	margin:0;
	padding:0;
	}
div#wrapper {
	position: relative;
	min-height: 100%;
	padding: 0;
	margin: 0 auto;
	width: 750px;
	border: 1px solid #102b40;
	background-color : White;
	}
div.background {
	height:auto !important;
	}
div#main-nav {
	position:absolute; 
	margin-top:0;
	margin-bottom:0;
	width:100%; 
	-moz-border-radius-topright:0.1em; 
	-webkit-border-top-right-radius:0.1em;
	background-color : #ffce07;
	}
div#content {
	font-size :100%;
	top:100px;
	width: 98%;
	background: #FFF;
	padding: 5px;
	}
div#banner {
	/*height: 135px;*/
	height: 70px;
	width: 750px;
	background-image : url(../images/MCC_banner_yourproperty_hp.jpg);
	background-position : top;
	background-repeat : no-repeat;
	}	
div#header { 
	position:relative;
	/*height:175px; */
	height: 100px; 
	}
div#footer { 
font-size: 85%;
margin: 0;
background:#CCC;
text-align : center;
clear: left;
width: 100%;
padding-bottom : 2px;
padding-top : 2px;
 line-height : 20px;
}	

