body{
	background-color: #222;
	text-align: center;
	font-family: verdana, arial, sans-serif; 
}
h1 {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 0,8em;
	padding: 0.2em 0 0.2em 1%;
	margin: 0;
	text-align: center;
	border-bottom: 1px dashed #E6E6FA;
}
h1, h2, h3, h4, h5, h6 {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2, h3, h4 {font-weight: normal; }
a img{
	border: 0;
}
a {
	color: #cccccc;
	text-decoration: none;
}
div#wrapper{
	width: 900px;
	margin: 10px auto;
	text-align: left;
	}
div#header a{
	background: #222 url(../img/header.png) 0 0 no-repeat;
	margin: 0;
	width: 900px;
	height: 142px;
	display: block;
}
div#navi{
	width: 900px;
	float: left;
	text-align: center;
	padding: 1px 0;
	margin: 5px 0;
	font-size: 0.9em;
	color: #FFF;
	background-color: #696969;
}
div#content{
	width: auto;
	float: left;
	padding: 1%;
	font-size: 0.9em;
	color: #FFF;
	background-color: #696969;
}
div#content i, p, h1, h2, h3, h4, h5, h6 {
	margin: 2%;
}
div#footer{
	width: 900px;
	height: 40px;
	float: left;
	padding: 0;
	text-align: center;
	font-size: 0.9em;
	background: url(../img/footer_flamme.png) 0 0 no-repeat;
	background-color: #FFF;
}
.clear{
	clear: both;
}
