body{
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	text-align:center;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
}

h2{
	color: #A60000;
	margin: 0;
	padding: 5px;
	font-size: 16px;
}

p{
	padding: 5px;
	margin: 0;
}

#container{
	margin: 0 auto;
	width: 975px;
	background: #A60000;
}

#header{
	text-align: left;
}

#navigation{
	padding-top: 5px;
	background: white;
	border-right: 3px solid #A60000;
	border-left: 3px solid #A60000;
	padding-bottom: 20px;
}

#navigation a{
	font-size: 14px;
	padding: 7px;
	text-decoration: none;
	color: #3B5998;
}

#navigation a:hover{
	text-decoration: underline;
}

#content{
	background: white;
	border-right: 3px solid #A60000;
	border-left: 3px solid #A60000;
	padding-bottom: 20px;
}

#footer{
	padding: 3px;
	font-weight: bold;
	font-size: 11px;
	color: white;
	background: #A60000;
}

#eagles{
	font-size: 13px;
}

#eagles th{
	text-align: left;
	font-size: 13px;
	color: #A60000;
}

#eagles td{
	text-align: left;
}

#contact{
	font-size: 13px;
}

#contact th{
	text-align: left;
	font-size: 13px;
	color: #A60000;
}

#contact td{
	text-align: left;
}

ul{
	list-style: square inside;
	color: #A60000;
}
