.access
{
	position:absolute;
		top:-1000em;
}

.access:focus, .access:active
{
	position:static;
}

body
{
	background-color:#000;
	color:#fff;
	font-family:'Abril Fatface',sans-serif;
	margin:0;
	padding:0;
}

#contents
{
	background-color:#d4dff4;
}

#document
{
	background-color:#b2bff2;
	color:#000;
	margin:auto;
	padding:1%;
	
	box-shadow:0 0 4em 1em #a0a;
}

.event
{
	background-color:#caf;
	/*height:auto;*/
		min-height:10em;
	margin:1%;
		margin-bottom:1em;
	padding:1%;
	text-align:center;
	vertical-align:top;
}

.tall
{
	display:block;
	margin:auto;
	width:60%;
}

.wide
{
	display:block;
	margin:auto;
	width:90%;
}

img
{
	max-width:100%;
}

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

h1, h2, h3, h4
{
	text-align:center;
}

img#banner
{
	width:100%;
		max-width:100%;
}

nav > a
{
	background-color:#d4dff4;
	display:block;
	margin:4% 0;
	padding:4%;
	text-align:center;
}

p, h1, h2, h3, h4
{
	padding:0 2%;
}
