body {
	width: 100%;
	height: 100%;
	font-size: 20px;
	line-height: 25px;
	font-family:'FrutigerLTW01-47LightCn';
}

div {
	color: #223350;
}


.blue {
	background-color: #223350;
}
.wrapper {
	margin: 0 auto;
	width: 800px;
	position: relative;
}

.padding {
	padding: 20px;
}

.italic {
	font-family:'FrutigerLTW01-48LightCn';
}

h1 {
	margin-top: 20px;
	font-size: 40px;
	line-height: 45px;
	color: white;
}

h2 {
	font-size: 22px;
	line-height: 35px;
}

a {
	color: #df3b26;
	text-decoration: none;
}
