body {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #666;
	background-color: #FFF;
	margin: 0px;
}
#container {
	height: 725px;
	width: auto;
	margin: auto;
	text-align: center;
}
#content_menue {
	background-color: #666;
	height: 100px;
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	width: auto;
	position: relative;
}
#content_main_center {
	height: 350px;
	width: 800px;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	line-height: 14px;
	color: #666;
}


#content_header {
	background-color: #FFF;
	margin: auto;
	height: 70px;
	text-align: center;
	padding-top: 70px;
	padding-left: 620px;
}
#content_main {
	background-color: #CCC;
	margin: auto;
	height: 400px;
	padding: 0px;
}
#content_footer {
	background-color: #CCC;
	margin: auto;
	height: 50px;
}
.content_footer_2 {
	text-align: center;
	padding-top: 3px;
}
h1 {
	font-family: "Century Gothic", Arial;
	font-size: 18px;
	line-height: 18px;
	color: #ff9999;
	font-weight: normal;
}
textarea {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #666;
}

