@charset "utf-8";
#header {
	background-repeat: no-repeat;
	background-image: url(Images/banner.jpg);
	height: 100px;
	width: auto;
}
#sidebar1 {
	position: static;
	width: 150px;
	left: auto;
	float: left;
	height: auto;
	display: inline;
}
#footer {
	filter: Xray;
	clear: both;
}
#maincontent {
	position: static;
	padding-left: 200px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #000;
	width: auto;

}

#container {
	background-attachment: fixed;
	background-image: url(Images/tile.gif);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
}
#gophersports {
	display: inline;
	height:auto;
	width:auto;
	float:left;
}

#gophersports_desc {
	text-align:center;
	margin: 2px;
	width: 250px;
	height: auto;
	
}

#gophersports_content {
	margin: 2px;
	display: inline;
	width: 300px;
	
}

#picturebox {
	float: right;
	height: auto;
	width: auto;
	display: inline;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: right;
}
#w3valid {
	float: right;
}
#copyrighttext {
	text-align: right;
	display: block;
	clear: right;
	width: 400px;
	float: right;
}
