@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 {
	float: left;
	margin-right: 37px;
	margin-bottom: 20px;
	height: 88px;
	width: 160px;
	margin-top: 20px;
	border: 0px solid #FFFFFF;
	font-size: 44px;
}
#rightbar {
	margin-bottom: 20px;
	height: 90px;
	width: 728px;
	float: right;
	margin-top: 20px;
}


#menu1 {
	background-color: #eee;
	margin-top: 10px;
	height: 20px;
	float: left;
	width: 950px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding: 10px;
}
.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;
}

#menu2 {
	height: auto;
	width: 930px;
	background-color: #FFFFFF;
	margin-top: 0px;
	float: left;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#today {
	float: left;
	height: auto;
	width: 750px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
}
#mainindex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	width: 950px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 30px;
	float: left;
		}
.oneColFixCtr #mainindex a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#com1 {
	margin-top: 20px;
	margin-left: 0px;
	float: right;
	height: 1320px;
	width: 120px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-right: 30px;
}
#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;
}
#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;
}



#livescore {
	float: left;
	height: auto;
	width: 750px;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-left: 15px;
}
#link {
	width: 750px;
	float: left;
	margin-top: 5px;
	border: 1px solid #000000;
	margin-left: 30px;
}

#footer {
	float: left;
	height: auto;
	width: 930px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 0px;
}


img {
	margin: 5px;
}
#todaylivescore {
	float: left;
	height: auto;
	width: 750px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
	}

