@charset "utf-8";
/* CSS Document */

html, body {
	font: 100%/1.4 Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align:center;
	height: 100%;
}

.outer_main {
	margin: 0 auto;
	min-height: 100%;
}
.container {
	width: 880px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	padding-bottom:96px; /* This padding allows the footer div to float below the content */
	overflow:auto;
}
#info {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12pt;
}

.style8 {font-size: 10px}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight:bold;
}
.project_footer {
	position: relative;
	margin-top: -96px; /* negative value of footer height */
	height: 192px;
	background:#FFF;
	clear:both;
	width: 100%;
	height: 96px;			/* Height of the footer */
	left: 0px;
	overflow: auto;
} 