BODY {
	background-color: #000000;
	background-image: url(/cfbg.png);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: sans-serif;
	padding: 1em 5%;
}

DIV.header {
	background-color: #000000;

	background-image: url(/headerbg.jpg);
	background-position: top left;
	background-repeat: no-repeat;

	border-color: #404040 #000000 #000000 #404040;
	border-style: solid;
	border-width: thin medium medium thin;

	margin: 1em 1em;
	padding: 1em 1em;
}

A.headerbutton {
	color: #cccccc;
/*
	background-color: #000000;
	background-image: url(/blackgloss25.png);
	background-repeat: repeat-x;
	background-position: top right;
	border-style: solid;
	border-color: #000000 #444444 #444444 #000000;
	border-width: thin;
	text-decoration: none;
	letter-spacing: 0.1em;
*/
//	background-color: #111;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.1);
	border-width: thin;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 80%;
	font-variant: small-caps;
}

DIV.main {
	background-color: #ffffff;
	background-image: url(/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	color: #000000;
	border-color: #000000;
	border-style: solid;
	border-width: thin;

	margin: 1em 1em;
	padding: 1em 2em;
}

H3 {
	font-variant: small-caps;
}

DIV.footer {
	margin-top: 5em;
	font-size: smaller;
	text-align: center;
}

TABLE.laptimes {
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-collapse: collapse;
}

TABLE.laptimes A {
	text-decoration: none;
}

TABLE.laptimes TH {
	border-style: solid;
	border-width: thin;
	border-color: black;
	color: #ffffff;
	background: #000080;
	padding: .25em .25em;
}

TABLE.laptimes TD {
	background: #ffffff;
	border-style: solid;
	border-width: thin;
	border-color: black;
	text-align: center;
	padding: .25em .25em;
}

TABLE.laptimes TD.name {
	background: #ffffff;
	border-style: solid;
	border-width: thin;
	border-color: black;
	text-align: left;
}

TABLE.laptimes TD.bike {
	background: #ffffff;
	border-style: solid;
	border-width: thin;
	border-color: black;
	text-align: left;
}


TABLE.info {
	border-style: none;
	border-width: thin;
	border-color: black;
}

TABLE.info TH {
	border-style: solid;
	border-width: thin;
	border-color: black;
	color: #ffffff;
	background: #000080;
	padding: .25em .25em;
	text-align: right;
}

TABLE.info TD {
	background: #ffffff;
	border-style: solid;
	border-width: thin;
	border-color: black;
	padding: .25em .25em;
}
