#banner {
	margin-top: 10px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(./img/top_banner.png);
	height: 160px;
	}
h2, h3 {
	font-style: italic; 
	font-family: "Impact";
	font-weight: normal;
	margin-right: 0;
	padding-right: 0;
}
h2 {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	padding-left: 10px;
	font-size: 25pt;
	border-top: 2px solid #fed74e;
	border-bottom: 2px solid #fed74e;
	background: #384653;
	color: #eee;
	background-repeat: repeat-x;
	background-position: 0% 5%;
	background-image: url(./img/clambgstrip.png);	
	}
h3, #rail h3 {
	padding-left: 5%;
	margin-top: 80px;
	color: #ddd;
	border-top: 1px solid #ccc;
	width: 95%;	
	font-style: itallic; 
	font-size: 13pt;
	background: #384653;
	border-top: 2px solid #fed74e;
	}
h4 {
	padding-left: 5%;
	border: 0;
	margin-top: 1em;
	width: 95%;
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	font-weight: bold;
	}

/* race table */
div.racetable {
	width: 800px;
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	border-color: #555;
	margin: 25px;
	margin-top: 0;
	float: left;
	}
div.row span.teamlong {
	float: left;
	text-align: left;
	width: 350px;
	margin-left: 15px;
	}

/* Content container + side rail */
#content {
	background: #eee;
	border-left: 150px solid #131a22; /* The width and color of the rail */
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(./img/weclogo.png);	
	}
div.row span.med {
	text-align: right;
	}

/* Rail */	
#rail {
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-image: url(./img/clambgstrip.png);
	background-color: #131a22;
	color: #eee;
	width: 150px;
	min-height: 700px;
	float: left;
	margin-left: -150px;
	display: inline; /* So IE plays nice */
	}

#rail a, #rail a:visited {
	display: inline-block;
	width: 150px;
	height: 25px;
	padding: 0;
	margin: 0;
	border: 0;
	margin-top: 9px;
	background: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(./img/buttonbg.png);	
	overflow: hidden;
	color: #ccc;
	font-weight: bold;
	text-align: center;
	}
#rail a:hover {
	border: 0;
	background: transparent;
	background-image: url(./img/buttonbg.png);	
	background-position: 0px -25px;
	}
#rail a.active, #rail a.active:visited {
	border: 0;
	background: transparent;
	background-image: url(./img/buttonbg.png);	
	background-position: 0px -25px;
	}
#rail a.active:hover {
	border: 0;
	background: transparent;
	background-image: url(./img/buttonbg.png);	
	background-position: 0px -25px;
	color: #333;
	}
	
/* Tables */
table {
	clear: both;
	width: 90%;
	min-width: 800px;
	height: auto;
	font: 8pt "Trebuchet MS", sans-serif;
	color: #fed74e;
	padding: 0;
	margin: 25px;
	border: 1px solid #fed74e;
	border-collapse: collapse;
	background: #002d10;
	}
tr {
	margin: 0;
	padding: 0;
	border: 1px solid #fed74e;
	}
tr.odd {
	background: #060;
	}
tr.even {
	background: #002d10;
	}
tr.me {
	background: #fed74e;
	color: #002d10;
	font-weight: bold;
	}	
th {
	border: 0;
	text-align: center;
	font-style: normal;
	font-size: 8pt;
	width: auto;
	background: #002d10;
}
td {
	margin: 0;
	padding: .25em;
	text-align: center;
	border: 0;
	border-left: 1px solid #fed74e;
	}
td.lmp {
	background: #ff6666;
	color: #000;
	}
td.gte {
	background: #99ff99;
	color: #000;
	}

/* team choices */
div.teamwrapper {
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 978px;
	}
div.teamlogo {
	clear: both;
	width: 385px;
	height: 290px;
	margin-left: 50px;
	padding: 10px;
	float: left;
	background-color: #002d10;
	border-left: 1px solid #fed74e;
	border-bottom: 1px solid #fed74e;
	}
div.teamlogo img {
	border: 1px solid #555;
	padding: 0;
	margin: 0;
	}
div.teamtext {
	width: 240px;
	height: 290px;
	margin: 0;
	padding: 10px;
	float: left;
	background-color: #002d10;
	border-right: 1px solid #fed74e;
	border-bottom: 1px solid #fed74e;
	color: #eee;
	}
div.teamwrapper h5 {
	width: 926px;
	margin-right: 0;
	padding-right: 0;
	text-align: center;
	background-color: #060;
	border-color: #fed74e;
	color: #fed74e;
	}
div.teamlogo a	{
	font-weight: normal;
	text-decoration: none;
	color: #fed74e;
	}
div.teamlogo a:hover {
	color: #fed74e;
	text-decoration: underline
	}	
div.teamlogo a:visited {
	color: #ccc;
	}
a:hover, a:active {
	color: #fed74e;
	}	
ul {
	margin: 1em;
	margin-left: 5em;
	padding-left: 2em;
	padding-right: 2em;
	width: auto;
	text-align: left;
	}	

ol {
	margin: 1em;
	margin-left: 5em;
	padding-left: 2em;
	padding-right: 2em;
	width: auto;
	text-align: left;
	}	
