* { margin:0;padding:0; }
body {

}

body * { text-align: left; }

#header {
	background-image: url(../images/header.jpg);
	width: 100%;
	height: 104px;
}

#logo h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #ffffff;
	margin-left: 50px;
}

#logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	margin-left: 50px;
}

#space {
	height: 20px;
	width: 800px;
	margin: auto;
}

#colmns {
	width: 800px;
	margin: auto;
}

#menu {
	width: 180px;
	float:left;
}

#menu_top {
	background-image: url(../images/menu_top.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 9px;
}

#menu_center {
	background-color: #8ED924;
	width: 165px;
}

#menu_end {
	background-image: url(../images/menu_end.jpg);
	background-repeat: no-repeat;
	width: 165px;
	height: 36px;
}

#content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 620px;
	float:left;
}

#menu ul{
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
#menu li a{
	background-color: #8ED924;
	color: #ffffff;
	width: 159px;
	height: 17px;
	display:block;
	text-align: center;
	margin: auto;
text-decoration:none;
}

#menu li a:hover, #menu li a.current{
	background-color: #ffffff;
	color: #8FD924;
}

#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 38px;
	color: #8ED924;
	margin-left: 10px;
}

.content:link {text-decoration: none; font-weight:bold; color: #8FD924;}
.content:visited {text-decoration: none; font-weight:bold; color: #8FD924;}
.content:active {text-decoration: none; font-weight:bold; color: #8FD924;}
.content:hover {text-decoration: none; font-weight:bold; color: }

.tabel        {   border-collapse: collapse; margin: auto;    text-align: center;  font-weight:bold;}
.topscorecel        {  margin: auto;    text-align: center;  font-weight:bold;}
.celheader        {	background-color: #8FD924;   margin: auto;    text-align: center;  font-weight:bold;   color: #000;}
.center       {   margin: auto;    text-align: center;  }


