@charset "utf-8";
body {
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-image: url(../images/Header_bg_rpt.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtrHdr #container {
	width: 1003px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer {
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7D0101;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer #footer_content {
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
}

.oneColFixCtrHdr #container #content_top {
	margin-top: 20px;
}
.oneColFixCtrHdr #container #sponsors_bottom {
	margin-top: 50px;
}

.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 160px;
	background-color: #000000;
	background-image: url(../images/LW_Header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1023px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}




.oneColFixCtrHdr #header #main_nav {
	position: absolute;
	top: 130px;
	left: 158px;
	width: 854px;
	font-size: 10px;
	font-weight: bold;
}
.oneColFixCtrHdr #header #tabs {
	float: right;
	margin-right: 15px;
}
.oneColFixCtrHdr #header #tabs2 {
	float: right;
	margin-right: 25px;
}

.oneColFixCtrHdr #header #advert {
	width: 525px;
	margin-left: 200px;
	height: 81px;
	border: 1px solid #95060A;
	text-align: left;
}
.redlink {
	color:#ff0000;
	text-decoration:none;
	font-size: 10px;
}
.redlink a{
	color:#FFFFFF;
	text-decoration:none;
}

.redlink a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.redlink a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.redlink a:active{
	color:#FFFFFF;
	text-decoration:none;
}
.redlink a:hover{
	color:#000000;
	
	
}
.redlink2 {								color:#ff0000; text-decoration:none;}
.redlink2 a{
	color:#FFFFFF;
	text-decoration:none;
}

.redlink2 a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.redlink2 a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.redlink2 a:active{
	color:#FFFFFF;
	text-decoration:none;
}
.redlink2 a:hover{
	color:#FF0000;
	
	
}
.oneColFixCtrHdr #container #content_top #homepage_league_table {
	height: 341px;
	width: 307px;
	background-image: url(../images/homepage_league-table_BG.jpg);
}
.oneColFixCtrHdr #container #content_top #newsletter_signup {
	background-image: url(../images/homepage_newsletter_BG.jpg);
	height: 150px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 10px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	position: relative;
}
.oneColFixCtrHdr #container #content_top #homepage_news {
	height: 303px;
	width: 674px;
	margin-left: 12px;
	background-image: url(../images/placeholder_news.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.oneColFixCtrHdr #container #content_top #newsletter_signup #fields {
	position: absolute;
	top: 50px;
	width: 250px;
	left: 20px;
}

.oneColFixCtrHdr #container #content_top #homepage_next_game {
	height: 120px;
	width: 352px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/homepage_last_result_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.oneColFixCtrHdr #container #content_top #homepage_latest_result {
	height: 211px;
	width: 352px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/homepage_next_match_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 12px;
}
.oneColFixCtrHdr #container #content_top #flash_file {
	background-image: url(../images/FIRE1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 427px;
	width: 316px;
}
.red_outline {
	height: 480px;
	width: 640px;
	border: 2px solid #FF0000;
}
.btm_margin_20 {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.btm_margin_20_border {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}
.btm_margin_20_border_gray {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
