@charset "utf-8";
/* CSS Document */

h1 {
	text-align: center;
	font-size: 28px;
	color: #17252A;
}

h2 {
	text-decoration: none;
	font-size: 24px;
	color: #17252A;
}

h3 {
	color: #17252A;
	font-size: 26px;
}

body {
	background-color: #FEFFFF;
}

#wrapper {
	background-color: #FEFFFF;
}

header {
	
}

nav {
	
}

.clear {
	clear: both;
}

.center {
	text-align: center;
	clear: both;
}

section p {
	float: left;
	width: 70%;
	font-size: 20px;
	line-spacing: 1.5;
	padding-left: 16px;
	color: #17252A;
}

aside {
	float: right;
	width: 25%;
}

video {
	padding-right: 180px;
	padding-left: 180px;
	margin-right: auto;
	margin-left: auto;

}

img {
	align: center;
	padding-left: 50px;
}

aside img {
	align: right;
}

a {
	color: #3AAFA9;
	text-decoration: underline;
	line-spacing: 1.5;
	font-size: 24px;
	text-align: left;
	align: left;
}

footer {
	clear: both;
	font-size: 18px;
	text-align: center;
	background-color: #DEF2F1;
}