﻿/* Less Orange: #f60 */
/* Less Red:    #c00 */
/* Less Gold:   #fc3 */

body {
	margin: 9px;
	padding: 0;
	font-family: Arial, "Lucida Grande", Helvetica, sans-serif;
	font-size: medium;
	line-height: 130%;
}

#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: white;
	font-size: 14px;
	margin: 0 0 6px 15px;
	padding-top: 5px;
	/*border: 1px solid black;*/
	width: 400px;
}

#glamour p {
	color: white;
	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;
	height: 100%;
	clear: both;
	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-family: Arial, "Lucida Grande", Helvetica, sans-serif;
		font-size: 90%;
font-weight: bold;
}

p#tournav
{
	background: #fc3;
	text-align: center;
	padding: 6px;
	border: 2px solid #f60;
	font-weight: bold;
	white-space: nowrap;
	font-size: 90%;
}


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

dt
{
	color: #f60;
	font-weight: bold;
}
dd {margin-left: 0; margin-bottom: .5em;}

