
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	/* vertical-align: baseline; */
}


body {
	background-color: #6cf;
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	max-width: 765px;
	background-color: #fff;
	margin:0px auto;
}

ul.nav, ul.section {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	max-width: 765px; 
} 

ul.nav li, ul.section li {
	margin: 0;
	padding: 0;
	width: 20%;
	float: left;
	list-style: none;
	display: inline;
	font-size: 0px
}

ul.section li {
	width: 100%;
	float: none;
}

ul.nav li img, ul.section li img  {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

ul.video-stories {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	display: block;
} 

ul.video-stories li {
	margin: 0;
	padding: 10px;
	list-style: none;
	text-align: center;
	font-size: 14pt;
	font-face: bold;
}

ul.video-stories li a {
	color: #000
}

.main-display {
	display: block;
	width: 765px;
	max-width: 100%;
	clear: both;
	color: #fff;
}

.main-content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000;
	background-color: #fff;
}

.main-content img {
	max-width: 100%
}

.main-footer {
	padding: 5px 5px 5px 5px;
	text-align: center;
	color: #000;
	font-size: 10pt
}

.main-display p {
	padding-bottom: 10px;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul.his-lib {
	list-style-type: none;
	margin: 20px 20px 20px 50px;
}

audio {
	width: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.75%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
ul.his-lib a {
	color: #000;
}
*/
