@charset "utf-8";
/* CSS Document */

html, body 
{
	margin: 0px;
	padding: 0px;
}

body 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	color: #000000;
	text-align: center;
	line-height: 1.8em;
	background-image: url(../images/bg.jpg);
}

#wrapper 
{
	width: 800px;
	margin: 15px auto 15px auto;
	padding: 0px;
	text-align: left;
	border: solid 1px #dadada;
	background-color: #FFFFFF;
}

#header 
{
	width: 100%;
	height: 191px;
	border-bottom: solid 1px #dadada;
}

#container 
{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-y;
	background-position: 200px 0px;
}

#left 
{
	width: 160px;
	height: auto;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#latestnews {
	float: left;
	width: 100%;
	border: 1px solid #999999;
}

#latestfixtures {
	float: left;
	width: 100%;
	border: 1px solid #999999;
}

#newsletter {
	float: right;
	width: 48%;
}


#right 
{
	width: 560px;
	height: auto;
	float: left;
	margin: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

#right p 
{
	margin: 0px;
}

.clearer 
{
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
}

#nav 
{
	margin: 0px;
	list-style: none;
	list-style-image: none;
	background-image: url(../images/nav_bg.jpg);
	color: #FFFFFF;
	font-weight: bold;
	background-repeat: repeat;
	width: 100%;
}

#nav a
{
	background-image: url(../images/button_bg.jpg);
	width: 85px;
	padding-top: 10px;
	padding-bottom: 11px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	text-align: center;
	float: left;
	color: #FFFFFF;
}

#nav a:hover
{
	background-image: url(../images/button_bg_hover.jpg);
	width: 85px;
	padding-top: 10px;
	padding-bottom: 11px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	text-align: center;
	float: left;
	color: #FFFFFF;
}

#buttonEnd
{
	background-image: url(../images/nav_bg.jpg);
	margin: 0px;
	float: left;
	height: 39px;
	width: auto;
}

#footer 
{
	margin: 0px;
	border-top: solid 1px #dadada;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #000000;
}

#footer p 
{
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
	color: #aaa;
}

#footer a:link, #footer a:visited, #footer a:active 
{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover 
{
	color: #FF0000;
	text-decoration: none;
} 

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

a 
{
	color: #3F4554;
}
a:hover {
	color: #CC3300;
}

#matchReport {
	width: 49%;
	padding-right: 1%;
	float: left;
}
#topScore {
	width: 49%;
	padding-right: 5px;
	float: left;
}

.tableTop
{
	background-color: #aa1a1a;
	color: #FFFFFF;
}

legend
{
	color: #000000;
}

#headerImage
{
	background-image: url(../images/header.jpg);
	height: 152px;
}

#top
{
	color: #FFFFFF;
	padding-left: 200px;
	padding-top: 5px;
	font-weight: bold;
}

#top a
{
	color: #FFFFFF;
	text-decoration: none;
}

#top a:hover
{
	color: #FF0000;
	text-decoration: none;
}

.title
{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bg_title.gif);
	padding-left: 5px;
}
