.header{
	background-image: url(../images/header_0001.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	margin-top: 20px;
}

.new-letter{
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	font-size: 25px;
}

.letter{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	font-size: 25px;
}

.letter-pict{
	padding-bottom: 0
}

.letter-map{
	padding-left: 0px;
}

li{
	list-style: none;
	font-size:20px;
}

