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

body{
	margin:0;
	padding:0;
	background-color:#fff;
	font-family:Arial, Helvetica;
	font-size:15px;
	color: #fff;
	/*	background: url(bg.gif) repeat-y top center;
*/	line-height: 20px;
	min-height:600px;
	text-align: 0;
}

#container{
	width:850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#header{
	/*	background: url(images/header.gif) no-repeat top center;
	height:350px;
	text-indent:-9999px;*/
	background-color:#CFCCC2;
	width: 828px;
	height: 90px;
	padding-bottom: 0px;
	margin-bottom: 8px;
}


#footer  {
	margin-left: auto;
	margin-right: auto;
	height:50px;
	border: 0;
	width: 850px;
	text-align: left;
	color: #8F8B7D;
}

#footer p {
	font-size:12px;
}
	
/*#footer {
   float:left;
   width:100%;
   background:#fff;
   overflow:hidden;
   position:relative;
   font-family:Arial, Helvetica;
   font-size:11px;
}
*/

