html, body, div, article, section, header, footer, nav, hgroup, figure, caption, h1, h2, h3, ul, li, aside, p, dl, dd, dt {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	display: block;
}

body {
	color: black;
	font-family: "calibri", "helvetica", "arial", "sanserif";
	font-size: 110%;
	background-color: #def;
	background-image:url('washoutbackground.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	padding: 2em;
}

p {
	margin-top: 4pt;
	margin-bottom: 4pt;
}

header > img {
	float: left;
}

header h1, header h2, header h3, header h4 {
	text-align: right;
	font-weight: bold;
}

header  h1 {font-size: 200%;}
header  h2 {font-size: 160%;}
header  h3 {font-size: 130%;}
header  h4 {font-size: 100%;}

header p {
	text-align: center;
	font-size: 120%;
}

nav > ul {
	text-align: center;
	font-weight: bold;
	margin: 2ex;
}

nav > ul > li {
	display: inline-block;
	width: 17ex;
}

div#page {
	width:980px;
	margin:0 auto;
}

div#leftpanel {
	vertical-align: top;
	width: 200px;
	display: inline-block;
}


div#rightpanel {
	vertical-align: top;
	width: 770px;
	display: inline-block;
	padding-right: 5px;
}

#leftpanel > img, ul.peep img {
	margin-bottom: 25px;
	border-radius: 10px;
	border: 2pt solid #223377;
	box-shadow: 10pt 10pt 5pt #001144;
}

.new_row {
	clear: left;
}

#leftpanel > img {
	width: 160px;
}

ul.peep img {
	width: 100px;
}

section, footer {
	margin-bottom: 2em;
	border-bottom: 1px solid #88aaff;
}

section > h1, footer > h1 {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

section > h2 {
	font-weight: bold;
	text-align: center;
}

#punch h1, #punch h2 {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}	

#punch p.wow {
	color: blue;
	font-weight: bold;
}

dt {
	display: block;
	width: 15ex;
	font-weight: bold;
	float: left;
}

dd {
	display: block;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

ul.norm {
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 2ex;
}

ul.norm > li {
	margin-top: 3pt;
	display: list-item;
	list-style-type: circle;
}

ul.peep {
	margin-top: 1em;
	margin-bottom: 1em;
}

ul.peep > li {
	display: inline-block;
	width: 120px;
	text-align: center;
	vertical-align: top;
	font-size: 90%;
}

ul.peep > li h1 {
	font-weight: bold;
}
	
