body {
	background-color: #000;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	line-height: 1.5em;
}

img {
	border: none;
}

h1, h2, h3 {
	font-family: Georgia, Times, serif;
	color: #401;

	margin-top: 0;
	padding-top: 0;
}

h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }

div#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	background-color: #DFBD97;
	height: 175px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

/* banner image needs to snap to edge */
img#logo {
	float: left; /* IE7 breaks without this */
	padding-top: 35px;
	border: none;
}
img#banner {
	float: right;
}

p.note {
	font-size: 0.8em;
	line-height: 1.2em;
}

table#schedule table td:first-child {
	width: 60%;
}

/* NAV BAR STYLE */

/* kludged up for IE7 compatibility */

div#nav {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding-top: 5px;
	height: 2em;

	color: white;
	background-color: #803;
}

div#nav a {
	text-decoration: none;
}

ul.nav, ul.sub {
	margin: 0px;
	padding: 0px;
	cursor: default;
	list-style-type: none;
}

ul.nav {
	margin-top: 2px;
}

li.top {
	display: inline;
	position: relative;
	padding: 2px 25px;
}

li.top:first-child {
	margin-left: 1em;
	padding-left: 1em;
}

ul.sub {
	display: none;
	position: absolute;
	top: 1.6em;
	left: 0px;
	min-width: 10em;
	font-size: 0.85em;
	text-align: left;
}

li.top:hover ul {
	display: block;
}

ul.sub a {
	display: block;
	line-height: 1.1em;
	padding: 0.5em 10px;
}

/* regular text in top-level menu */
li.top, li.top>a {
	color: white;
	background-color: #803;
}

/* hover text in top-level menu */
ul.nav>li:hover, ul.nav>li:hover>a, ul.nav>li>a:hover {
	color: white;
	background-color: #401;
}

/* regular text in dropdown area  */
ul.sub li, ul.sub li a {
	color: white;
	background-color: #803;
}

/* hover text in dropdown area  */
ul.nav ul li:hover a, ul.nav ul li a:hover {
	color: white;
	background-color: #502;
}

/* dropdown box area */
ul.sub {
	border: 3px solid #401;
}

/* END NAV BAR STYLE */

div#content {
	margin-top: 5px;
}

td {
	padding-left: 2px;
	padding-right: 2px;
}

p#footer {
	clear: both;

	color: #282828;
	background-color: black;

	font-size: 0.8em;
	text-align: right;

	margin-top: 5px;
	padding-right: 5px;
}

table.compet_venue, table.compet_result {
	width: 75%;
	margin-bottom: 2em;
}

table.compet_venue th:first-child {
	width: 80%;
}

table.compet_result th:first-child {
	width: 15%;
}

table.compet_venue caption, table.compet_result caption {
	font-weight: bold;
}
