/* Less Orange: #f60 */
/* Less Red:    #c00 */
/* Less Gold:   #fc3 */
body {
	margin: 9px;
	padding: 0;
	font-family: Arial, "Lucida Grande", Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
	background: white;
}

#header {
	width: 800px;
	height: 50px;
	background: #f60;
	margin: 0;
	padding: 0;
}

#header img { padding: 5px 0 0 5px; }
#header a img { border-style: none; }

#header h2 {
	color: white;
	font-size: 10px;
	position: relative;
	top: -20px;
	text-align: right;
	padding: 0;
	padding-right: 15px;
	font-style: italic;
	margin: 0;
	/*border: 1px solid lime;*/
}

#glamour {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 90px;
	background: #fc3;
}

#glamour img { float: right; }

#glamour h2 {
	color: gray;
	font-size: 14px;
	margin: 0 0 6px 15px;
	padding-top: 5px;
	/*border: 1px solid black;*/
	width: 400px;
}

#glamour p {
	color: gray;
	font-size: 12px;
	line-height: 120%;
	margin: 0;
	margin-left: 15px;
	padding: 0;
	width: 400px;
	/*border: 1px solid purple;*/
}

#content {
	border: 1px solid #f60;
	width: 778px;
	padding: 10px;
}

#content a, #footer a, #content a:visited, #footer a:visited {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#content a:hover, #footer a:hover { color: #f60; }
#content a:active, #footer a:active { color: #fc3; }
#content h1, #content h2, #content p, #content dt, #content dd { width: 490px; }

#content h1 {
	color: #F60;
	font-size: 150%;
}

#content h2 {
	color: #f60;
	font-size: 120%;
	margin-bottom: .25em;
}

#content p { margin-top: 0; }

#content h2.callout {
	color: #fc3;
	text-align: center;
}

#content p.parafloat img {
	float: right;
	padding: 0 0 12px 12px;
	margin: 0 0 12px 0;
}

#sidebar, #sidebar-picture {
	width: 250px;
	background: #fc0;
	float: right;
	margin-top: 18px;
	padding: 9px 0 0 9px;
}

#sidebar-picture { background: #fff; }
#sidebar h1, #sidebar-picture h1, #sidebar h2, #sidebar-picture h2, #sidebar p, #sidebar-picture p { width: 241px; }

#sidebar a img, #sidebar-picture a img {
	display: block;
	border-bottom: none;
	padding-bottom: 3px;
}

#sidebar a, #sidebar-picture a {
	font-size: 90%;
	font-weight: bold;
}

div#tournav {
	background: #fc3;
	text-align: center;
	/*padding: 2px 50px 6px 50px;*/
	font-weight: bold;
	font-size: small;
	/*white-space: nowrap;*/
	float: right;
	/*height: 3em;*/
	margin: 0;
	/*padding: 3px 0;*/
	border-bottom: 1px solid #f60;
}

#tournav dt {color: black; margin-top: -1em; width: 236px;}

#tournav dt {padding-top: 3px;}

#tournav dd {padding-bottom: 3px;}


#tournav dd {
	display: inline;
	/*width: 20%;*/
	float: left;
	text-align: center;
	padding-left: 55px;
	margin-bottom: -3px;
}
#tournav dd.tourlast {padding-left: 0;}
#tournav a:link, #tournav a:visited {
	color: #f60;
	text-decoration: none;
	border-left: 2px solid #f60;
	padding: 0 10px;
	margin-bottom: 0;
}
dd.nolink {	padding: 0 10px;
	border-left: none;
}
dd.tourlast a:link,dd.tourlast a:visited {border-right: 2px solid #f60;}

#tournav a:hover { color: white; }

#subnav
{
	font-weight: bold;
	font-size: 80%;
	clear: both;
	margin-top: -0.8em;
	margin-left: -8px;
	line-height: 130%;
}

#subnav ul, #subnav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	/*border: 1px solid lime;*/
}

#subnav a:link, #subnav a:visited {
	border-right: 1px solid #f60;
	border-bottom: none;
	color: black;
	padding: 0 .5em 0 0.7em;
	margin-left: -3px;
}

#subnav a:link.active, #subnav a:visited.active {
	background: #fc3;
	border-bottom: 1px solid #fc3;
	color: #c00;
}

#subnav a:hover {
	color: #f60;
	background: #fc3;
}

#subnav li.lastsubnav a { border-right: none; }

#footer {
	text-align: center;
	font-size: 80%;
	float: left;
	margin-left: 5px;
	width: 800px;
}

dt {
	color: #f60;
	font-weight: bold;
}

dd {
	margin-left: 0;
	margin-bottom: .5em;
}
