html, body
{
	margin: 0;
	padding: 0;
	font-family: "ITC Officina Sans", "2Stone Sans", Avenir, "Gill Sans", Helvetica, Optima, san-serif;
}

a { color: black; }
a:hover { text-decoration: underline; }
h1,h2,h3,h4,h5,h6 { font-family: "ITC Officina Serif", "ITC Veljovic", "ITC New Baskerville", "Caslon 224", Baskerville, serif; }

#banner
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100px;
	border-bottom: 5px solid red;
	border-top: 5px solid red;
	position: absolute;
	top: 2em;
	left: 0;
	background-image: url(PhotoBanner.jpg);
	background-repeat: repeat-x;
}

#header
{
	height: 2em;
	width: 100%;
	margin: 0 0 110px;
	padding: 0;
}

#header ul,
#footer ul
{
	padding: 0.5em 0 0 0;
	text-align: right;
	margin: 0 0 0 0;
}

#header ul li,
#footer ul li
{
	display: inline;
	padding: 0 1em;
}

div#logo
{
	margin: 0;
	padding: 0;
	height: 140px;
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

div#logo img
{
	margin: 0;
	padding: 0;
	height: 140px;
	width: 200px;
	vertical-align: top;
	border: none;
}

#main
{
	clear: left;
	margin: 0 2%;
	padding-top: 0.3em;
}

ul#toc
{
	clear:left;
	list-style-type: none;
	padding: 0;
	margin: 110px 0 0 0;
	position: relative;
	width: 100%;
}

ul#toc a
{
	color: #600;
	text-decoration: none;
	display: block;
}

ul#toc li
{
	padding: 0.2em 0;
	float: left;
	width: 25%;
	text-align: center;
	height: 1.3em;
	border-bottom: 1px solid red;
}

* html ul#toc li
{
}

ul#toc li ul
{
	padding: 0.2em 0;
	display: none;
	float: right;
	width: 100%;
	position: absolute;
	top: 0.6em;
	left: 0;
	border-bottom: 1px solid red;
}
* html ul#toc li ul {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: -999em;
	width: 100%;
}

body.news, ul#toc li#news, ul#toc li#news ul { background-color: #FFC; }
body.tournaments, ul#toc li#tournaments, ul#toc li#tournaments ul { background-color: #CFC; }
body.special, ul#toc li#special, ul#toc li#special ul { background-color: #9CC; }
body.misc, ul#toc li#misc, ul#toc li#misc ul { background-color: #CC9; }
body.misc ul#toc li#misc, 
body.news ul#toc li#news, 
body.tournaments ul#toc li#tournaments, 
body.special ul#toc li#special { border-bottom: none; }
ul#toc li:hover, ul#toc li.sfhover { text-decoration: underline; }

ul#toc li:hover ul, ul#toc li.sfhover ul
{
	display: block;
	margin-top: 1em;
}
* html ul#toc li:hover ul, ul#toc li.sfhover ul
{
	left: auto;
	margin-left: -50%;
}

ul#toc li ul li
{
	display: inline;
	padding: 0 1em;
	border-bottom: none;
}

* html ul#toc li ul li
{
	display: block;
	width: 100%;
	padding: 0;
}

div#upcoming
{
	font-size: 90%;
	float: right;
	border-left: 1px solid red;
	border-bottom: 1px solid red;
	background-color: #FFF;
	width: 25%;
	padding: 1.5em;
	margin-left: 1.5em;
}

div#footer
{
	clear: both;
	border-top: 1px solid red;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	font-size: 80%;
}

#footer ul { display: inline; }

#footer cite
{
	float: right;
	text-align: right;
	padding: 0 2em 0 0;
}

#footer a {text-decoration: none; }
#footer a:hover {text-decoration: underline; }

#flyer { text-align: center; }

#flyer .tournotice,
#flyer .prizenotes
{
	font-size: 85%;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 1em 0;
}

#flyer pre.entryform
{
	text-align: left;
	border-top: 2px solid black;
}
#flyer table.prizes
{
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 120%;
}

#flyer table.doubleprizelist
{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#flyer h4 {margin: 0; padding: 0; }

