/* Section Format */
section {
	width: 50%;
	padding-left: 3em;
}
section p {
	width: 80%;
	font-size: 110%;
}
section h2 {
	font-size: 300%;
}
section h3 {
	font-size: 200%;
}
section img {
	width: 600px;
}

/* Aside Format */
aside {
	float: left;
	width: 50%;
	padding-top: 10em;
	text-align: center;
}
aside h3{
	padding: 0;
	width: 100%;
	font-size: 170%;
}
aside h4 {
	font-size: 150%;
}
aside h5 {
	font-size: 120%;
}
aside img {
	width: 150px;
}