/* LAYOUT */

* {
	margin: 0;
}

body {
	background: #039a01 url(images/grass.jpg) repeat fixed;
	color: #333333;
	font: normal 11px/18px verdana, arial, helvetica, sans-serif;
	margin-bottom: 10px;
}

#wrapper {
	border-bottom: 1px solid #336600;
	margin: 0 auto;
	width: 800px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: 0% 0%;
}

#header {
	width: 800px;
	height: 133px;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-color: #336600;
}

#header h1 {
	color: #FFFFFF;
	;
	font: 35px/35px georgia, times new roman, times, serif;
	letter-spacing: 2px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 160px;
}

#leftcolumn { display: inline; width: 180px; float: left; }

#maincolumn {
	float: right;
	width: 580px;
	padding: 0px 20px 20px 0;
	display: inline;
	position: relative;
}

#maincolumn p {
	padding-bottom: 0px;
}

#footer {
	color: #e5f5e5;
	background-color: #336600;
	height: 10px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#footer a { background-image: none; padding: 0; color: #e5f5e5; text-decoration: underline; outline: none; }

#footer a:hover { color: #eee8aa; text-decoration: underline; }

.clear {
	clear: both;
	background: url(images/h2_line.gif) repeat-x 0% 15px;
}

/* NAVIGATION TOP */

#navtop ul { padding: 0; background: #336600 url(images/bg_navigation.gif) no-repeat; float: right; width: 800px; }

* html #navtop ul { width: inherit; }

#navtop ul li { display: inline; }

#navtop ul li a {
	background-image: none;
	color: #e5f5e5;
	text-decoration: none;
	float: right;
	text-transform: uppercase;
	outline: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#navtop ul li a:hover { color: #eee8aa; text-decoration: underline; }

#navigation { width: 175px; }

/* NAVIGATION LEFT */

#navigation ul { margin-left: 4px; padding-left: 0; list-style-type: none; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; }

#navigation a { background-image: none; display: block; padding: 5px 3px 5px 7px; width: 165px; background-color: #008000; border-bottom: 1px solid #e5f5e5; outline: none; }

#navigation a:link,#navigation a:active,#navigation a:visited  { color: #e5f5e5; text-decoration: none; }

#navigation a:hover { background-color: #039a01; border-bottom: 1px solid #336600; color: #eee8aa; }

/* SITE STYLES */

#maincolumn h1 {
	font: 14px/24px georgia, times new roman, times, serif;
	letter-spacing: 2px;
	padding-left: 20px;
	background-image: url(images/ball.gif);
	background-repeat: no-repeat;
	background-position: 0% 5px;
}

#maincolumn h2, #maincolumn h3 { background-color: #e5f5e5; font: bold 16px/22px georgia, times new roman, times, serif; letter-spacing: 2px; border-top: 1px solid #363636; border-bottom: 1px solid #363636; margin-bottom: 10px; padding-left: 5px; }

#maincolumn h4, #maincolumn h5, #maincolumn h6 { font: bold 11px/18px verdana, arial, helvetica, sans-serif; letter-spacing: 2px; text-transform: uppercase; }

a, a:link, a:active, a:visited { background: url(images/link.gif) no-repeat 0% 2px; color: #3cb371; font-weight: bold; outline: none; padding-left: 15px; text-decoration: underline; }

a:hover { color: #ff8c00; text-decoration: none; }

div.news {
	background: url(images/h2_line.gif) repeat-x 0% 15px;
	text-align: center;
	letter-spacing: 2px;
	padding: 0 px 5px 0 5px;
}

div.news p { text-align: left; }

div.news a, div.news a:link, div.news a:active, div.news a:visited { background: url(images/page.gif) no-repeat 0% 0%; color: #363636; padding: 0 0 5px 21px; }

div.news a:hover { color: #999; text-decoration: none; }

div.news strong {
	color: #336600;
	font: normal 14px/32px georgia, times new roman, times, serif;
	letter-spacing: 2px;
	padding: 0 px 5px 0 5px;
	background: #FFFFFF;
}

div.tableleft { font-size: 10px; margin: 10px 0 10px 10px; }

div.tableleft table { border: 1px solid #336600; margin-top: 5px; }

div.tableleft td { padding: 0 0 0 2px; }

div.tableleft .yourteam {
	background-color: #FFFFFF;
	color: #fff;
}

div.tableleft .otherteam { background-color: #fff; }

#leftcolumn h3 { font: bold 11px/18px verdana,arial, helvetica, sans-serif; text-transform: uppercase; letter-spacing: 2px; margin: 10px 0 10px 0; }

#leftcolumn h4 {
	background: url(images/ball.gif) no-repeat left 6px;
	margin: 10px 5px 0 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: right;
	border-top: 1px solid #336600;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
}

