@charset "utf-8";
/* CSS Document */

#poll{
	width: 300px;
}



#left-col{
	width: 625px;
	float: left;
}

#last{
	width: 300px;
	margin-top: 20px;
	float:left;
}

#forum{
	width: 293px;
	margin-top: 20px;
	margin-left: 20px;
	float:left;
}


#right-col{
	width: 306px;
	float: right;
}

#news{
	width: 619px;
	float:left;
}

#news a:link{
	color: #333333;
	text-decoration: none;
}

#news a:visited{
	color: #333333;
	text-decoration: none;
}

#news a:hover{
	text-decoration: underline;
}

#more{
	float: right;
}

#more a:link{
	color: #A86602;
	text-decoration: none;
}

#more a:visited{
	color: #A86602;
	text-decoration: none;
}

#more a:hover{
	text-decoration: underline;
}

#facebook{
	position: relative;
	width: 300px;
	height: 67px;
	border: 3px solid #fca529;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-top: 20px;
	background-image: url(images/facebook-bottom.png);
}

#facebook-link{
	position: absolute;
	left: -14px;
	width: 314px;
	height: 80px;
}

a img{
	border: 0px;
}

#club{
	width: 300px;
	border: 3px solid #fca529;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-top: 20px;
}







.adverts{
	margin-top: 20px;
}






#box-header-news{
	padding: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fca529;
	
	overflow:hidden;
	position: relative;
}

#box-header-news h2{
	padding: 0px;
	margin: 0px;
}

#inner{
	position: absolute;
}
