#container{
	position:relative;
	width:1150px;
	min-height:100%;
	margin: 0 auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#advertisements{
	position:relative;
	height: 100px;
	background-color: #FFF;
	margin-bottom: 20px;
}

body {
	background-color: #fff;
}

#topmenu{
	position:relative;
	height: 30px;
}

#spacer1{
	position:relative;
	height: 2px;
	background-color: #be854e;
}

#header{
	position:relative;
	width:1150px;
	height: 270px;
}

#bottommenu{
	position:relative;
	height: 30px;
	background-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #663399;
}

#spacer2{
	position:relative;
	height: 2px;
	background-color: #be854e;
}

#teamlayer {
	position:absolute;
	left:38px;
	top:400px;
	width:644px;
	height:auto;
	z-index:5;
	visibility: hidden;
	color: #663399;
	background-color: be854e;
	filter:alpha(opacity=80); /* IE */
	-moz-opacity:0.8; /* Mozilla */
	opacity: 0.8; /* CSS3 */
}

#youth {
	position:absolute;
	left:76px;
	top:400px;
	width:160px;
	height:auto;
	z-index:10;
	visibility: hidden;
	color: #FFF;
	background-color: be854e;
}

#blank {
	position:absolute;
	left:2px;
	top:400px;
	width:1125px;
	height:450px;
	z-index:3;
	visibility: hidden;
}

#mainarea{
	position:relative;
	width:1150px;
	margin: 0 auto;
	height: auto;
	min-height:500px;
}

#rotating_images {
	position: relative;
	height: 600px;
	width: 1150px;
	float: left;
	z-index: 2;
	background-color: #639;
	margin: auto;
}

#titlebar {
	position: relative;
	height: 40px;
	width: 100%;
	float: left;
	text-align: left;
	z-index: 2;
	background-color: #000;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
	text-indent: 15px;
}

#leftside {
	position: relative;
	height: auto;
	width: 840px;
	float: left;
	min-height:400px;
	margin-right: 5px;
}

#newsbar {
	position: relative;
	height: 40px;
	width: 100%;
	float: left;
	text-align: left;
	z-index: 2;
	background-color: #000;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
	text-indent: 15px;
}

#centerside {
	position: relative;
	height: auto;
	width: 415px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	min-height:400px;
}

#rightside {
	position: relative;
	height: auto;
	width: 300px;
	float: left;
	min-height:820px;
	border-right-style: none;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666;
}

#infoarea {
	position: relative;
	height: auto;
	float: left;
	width: 100%;
	z-index: 7;
}

#teaminfo {
	position: relative;
	height: auto;
	width: 940px;
	float: left;
}
#teamnames {
	width: 180px;
	margin-left: 10px;
	position: relative;
	height: auto;
	float: right;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
}

#teampic {
	width: 700px;
	position: relative;
	height: 365px;
	float: left;
}

#roster {
	width: 200px;
	position: relative;
	height: auto;
	float: right;
}

#results {
	width: 950px;
	position: relative;
	height: auto;
	float: left;
}

button.accordion {
    background-color: #663399;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

