/* CSS Document */
body { text-align:center;
		min-width:840px;
background-color:#f4efde;
margin:0;
padding:0;
}



#container {width:820px;
			margin:0 auto;
			background-color:#f4efde;
			
}

#banner{background-color:#f4efde;
}
#banner h1{display:none;
}

#footer {clear:both;
background-color:#f4efde;
font-size:12px;
line-height:18px;
font-family:"Trebuchet MS" Arial, sans-serif;
color:#57582e;
text-align:center;
}
#footer a {color:#ec971e;
}