
/** LOGO */

#logo {
	width: 1100px;
	height: 135px;
	margin: auto;
	background: url(img03.jpg);
}

#logo h1, #logo p {
	margin: 5px;
	line-height: normal;
	text-transform: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	margin-top: 0px;
	padding: 0px 0px 0px 165px;
	text-transform: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #F7F30A;
	
}

#logo h1 {
	padding: 30px 0px 0px 140px;
	letter-spacing: -1px;
	font-size: 55px;
	background: url(dim.png) no-repeat left top;
}

#logo h1 a {
	text-decoration: none;
	color: #F7F30A;
}

#logo a {

	text-decoration: none;
	color: #F2EF18;
}

/* Page */

#page {
	width: 1080px;
	margin: 0px auto;
	padding: 80px 10px 10px 10px;
	background: #F3FA78;
}

#page-bgtop {
}

#page-bgbtm {
	overflow: hidden;
}












hr {
	display: none;
}





table.standings .title td{
	text-align: center;
	font-weight: bold;
	background: #338c30;
	color: #ffffff;
	}







table.standings {
	min-width: 345px;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	margin-bottom: 15px;
	}
	

table.standings td {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px 4px;
	}
	

