* {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

audio {
  visibility: hidden;
}

.text_section {
	width: 969px;
	position: static;
	float: left;
	background-color: #00ffcc;
	font-family: Calibri, sans-serif;
	display: block;
}

.text_section header {
	background-color: #e78b85;
	padding: 2px;
	border-color: #b56460;
	border-style: dashed;
	border-width: 1px;
	margin-left: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-top: 10px;
	float: none;
	display: block;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

header {
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	font-size: large;
	clear: both;
	float: none;
	display: block;
}

aside {
	clear: none;
	font-size: larger;
	padding: 2px;
	text-align: right;
	width: 320px;
	height: 500%;
	background-color: #99ccff;
	float: right;
	display: block;
}

section.text_section {
	display: inline-block;
	float: left;
}

footer {
	display: block;
	clear: both;
}

