@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
html, body {
  background: #fcfcfc url(../img/background2.png) 50% 0 no-repeat;
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color:#6c6c6c;
	font-size: small;
	text-align:center;
}

/*_________________________________________________________________  wrapper  */
#wrapper {
	margin: 0 auto;
	width: 960px;
}
.both {clear: both;}

a {
	font-weight: normal;
	color: #6c6c6c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline
}

#header {
	height: 79px;
}
	#header h1 {
	  text-indent: -9999px;
	}

#pflow {
	clear:both;
	display:block;
	width:960px;
	height: 414px;
	color: #767467;
}

#infos {
	width:960px;
	color: #767467;
	background: #fff url(../img/contentBg.png) 0 0 repeat-y;
	text-align:left;
}
	.info {
		float:left;
		width: 300px;
		padding:0 10px 10px 10px;
	}
	.info img {
		float:left;
		padding:0 10px 5px 0;
	}
	.center h2 {
		text-align:center;	
	}
	p { margin-bottom: 1em;}
	address { font-style: normal;}

#footer {
	width:960px;
	margin:5px 0;
	text-align: center;
}


/*_________________________________________________________________  headers  */
h1, h2, h3 {
	  font-family: "Trebuchet MS", Verdana, sans-serif;
	  margin-bottom: .5em;
	  font-weight: bold;
}
h1 {
	  font-size: 2em;
	  line-height: 3em;
}
h2 {
	font-size: 1.5em;
} 
h3 {
	font-style: normal;
	font-size: 1em;
	color:#000;
}
