body, *, html, ul, li, ol{
	margin:0;
	padding:0;		
}
h1,p,h2{
	font-family: 'PT Sans', sans-serif;
}
.wrap{
	width:960px;
	margin:0 auto;	
}
header{
	background:#2a576d;
	padding:30px 0px;
	float:left;
	width:100%;
}
header h1{
	font-size:40px;
	color:#ffffff;	
}
header p{
	color:#c0ddec;
	font-size:17px;
}
header .doc{
	float:left;
	text-align:center;	
	margin-top:60px;
}
header .end{
	float:right;
}
header .end h2{
	background-image: url(images/sprite-ed.png);
	background-position: left 4px;
	padding-left:49px;
	background-repeat: no-repeat;
	color: #ffffff;	
}
header .end p{
	padding-left:49px;
	font-size:16px;	
}
header .end p:nth-child(4){
	padding-bottom:20px;	
}
header .end p.mail{
	margin-top:15px;
	background-image:url(images/sprite-ed.png);
	background-repeat:no-repeat;
	background-position:left -35px;	
	padding-left:49px;
	
}
header .end a{
	color:#ffffff;
	text-decoration:none;	
}	


/**************************************
				SECTION
************************************/
section{
	padding-top:20px;
	background-image:url(images/bg-section.png);
	background-repeat:repeat-y;
	border-radius:0 0 0 5px;
	height:auto;
	margin-bottom:30px;	
	float:left;
	padding-bottom:50px;

}
section article{
	float:left;	
	margin-left:-17px;
}
section article h1{
	background-image: url(images/sprite-ed.png);
	background-repeat: no-repeat;
	background-position: left -60px;
	color: #2a576d;
	font-size: 34px;
	padding: 11px 0 11px 55px;
}
section article h1:nth-child(3){
		margin-top:50px;
}
section article p{
	padding-left:55px;	
	color:#6d6d6d;
	font-size:20px;
	text-align:justify;
}
section article ul{
	list-style-image:url(images/ico-ul.png);	
}
section article ul li p{
	padding-left:5px;
	font-weight:bold;
}
section article ul.conv-1{
	float:left;	
	margin-left:75px;
	margin-right:70px;
}
section article ul li p span{
	font-size:15px;
	font-weight:normal;
}
section .end{
	width: 10px;
	height: 10px;
	background: #2a576d;
	border-radius: 0 0 10px 10px;
	position: absolute;
	top: 1755px;
}