@charset "UTF-8";
/* CSS Document */

body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 1.4;
}
p {
	color: #666;
}
#wrapper {
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header {
	float: left;
	height: 105px;
	width: 960px;
	margin-top: 5px;
}
#banner {
	height: 331px;
	width: 817px;
	margin-left: 71px;
	float: left;
	margin-top: 5px;
}
#logo {
	height: 104px;
	width: 184px;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
#navigation {
	float: left;
	height: 43px;
	width: 960px;
	margin-top: 10px;
}
#footer {
	float: left;
	height: auto;
	width: 960px;
	margin-top: 30px;
	font-size: 10px;
	color: #999;
	text-align: center;
	line-height: 35px;
}
#signature {
	font-size: 11px;
	width: 960px;
	height: 35px;
	}

/*** Slideshow CSS **/

#slideshow {
    position:relative;
    height:331px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
#soccer {
	float: left;
	height: 80px;
	width: 254px;
}
#nav li {
	display: inline;
}
#nav .dir ul li {
	width: 200px;
	float: left;
}


