<!--
* html #maincontent {
	height: 100%;
	_height: 100%;
	overflow: visible;
}

body {
	background-color: #EEEEEE;
	background-repeat: repeat-x;
	text-align:center;
	padding: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	background-image:url(background_images/pagebackground.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.sampleImage {
	border: 1px solid #CC0000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
	color: #FF1800;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#maincontent {
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 766px;
	padding: 0px 0px;
	_height: auto;
	overflow: auto;
	background-color: white;
}
	
#topstrip {
	width: 766px;
	padding: 0px;
	margin: 0px;
	height: 99px;
	background-image: url(background_images/topstrip.gif);
}

#leftarea {
	float: left;
	width: 166px;
	height: 430px;
	margin: 0px 0px;
	padding: 0px 0px;
	background-image: url(background_images/leftbackground.gif);
	background-repeat: no-repeat;
	overflow:visible;
}

#menu {
	text-align: left;
	margin: 0px;
	height: 180px;
	overflow: visible;
}

#menu a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: 122px 4px;
	width: 132px;
	height: 12px;
	_height: 15px;
	border-left: 2px solid black;
	color: black;
	padding: 2px;
	padding-top: 1px;
	padding-left: 5px;
	font-weight:bold;
	margin-bottom:5px;
	display:block;
}

#menu a:hover {
	border-left: 2px solid #FB374B;
	color: #FB374B;
	background-image:url("background_images/blackarrow.gif");
}

#menu a img {
	border: 0px;
	margin-bottom:5px;
}

#newssection {
	float: left;
	width: 220px;
	_width: 230px;
	height: 348px;
	padding-left: 10px;
	padding-top: 30px;
	text-align: left;
	background-image: url(background_images/rightsection.jpg);
	background-repeat: no-repeat;
	background-postion: top right;
	margin-top: 20px;
	max-width: 230px;
}

#footer {
	width:697px;
	color: #AAAAAA;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#footer a {
	color: #AAAAAA;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#centresection {
	text-align: left;
	width: 355px;
	margin: 0px;
	float: left; 
	max-width: 355px;
	overflow: visible;
	_overflow: visible;
	height: auto;
	margin-right:15px;
	font-size: 11px;
}

.sampleImage {
	border: 1px solid #FF1800;
}

h2 {
	font-size: 12px;
	font-weigth: bold;
	text-transform: lowercase;
	color: red;
}

.newsLink {
	text-decoration: none;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}

.newsLink:hover {
	color: #FFFFFF;
}

#fixturesBox {
	margin-top: 50px;
	margin-left: 10px;
	text-align:left;
	height: 80px;
}

#creditBox {
	margin-top: 50px;
	margin-left: 10px;
	text-align:left;
}	

#menu a.currenta {
	color: #888888;
	background-image:url("background_images/rightarrow.gif");
}

#menu a.currenta:hover {
	color: #888888;
	border-left: 2px solid #FB374B;
	background-image:url("background_images/rightarrow.gif");
}

-->