body {
	background: #99ccff url(/public/images_new/pat.gif) repeat-x scroll 0px 0px;
	text-align: left;
	font-family: Tahoman, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
}
h1 {
	margin-bottom: 5px;
	font-size: 18px;
	color: blue;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	margin-top: 2px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	color: black;
	font-size: 12px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: red;
}

#wrapper {
	width: 85em;
	margin: auto;
}

#main {
	width: 100%;
	height: 800px;
	margin: 10px;
	background: transparent url(/public/images_new/mainbg.png) no-repeat 0 0;
}

#top {
	width: 100%;
	padding-top: 45px;
	height: 200px;
}

#top_left {
	width: 300px;
	height: 200px;
	float: left;
}

#top_right {
	width: 300px;
	height: 200px;
	float: right;
}



#main_left {
	width: 200px;
	height: 500px;
	margin: 0 0 0 45px;
	/*background: transparent url('/public/images/main.jpg') no-repeat 0 0;*/
	float: left;
}

#main_center {
	width: 560px;
	height: 500px;
	float: left;
	/*background: transparent url('/public/images/main.jpg') no-repeat -200px 0;*/
}

#main_right {
	width: 280px;
	height: 500px;
	float: right;
	margin: 20px -15px 0 0;
	/*background: transparent url(/public/images/main_new3.jpg) no-repeat scroll -760px 0;*/
}

#footer {
	width: 100%;
	text-align: right;
}

ul#scores {
	margin-top: 15px;
	margin-bottom: 0px;
}

li.score {
	list-style: none;
	list-style-image: none;
	list-style-position: inside;
	background: url('/public/images_new/ball.gif') no-repeat 0px .9em;
	padding-top: 10px;
	padding-left: 20px;
	margin: 0 0 0 -10px;
}

ul#menu {
	margin-top: 15px;
	margin-bottom: 0px;
}

li.link {
	list-style: none;
	list-style-image: none;
	list-style-position: inside;
	padding-top: 10px;
	padding-left: 20px;
	margin: 0 0 0 -10px;
}

ul#standings {
	margin-top: 0px;
	margin-bottom: 0px;
}

li.team {
	list-style: none;
	list-style-image: none;
	list-style-position: inside;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0 0 0 -20px;
}
