body {
	background-color: #222;
	margin: 0px 0 0 0;
	color: #111;
	color: #fff;

	font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	
	/*height: 100%;
	overflow:hidden;*/
	
	}

html	{
	/*height: 100%;
	*/
	}
#bgpic {
	z-index:-1;
	position:fixed;
	left:0px;
	top:0px;
	zoom:1;
	overflow:hidden;
	}
p 	{
	margin-bottom:1.5em;
	}
.blackbox {
	padding:5px;
	background:#000;
	}
h1	{
		color:  #fff994;
		font-family: Arial, Helvetica, Sans-serif;
		font-size:2.2em;
		font-weight: bold;
		line-height: 1em;
		margin-bottom:0.3em;
		padding-left: 0px;
	}
h2	{
	font-size: 1.35em;	
	}
em	{
		font-style: italic;
	}
strong {
		font-weight: bold;
	}
.clearfix {
	overflow: hidden; 
	width: 100%;
	}
#container	{
		background-color: #000;
		background-color: transparent;
		height: 100%;
	}
a:link {
		color: #fff994;
		text-decoration: none;
	}
a:visited {
		color:  #fff994;
		text-decoration: none;
	}
a:hover {
		color: #ede237;
		text-decoration: none;
	}

.arena a:hover {
		background-color:yellow;
		text-decoration: none;
	}

.noshow {
		display: none;
	}
.thumb {
		float: left;
		display: inline;
		margin-right: 15px;
	}
.standardlist {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
		list-style-type: disc;
		list-style-position: inside;
	}
/* MENU BELOW */
ul#awesome-menu {
	width: 941px;
	list-style: none;
	margin: 0 auto;
}

ul#awesome-menu li { display: inline; }
	
ul#awesome-menu li a {
	display: block; float: left; height: 107px;
		background-image: url(../imgs/menu_sprite.png); 
		text-indent: -9999px;
		background-repeat: no-repeat;
		/* for IE6 below */
		cursor: pointer;
}

	ul#awesome-menu li a.menu_1 {
		width: 350px; background-position: 0 0;	
	}
	
	ul#awesome-menu li a.menu_2 {
		width: 140px; background-position: -350px 0;	
	}
	
	ul#awesome-menu li a.menu_3 {
		width: 160px; background-position: -490px 0;	
	}
	
	ul#awesome-menu li a.menu_4 {
		width: 130px; background-position: -650px 0;	
	}
	
	ul#awesome-menu li a.menu_5 {
		width: 161px; background-position: -780px 0;	
	}

/* ON HOVER */
	
	ul#awesome-menu li a.menu_1:hover {
		background-position: 0 -107px;	
	}
	
	ul#awesome-menu li a.menu_2:hover {
		background-position: -350px -107px;	
	}
	
	ul#awesome-menu li a.menu_3:hover {
		background-position: -490px -107px;	
	}
	
	ul#awesome-menu li a.menu_4:hover {
		background-position: -650px -107px;	
	}
	
	ul#awesome-menu li a.menu_5:hover {
		background-position: -780px -107px;	
	}

/* ON FOCUS */
/*
	ul#awesome-menu li a.menu_1:focus {
		background-position: 0 -214px;	
	}
	
	ul#awesome-menu li a.menu_2:focus {
		background-position: -209px -214px;	
	}
	
	ul#awesome-menu li a.menu_3:focus {
		background-position: -352px -214px;	
	}
	
	ul#awesome-menu li a.menu_4:focus {
		background-position: -541px -214px;	
	}
	
	ul#awesome-menu li a.menu_5:focus {
		background-position: -711px -214px;	
	}
*/

a { outline: none; }
.stretch {
	min-height:450px;
	}
.footer {
	color:  #fff;
	font-size: x-small;
	text-align: center;
	border-top: 1px solid white;
	padding-top: 2px;
	margin-top: 30px;
	margin-bottom: 15px;
	}
#ClubDropDownList {
	margin-top: 10px;
	width: 400px;
	}

/* IE6 PNGFIX */
img, div, a { behavior: url(http://www.lagsupport.se/iepngfix/iepngfix.htc) }
