#olympics {
	width: 500px;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #31309C;
	background-image: url(images/back.gif);
}
body  a:hover {
	COLOR: #0000FF;
	TEXT-DECORATION: underline;
}
body  a:visited {
	COLOR: #0000FF;
	TEXT-DECORATION: underline
}
body  a:link {
	COLOR: #0000FF;
	TEXT-DECORATION: underline
}
body  a:active {
	COLOR: #0000FF;
	TEXT-DECORATION: underline
}
table {
margin-left:auto;
margin-right:auto;
}
.twoColFixLtHdr #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px;
}
.style2 {	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #31309C;
	text-align: center;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/watermark.gif);
} 
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #31309C;
	text-align: left;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#title {
	width:540px;
	height:86px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	color: #31309C;
	text-align: center;
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #31309C;
	color: #FFFFFF;
	padding: 5px;
}
.r7 {
	list-style-type: none;
	padding-top: 10px;
	margin-bottom: 3px;
	background: url(images/bullet-r7.gif) no-repeat 0px 0px;
	font-weight: bold;
	list-style-position: inside;
	margin-left: 0em;
	padding-left: 1em;
	text-indent: 1.5em;
	padding-bottom: 10px;
}
.desc {
	list-style-type: none;
	font-weight: normal;
}
.kent {
	list-style-type: none;
	padding-top: 10px;
	margin-bottom: 3px;
	background: url(images/bullet-kent.gif) no-repeat 0px 0px;
	font-weight: bold;
	list-style-position: inside;
	margin-left: 0em;
	padding-left: 1em;
	text-indent: 1.5em;
	padding-bottom: 10px;
}
.surrey {
	list-style-type: none;
	padding-top: 10px;
	margin-bottom: 3px;
	background: url(images/bullet-surrey.gif) no-repeat 0px 0px;
	font-weight: bold;
	list-style-position: inside;
	margin-left: 0em;
	padding-left: 1em;
	text-indent: 1.5em;
	padding-bottom: 10px;
}
.epa {
	list-style-type: none;
	padding-top: 10px;
	margin-bottom: 3px;
	background: url(images/bullet-epa.gif) no-repeat 0px 0px;
	font-weight: bold;
	list-style-position: inside;
	margin-left: 0em;
	padding-left: 1em;
	text-indent: 1.5em;
	padding-bottom: 10px;
}
.london {
	list-style-type: none;
	padding-top: 10px;
	margin-bottom: 3px;
	background: url(images/bullet-london.gif) no-repeat 0px 0px;
	font-weight: bold;
	list-style-position: inside;
	margin-left: 0em;
	padding-left: 1em;
	text-indent: 1.5em;
	padding-bottom: 10px;
}
.hampshire {
	list-style-type: none;
	padding-top: 10px;
	margin-bottom: 3px;
	background: url(images/bullet-hampshire.gif) no-repeat 0px 0px;
	font-weight: bold;
	list-style-position: inside;
	margin-left: 0em;
	padding-left: 1em;
	text-indent: 1.5em;
	padding-bottom: 10px;
}
.sussex {
	list-style-type: none;
	padding-top: 10px;
	margin-bottom: 3px;
	background: url(images/bullet-sussex.gif) no-repeat 0px 0px;
	font-weight: bold;
	list-style-position: inside;
	margin-left: 0em;
	padding-left: 1em;
	text-indent: 1.5em;
	padding-bottom: 10px;
}
.berkshire {
	list-style-type: none;
	padding-top: 10px;
	margin-bottom: 3px;
	background: url(images/bullet-berkshire.gif) no-repeat 0px 0px;
	font-weight: bold;
	list-style-position: inside;
	margin-left: 0em;
	padding-left: 1em;
	text-indent: 1.5em;
	padding-bottom: 10px;
}
div.footerlinks-l {
	width:200px;
	float:left;
	margin:0;
	padding-left: 200px;
}
div.footerlinks-r {
	width:200px;
	float:right;
	margin:0;
	padding-right: 200px;
	padding-left: 50px;
}
td, th{
	border: solid 1px #000000;
    }
table.fixtures td, table.fixtures th{
	border: hidden;
	text-align: center;
    }
table.hov_yell th:hover   {
	background-color: #FFFF00;
}
table.boxy td, table.boxy th {
	border: solid 1px #000000;
	text-align: center;
}
table.r7tour th{
	text-align: center;
	background: #CCCCCC;
}
table.tour-draw th{
	text-align: center;
	background: #FFFF00;
	font-size:0.8em;
}
table.tour-draw td{
	text-align: center;
	font-size:0.8em;
}
table.r7tour td {
	text-align: center;
}
table.r7tour {
	text-align: center;
	width: 600px;
}
table.r7open th{
    width:180px;
	text-align: center;
	border:solid thin black;
	font-size:0.8em;
}
table.r7open th.score{
    width:20px;
	text-align: center;
	border:solid thin black;
	font-size:0.8em;
}
table.r7open td.score{
    width:20px;
	text-align: center;
	border:none;
	font-size:0.8em;
}
table.r7open td{
    width:180px;
	text-align: center;
	font-size:0.8em;
	border:none;
}
div.rankinglinks-l {
	width:200px;
	float:left;
	margin:0;
	padding-left: 50px;
}
div.rankinglinks-r {
	width:200px;
	float:right;
	margin:0;
	padding-right: 50px;
	padding-left: 50px;
}
div.rankinglinks-logos {
	width:175px;
	float:left;
	margin:0;
	padding-left: 65px;
}
div.rankinglinks-new {
	width:160px;
	float:left;
	margin:0;
	padding-left: 70px;
	padding-top: 30px;
}
div.header_logo {
	width:160px;
	float:left;
	margin:0;
	padding-left: 50px;
	padding-top: 5px;
}
img {
	border: 0px;
}

