.container {
	margin: auto;
	max-width: 1180px;
	min-width: 1180px;
}

#wrap {
	padding: 125px 7px 7px 7px;
	background-color: #f8f8f8;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	opacity: 0.95;
}

header {
	position: fixed;
	width: 100%;
	background-color: #090e22;
	padding-top: 10px;
	z-index: 100;
}

#social {
	position: fixed;
	top: 250px;
	padding: 5px;
	background-color: #f8f8f8;
	text-align: center;
	z-index: 1;
	border: 1px solid #cccccc;
	border-left: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#facebook {
	position: fixed; 
	width: 230px; 
	bottom: 0px; 
	right: 5px; 
	padding: 5px; 
	border: 1px solid #cccccc; 
	background-color: #f8f8f8;
	z-index: 1;
}

#clubs {
	background-color: #bababa;
	padding: 10px;
	margin: 0px -9px;
	border: 2px solid #000000;
	border-bottom: 0px;
}

#clubs a {
	margin: 0px 7px;
}

#clubs a img {
	max-height: 50px;
}

ul#menu ul {
	display: none;
	z-index: 2;
}

ul#menu li:hover > ul {
	display: block;
}

ul#menu {
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-table;
}

ul#menu li {
	float: left;
}

ul#menu li a {
	display: block;
	padding: 10px 15px 7px 15px;
	font: normal 10pt Verdana;
	color: #ffffff;
	text-transform: uppercase;
}

ul#menu ul {
	list-style: none;
	background: -moz-linear-gradient(#444, #111);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -webkit-linear-gradient(#444, #111);    
	background: -o-linear-gradient(#444, #111);	
	background: -ms-linear-gradient(#444, #111);	
	background: linear-gradient(#444, #111);
	padding: 0;
	position: absolute; 
	top: 100%;
}

ul#menu ul li {
	float: none; 
	position: relative;
	margin: 0px;
	padding: 0px;
}

ul#menu ul li a {
	display: block;
	min-width: 200px;
	padding: 10px 15px;
	font: normal 10pt Verdana;
	color: #ffffff;
	text-transform: uppercase;
}
	
ul#menu ul li a:hover {
	background-color: #000000;
	color: #ffffff !important;
}

footer h1 {
	font-size: 9pt !important; 
	padding: 7px !important; 
	text-align: center;
}

.sidebar {
	float: right;
	width: 430px;
	margin-left: 10px;
}

.leftbar {
	float: left;
	width: 230px;
	margin-right: 7px;
}

.content {
	overflow: hidden; 
}

#news-image {
	float: left;
	width: 450px;
	margin: 0px 15px 15px 0px;
	position: relative;
}

#news-image img {
	border: 1px solid #000000;
	width: 100%;
}

#news-image .caption {
    position: absolute;
    bottom: 0px;
    left: 0px;  
    width: 100%;  
    background-color: #000000;
    color: #ffffff;  
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#news-image .caption p {
	padding: 4px;
}

.box {
	margin-bottom: 7px;
}

.box h1 {
	font-size: 12pt;
	padding: 5px 10px;
	background-color: #555555;
	color: #ffffff;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
	border: 1px solid #000000;
	margin-right: 3px;
	box-shadow: 3px 3px 3px #acacac;
	border-radius: 3px;
	letter-spacing: 0.5px;
}

p.announce {
	font-size: 16pt;
	color: #5B9ED6;
    font-weight: bold;
    font-family: Tahoma, 'Yanone Kaffeesatz', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	text-align: center;
	margin: 0px;
}