#banner {
	border: 5px solid rgb(58, 59, 50);
	height: 200px;
	background: url(../images/banners/GL-w-lidze.png) black;
}

#sponsors { height: 73px; width: 301px; background: url(../images/sponsors.png) no-repeat; padding: 3px 128px;}
#sponsors img.separator { padding: 0px 0px; }

.reg-box { background: url(../images/box-gradient-down.png) bottom repeat-x; }
.reg-box span.container {
		background: url(../images/box-gradient.png) repeat-x top;
		display: block;
		border: solid 5px #3a3b32;
		color: white;	
}

.reg-box h1{
		color: white;
		height: 25px; 
		line-height: 25px; 
		padding-left: 10px; 
		background: url(../images/box-header.png) no-repeat;
		font-weight: normal;
		font-variant: small-caps;
		font-size: 9pt;
		font-family: Verdana, Geneva, Arial, Helvetica;
}

/* NEWS BOX */
#news-box div { clear: both; height: 100px;}
#news-box div img { margin: 10px 15px 0px 15px; float: left; border: 5px solid #3a3b32;}
#news-box div span { display: block; position: relative; top: 10px; height: 84px;}
#news-box div a { 
	position: absolute;
	bottom: 7px;
	right: 20px;
	background: url(../images/btns/see-more.png) no-repeat;
	width: 111px;
	height: 23px;
}	
#news-box b { color: #eab306; }
#news-box div.first { margin-top: 35px; }

div.separator {
	height: 0px !important;
	background: url(../images/news-separator.png) no-repeat;
	padding: 5px 0px;
	width: 100%;
}

/* GAMES */
.games-box {
	position: relative;
	width: 328px;
	height: 292px; 
	background: url(../images/games.png) no-repeat;
	border: solid 5px #3a3b32;
	border-bottom: solid 6px #3a3b32;
}

.games-box h1{
		height: 22px; 
		line-height: 22px; 
		padding-left: 7px; 
		color: white;
		font-weight: normal;
		font-variant: small-caps;
		font-size: 9pt;
		font-family: Verdana, Geneva, Arial, Helvetica;
}

.games-box img { position: absolute;}


/* PLAYER OF THE MONTH */
#monthly-player {position: relative;}
#monthly-player img{
	margin: 35px 0px 0px 20px; 
	border: solid 6px #3a3b32;
}

#monthly-player .details{
	position: absolute;
	left: 210px; 
	top: 65px;
}
#monthly-player h2 { font-variant: small-caps; font-size: 14px;}
#monthly-player b { color: #f8c300;}

/* player details box */
div#player-details { padding: 8px; background-color: #463f32; border: 1px solid #252125;}
#player-details img { border: 1px solid #252125;}
#player-details table td {color: #f8c300;}
#player-details table th { text-align: left; } 

a.roster-link { color: #e4dfd6;} 
a.roster-link:hover { color: #f8c300;} 

/* NEWS BOX */
div.news { background-color: #463f32; padding: 20px; }
