/* CSS Document */

body {
	background-color:#CCCCCC;
	}

#wrapper {
	position: relative;
	width: 1000px;
	height: auto;
	margin: auto auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	background-color: #fff;
	}

#banner {
	position: relative;
	width: 1000px;
	height: 110px;
	background-color: #000000;
	}
	
#main_nav {
	position: relative;
	width: 1000px;
	height: 68px;
	background-color: #333333;
	}
	
#stage {
	position: relative;
	width: 1000px;
	height: auto;
	text-align: justify;
	background-color: #fff;
	}
	
#content {
	position: relative;
	width: 940px;
	height: auto;
	left: 30px;
	}
	
#content ul {
	list-style-type: none;
	}
	
#footer {
	position: relative;
	width: 1000px;
	height: 30px;
	color: #fff;
	background-color: #000;
	text-align: center;
	}
	
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: line-through; 
	}
	
	
#footer a:visited {
	color: #FFFFFF;
	}
	
#news_flash {
	position: absolute;
	width: 550px;
	height: auto;
	left: 400px;
	top: 40px;
	}
	
#sport {
	position: relative;
	left: 870px;
	width: 86px;
	height: 90px;
	}	
	
#ssco {
	display: block;
	width: 85px;
	height: 75px;
	background-image: url(../images/ssco.gif);
	
	}

#ssco:hover { 
	background-position: 0 -75px;
	}

#ssco span {
	display: none;
	}
	
#mapbox {
	position: relative;
	margin: auto auto;
	top: 50px;
	width: 1080px;
	height: 675px;
	}
	
h5 {font: 1.4em bold Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	}
	
	
