@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CACACA;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
 #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border: 1px none #000000;
	background-color: #FCFCFB;
}
#container  #footer  {
	background-image: url(images/2-footer.png);
	height: 100px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #E0E0E0;
	background-repeat: repeat-x;
	font-family: "Lucida Grande";
	font-size: 90%;
}
#header {
	background-image: url(banner/z_banner.png);
	height: 209px;
	background-color: #CACACA;
	border-bottom-style: solid;
}
 #mainContent {
	background-color: #FCFCFB;
	top: auto;
	padding: 0;
	margin-left: 20px;
}
