@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	margin:0px;
    padding: 0;
	background:url(images/bg1.png); /*The red textured background for the site*/
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index:0;
}
td {
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body { /*The body of the websites content, everything inside the white section of the site*/
	background-color: #FFFFFF;
	background-repeat: repeat;
}

a {
	font-size: 15px;
	color: #FF0000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}

.style1, h1 {
	font-size: 35px;
	color: #FF0000;
	font-weight: bold;
	font-family: Gill Sans, Gill Sans MT,  Arial, Helvetica, sans-serif;
	text-align: center;
}
.style2, h2 {
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
	font-family: Gill Sans, Gill Sans MT, Arial, Helvetica, sans-serif;
	text-align: center;
}
.style3, h3 {font-size: 18px}
.style4, h4 {font-size: 18px; color: #FF0000; font-weight: bold;}
.style5, h5 {font-size: 15px; color: #FF0000; font-weight: bold; font-style:italic;}
.style6, h6 {font-size: 18px; font-weight: bold;}
.news-title {font-size: 15px; color: #FF0000; font-weight: bold;}
.news-date {font-size: 13px; color: #FF0000;}

.style-bar {
	background:#000;
	height:auto;
	text-align: center;
	width:1024px;
}

.contents {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-size:13px;
	vertical-align:top;
	width:1024px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.content{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-size:13px;
	vertical-align:top;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 16px;
	vertical-align: top;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

option {
	width: 500px;
}

#wrapper {
   margin: 1px auto;
   padding: 5px;
   width: 1024px;
   background:#FFFFFF;
}

#features1 {
	border-right-style:dotted;
	border-right-color:#666;
	border-right-width:thin;
	border-left-style:dotted;
	border-left-color:#666;
	border-left-width:thin;
	background:url(../images/features_bg.png);	
	text-align: center;
}
	
#features {
	border-right-style:dotted;
	border-right-color:#666;
	border-right-width:thin;
	background:url(../images/features_bg.png);
	text-align: center;
}

.match {
	text-align:center;
	color:#FF0000;
	font-family:Gill Sans, Gill Sans MT, Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-right: 5px;
	font-weight: bold;
	vertical-align:top;
}


.matchdate {
	text-align:center;
	color:#FF0000;
	font-family:Gill Sans, Gill Sans MT, Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-right: 5px;
	vertical-align:top;
}

.imgcenter {
	display: block;
	margin-left: auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}

/* Fixtures & Results */

.results {
	text-align: center;
}
.away-match {
	color: #039;
	text-align: center;
	font-size: 12px;
}
.home-match {
	color: #F00;
	text-align: center;
}
#tba {
	font-weight: bold;
	color: #F00;
}