﻿/*
Lifted from http://glish.com/css/7.asp Right content disabled
*/

body {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family: Verdana, Arial, MS Sans Serif;
   	background: gray;
	text-align: center;
}

#main {
	width: 1011;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#leftcontainer {
	background: #E7E2CB;
	
}
	
#leftcontent {
    /* Menu on left */
    font-size: 12px;
    padding-top: 5px;
	width:200px;
	background: #E7E2CB;
}

#centercontainer {
    background:#fff;
}

#centercontent {
				border: 1;
				padding-right: ;
}

#banner {
	background: #fff;
	height:139px;
    border-bottom: solid #2A8FA3;
}

html>body #banner {
	height:139px;
}
		
pre {
	margin:10px 10px 10px 10px;
}
		
h2 {
	margin:10px 10px 10px 10px;
}
		
h1 {
	margin:10px 10px 10px 10px;
}
		
p {
	margin:10px 10px 10px 10px;
}
		
h1 {
	text-align: center;
	font-size:16px;
	padding-top:10px;
}

h2 { 
	font-size:14px;
}
		
#banner h1 {
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
}

	

#leftcontent a {
    color: #1482A5;
}

#leftcontent a:hover {
    color:#ff0000;
}

#leftcontent li {
    padding-top: 3px;
}


.td_results td {
				border: 1px #000000 solid;
}


/* Speed 400 results tables classes */
.td_results {
				font-size: x-small;
				color: black;
				width: 88%;
				font-family: Verdana;
				border-collapse:collapse;
}

.td_header{
				font-size: small;
				font-weight: bold;
				background-color: #CCCCCC;
				
}

.td_pilot {
				background-color: #FFFFCC;
}

.td_winner{
				background-color:#FFE6CC;
}
