body {
	background-color: 	#b5a789;
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-size:			small;
	margin-top:			10px;
}

#header {
	text-align:		center;

}

#header caption {
	padding-bottom:	10px;
        font-size:   100%;
}

#header table {
        width:         20%;
        margin-left: auto;
        margin-right: auto;
}

img {
	border: 0;
	}

a.link {
	border: none;
	}
	
ul.nav {
	list-style-type:	none;
	padding-left:	0;
	margin-left:	0;
	padding-top:	6px;
	padding-bottom:	5px;
	text-align:		center;
}

ul.nav li {
	display:		inline;
}

ul.nav a {
	border-bottom:	none;
	padding:		15px, 25px, 15px, 25px;
	margin-right:	5px;
	background-color:	#ffcc00;
	text-decoration:	none;
	color:		#333;
}
	
#main {
	margin:		0px 10px 10px 10px;
	text-align:		center;
}

#main li {
	list-style-type:	none;
}

#footer {
	font-size:		75%;
	text-align:		center;
	padding:		15px;
	margin:			10px;
	clear:			both;
}

#players {
	font-size:		100%;
	margin-left:		33%;
	margin-right:		33%;

}
#players table  {
	width:		100%;
	border:		thin solid black;
	border-collapse:	collapse;
}

#players th, #players td {
	text-align:		center;
	border:		thin dotted gray;
	padding:		5px;

}

#players th {
	background-color:	#b5a797
}

#players caption {
	padding-bottom:	10px;
}

#race {
	font-size:		100%;
	float:			right;
	width:			30%;
	margin-right:		10px;

}

#race table  {
	width:		100%;
	border:		thin solid black;
	border-collapse:	collapse;
}

#race th, #race td {
	text-align:		center;
	border:		thin dotted gray;
	padding:		5px;

}

#race th {
	background-color:	#b5a797
}

#race caption {
	padding-bottom:	10px;
}

#club {
	font-size:		100%;
	float:			left;
	width:			30%;
	margin-left:		10px;
}
#club table  {
	width:		100%;
	border:		thin solid black;
	border-collapse:	collapse;
}

#club th, #club td {
	text-align:		center;
	border:		thin dotted gray;
	padding:		5px;

}

#club th {
	background-color:	#b5a797
}

#club caption {
	padding-bottom:	10px;
}

#left {
	font-size:		100%;
	float:			left;
	width:			32%;
	margin-left:		5px;
	font-family:		Arial, Georgia, "Times New Roman", Times, sans-serif;
}

#left th, #left td {
	border:			thin dotted gray;
	text-align:		center;
}

#right {
	font-size:		100%;
	float:			right;
	width:			32%;
	margin-right:		5px;
	font-family:		Arial, Georgia, "Times New Roman", Times, sans-serif;
}

#right th, #right td {
	text-align:		center;
	border:		thin dotted gray;
}

#right table  {
	width:		90%;
	border:		thin solid black;
	border-collapse:	collapse;
}

#center {
	font-size:		100%;
	margin-left:		32%;
	margin-right:		32%;
	font-family:		Arial, Georgia, "Times New Roman", Times, sans-serif;
}

#center th, #center td {
	border:			thin dotted gray;
	text-align:		center;
}

table {
	width:			90%;
	border:			thin solid black;
	border-collapse:	collapse;
}

th, td {
	text-align:		center;
	}

#tourntable {
	font-family:		Arial, Georgia, "Times New Roman", Times, sans-serif;
}
#tourntable table  {
	width:		100%;
	border:		thin solid black;
	border-collapse:	collapse;
}

#tourntable th, #tourntable td {
	text-align:		center;
	border:		thin dotted gray;
	padding:		5px;

}

#tourntable th {
	background-color:	#b5a797
}

#tourntable caption {
	padding-bottom:	10px;
}
	
caption {
	font-size:		90%;
}