@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: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 1024px;
	}

.oneColFixCtr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a {
	color: #f74600;
	text-decoration: none;
}
#leftbar {
	height: 90px;
	width: 160px;
	font-size: 44px;
	position: absolute;
	left: 50px;
	top: 40px;
	color: #f74600;
}
#leftbar a {
	color: #f74600;
}

#rightbar {
	height: 90px;
	width: 728px;
	position: absolute;
	left: 270px;
	top: 40px;
}
#upper {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	position: absolute;
	left: 50px;
	top: 10px;
	text-decoration: underline;
	height: 20px;
	width: 500px;
}



#menu1 {
	background-color: #eee;
	height: 20px;
	float: left;
	width: 945px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding: 2px;
	position: absolute;
	left: 50px;
	top: 140px;
}
#menupicks {
	background-color: #eee;
	height: 20px;
	float: left;
	width: 945px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding: 2px;
	position: absolute;
	left: 50px;
	top: 170px;
}

#menu2 {
	height: 20px;
	width: 930px;
	font-size: 12px;
	position: absolute;
	left: 50px;
	top: 200px;
	text-align: center;
}

.oneColFixCtr #container #menu1 a {
	color: #F74600;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited {
	color: #000000;
	text-decoration: none;
}
#today {
	height: auto;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
	position: absolute;
	left: 50px;
	top: 220px;
}
#mainindex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	width: 930px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: absolute;
	left: 50px;
	top: 200px;
	background-color: #FFFFFF;
		}
.oneColFixCtr #mainindex a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#com1 {
	height: 1320px;
	width: 120px;
	padding: 0px;
	position: absolute;
	left: 850px;
	top: 220px;
	background-color: #FF0000;
}
#time {
	margin: 0px;
	height: 20px;
	width: 950px;
	text-align: right;
	float: right;
}
#leg {
	background-color: #FFFFFF;
	float: left;
	width: 740px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	border: 1px solid #CCCCCC;
}
#legdatabase {
	background-color: #FFFFFF;
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 50px;
	top: 6150px;
}

#legh {
	background-color: #FFFFFF;
	float: left;
	width: 740px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	border: 1px solid #CCCCCC;
}
.oneColFixCtr #legh a {
	text-decoration: underline;
}
#todaylivescore {
	height: auto;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	position: absolute;
	left: 50px;
	top: 220px;
	}
#todaynews {
	height: 1500px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	position: absolute;
	left: 50px;
	top: 270px;
}

#link {
	width: 750px;
	float: left;
	margin-top: 5px;
	border: 1px solid #000000;
	margin-left: 30px;
}

#footer {
	height: auto;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 0px;
	position: absolute;
	left: 50px;
	top: 770px;
}


img {
	margin: 5px;
}
#footerlivescore {
	height: auto;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 0px;
	position: absolute;
	left: 50px;
	top: 5250px;
}
#footertable {
	height: auto;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 0px;
	position: absolute;
	left: 50px;
	top: 1800px;
}
#footerindexeng {
	height: auto;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 0px;
	position: absolute;
	left: 50px;
	top: 900px;
}
#footerdatabase {
	height: auto;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 0px;
	position: absolute;
	left: 50px;
	top: 6300px;
}
#footernews {
	height: auto;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 0px;
	position: absolute;
	left: 50px;
	top: 1800px;
}
