@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	border: none;
	line-height: 18px;
}
body {
	background: #996;
}
#content {
	width: 960px;
	margin: 0 auto 20px auto;
	background: #fff url(/style/content.jpg);
}
#header {
	height: 96px;
	padding: 0;
	margin: 0;
	background: #cc6;
}
#header a {
	margin: 0;
	padding: 0;
	height: 96px;
}
#navigation {
	background: #663;
}
#sidebar {
	display: block;
	float: left;
	width: 180px;
	min-height: 520px;
	text-align: center;
}
#sidebar img {
	padding: 2px 5px;
}
#sidebar table {
	border-collapse: collapse;
                  margin-left:15px;
}
#sidebar th {
	background: #e6e6cd;
	font-weight: bold;
	height: 34px;
}
#sidebar td {
	border-bottom: 1px solid #e6e6cd;
	padding: 2px 20px 2px 5px;
	text-align: left;
}

#story {
	display: block;
	float: left;
	width: 760px;
	padding: 10px;
}
#story table {
	border-collapse: collapse;
}
#story h1 {
	font-size: 16px;
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #999967;
}
#story h2 {
	font-size: 14px;
	margin: 10px 0;
}
#story table, {
	width: 400px;
	margin: 10px 0;
	
}
#story th {
	background: #e6e6cd;
	font-weight: bold;
}
#story td {
	border-bottom: 1px solid #e6e6cd;
	padding: 2px 20px 2px 2px;
}
#story p {
	padding: 5px 0;
}
#story ul {
	margin: 0 0 5px 0;
}
#story li {
	margin: 5px 20px;
}
.blockLeft {
	display: block;
	float: left;
}
.blockRight {
	display: block;
	float: right;
}
.joinForm {
	display: block;
	float: right;
	background: #cccc9a;
	padding: 5px;
	margin: 5px 0 10px 10px;
	text-align: center;
}
.bookings {
	float: left;
	background: #cccc9a;
	padding: 5px;
	margin: 0 10px 10px;
	text-align: center;
}
.imageBlock {
	display: block;
	float: right;
	width: 252px;
	margin-top: 5px;
}
.imageBlock img {
	margin: 2px;
}
#story .fixtures {
	width: 600px;
}
#footer {
	background: url(/style/footer.jpg) left bottom no-repeat;
	clear: both;
	display: block;
	padding: 0 10px 10px 190px;
	text-align: center;
	width: 760px;
}
.champions {
	display: block;
	float: left;
	margin-right: 10px;
}
#story .results td {
	width: 120px;
}
#story .handicap th {
	width: 200px;
}
#story .handicap td {
	text-align: center;
}
