
body{
	font:16px arial, sans-serif;
	color: #666;
	background:url(../images/background.jpg) top center no-repeat;
}


/*------Typography---------*/

h1{
	font: 36px/54px , Arial, sans-serif;
	color:#333;	margin-top:34px;
	text-shadow: 1px 1px #666;
}
h2{
	font: 24px , Arial, sans-serif;
	color:#333;	margin-top:34px;
	text-shadow: 1px 1px #666;
}

 h3{
	font: 22px , Arial, sans-serif;
	color:#0177a9;
	margin-bottom: 7px;
	margin-top:24px;
	font-weight:500;
}
 h3.check{
	 background:url(../images/check.png) no-repeat;
	 background-position:0px 0px;
	 padding-left:30px;
	 padding-top:4px;
	 min-height:27px;
}
#header{
min-height:150px;
margin:10px auto 0 auto;
width:990px;	
}
#header a.lienmw{
	height:100px;
	width:200px;
	display:block;
	position:absolute;
	
}
#container{
margin:20px auto 30px auto;
padding-bottom:20px;
width:900px;	
}

#quote{
	 background:url(../images/quote.png) #B8D8FE no-repeat;
	 background-position:5px 5px;
	 padding:20px 10px 10px 10px;
	 -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
color:#333;
}
.endquote{
	 background:url(../images/quote2.png) no-repeat;
	 background-position:right;
	 min-height:25px;
}