body{
	background-color: #413839;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:hover{
	font-weight: bold;
}

#page{
	padding: 0;
	margin: 0 auto;
	
}

#header{
	
}

#banner img{
	border-right: solid black 1px;
	border-left: solid black 1px;
	border-top: solid black 1px;
}

#sidebar{
	float: left;
	background-color: #085E09;
	width: 180px;
	height: 1000px;
	margin: 0;
	border-left: solid #1A1212 1px;
}

#main{
	background-color: white;
	width: 880px;
	height: 1000px;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	border: solid #1A1212 1px;
}

#homebutton{
	border: solid black 1px;
}

#teambutton{
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
}

#stadiumbutton{
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
}

#historybutton{
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
}

#navigation {
	background-color: black;
	font-weight: bold;
	color: white;
	padding: .5em 1.3em;
	margin-top: 0em;
	margin-bottom:2.5em;
}
#navigation {
	background-color: black;
	font-weight: bold;
	color: white;
	padding: .5em 1.3em;
	margin-top: 0em;
	margin-bottom:2.5em;
}
#navigation a:link {
	color: white;
}

#navigation a:visited{
	color: white;
}

#navigation a:active{
	color: red;
}

#main h1{
	color: green;
}

#footer{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	font-size: 8pt;
}

#footer a:visited{
	color: black;
}

#footer a:active{
	color: green;
}

#text{
	width: 350px;
	margin-left: 350px;
	margin-right: 175px;
}

table{
	margin-left: 350px;
	margin-right: 175px;
	border: solid black 1px;
	border-collapse: collapse;
}

tr{
	border: solid black 1px;
	padding: .7em;
}

th{
	border: solid black 1px;
	padding: .2em;
}

.color1{
	background-color: white;
}

.color2{
	background-color: green;
}