/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Normalizes font sizes for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Removes list-style from lists */
ol, ul {
	list-style: none;
}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Removes border settings from tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes border from fieldset and img */
fieldset, img {
	border: 0;
}

/* Left-aligns text in caption and th */
caption, th {
	text-align: left;
}

/* Removes quotation marks from q */
q:before, q:after {
	content: '';
}

/* Begin style information */

/*
 * Copyright 2008-2010 The Jazz Society of the Desert
 */

html {
	text-align: center;
}

body {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #000;
}

img.right {
	margin-left: 0.5em;
	float: right;
}

img.left {
	margin-right: 0.5em;
	float: left;
}

div#logo {
	width: 200px;
	height: 200px;
	float: left;
	background-color: #fff;
}

div#logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#banner {
	width: 600px;
	height: 200px;
	margin-left: 200px;
	background-color: #fff;
	background-image: url("../images/banner.png");
}

div#content {
	padding: 1em;
	background-color: #fff;
	text-align: center;
}

div#content h1 {
	font: normal normal bold 2em/1em Arial, sans-serif;
	clear: both;
	margin-bottom: 0.5em;
}

div#content h2 {
	font: normal normal bold 1.5em/1em Arial, sans-serif;
	clear: both;
	margin-bottom: 0.25em;
}

div#content h3 {
	font: normal normal bold 1.25em/1em Arial, sans-serif;
	clear: both;
}

div#content p {
	font: normal normal normal 1.25em/1em "Times New Roman", serif;
	clear: both;
}

div#content p + p {
	margin-top: 1em;
}

div#content div.panel {
	font: normal normal normal 1.25em/1em "Times New Roman", serif;
	padding: 0.25em;
	background-color: #f2c42d;
	margin-top: 1em;
}

div#notice {
	clear: both;
	text-align: center;
	width: 800px;
	margin: auto;
	padding: 0.5em 0 0.5em 0;
	color: #fff;
	background: #a11b10;
}

div#notice a {
	color: #fff;
}

div#navigation {
	text-align: center;
	width: 800px;
	margin: auto;
	padding: 0.25em 0 0.25em 0;
	color: #000000;
	background: #f2c42d;
}

div#navigation a.navlink {
	padding: 0 1em 0 1em;
	font: normal normal bold 1em/0em Arial, sans-serif;
	color: #000000;
	background: #f2c42d;
}

div#footer {
	clear: both;
	text-align: center;
	width: 800px;
	margin: auto;
	padding: 0.5em 0 0.5em 0;
	color: #fff;
	background: #30538e;
}

div#footer a {
	color: #fff;
}
