/*
body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	text-align:center;
	color:#333333;
}
*/
#menu {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
}

#wrapper {
	width:98%;
    /*background:#FFFFFF url(../img/bg.jpg?z=56784) repeat-y center top;*/
    margin:0 auto;
    text-align:left;
}

#header {
	position: relative;
    /*height:151px;*/
	/*background-color:#CCCCCC;*/
	/*background: #caced1 url(../img/header.jpg?z=56784) no-repeat center top;*/
	padding: 0;	
	color: #333333;
	margin-left:auto;
    margin-right:auto;
	width: 100%;
}

#footer {
	background-color:#FFFFFF;
	/*background: #FFFFFF url(../img/footer.jpg?z=56784) no-repeat center top;*/
	clear: both;
	width:100%;
	height: 80px;
	text-align: center;	
	font-size: 8pt;	
}

#footer p { 
	padding: 10px 0;
	margin: 0;
}

.center_content {
    width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0;
}
