﻿body {
	margin: 0;
	padding: 0;
	background-image: url('../images/Mainpage/Background.gif');
	background-repeat: repeat;
	font-family: Arial;
	font-weight: normal;
	color: black;
}

p {
	font-size: 10pt;
	margin: 5px;
	margin-bottom: 10px;
	font-weight: normal;
}
h1 {
	font-size: 16pt;
	color: #b92626;
	margin: 3px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 900;
	float: none;
}
h2 {
	font-size: 13pt;
	color: black;
	margin: 3px;
	padding: 2pt;
	margin-left: 10px;
}
h5 {
	font-size: 8pt;
	margin: 0 auto;
	margin-left: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
a:link, a:visited {
	color: #b92626;
	text-decoration: none;
}

.quote {
	font-size: 9pt;
	font-style: italic;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 10px;
}
.quote h2 {
	font-size: 10pt;
	color: black;
	margin: 10px;
	font-style: normal;
	margin-bottom: 3px;
}
.picture {
	margin-right: 5px;
	float: right;
	padding: 5px;
	width: 250px;
	overflow: inherit;
}
.picture p {
	margin: 2px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.picture img {
	margin: 0 auto;
	border: solid 1px black;
	float: right;
}
#rosterlinks {
	margin: 0 auto;
	width: 930px;
	min-height: 37px;
	padding: 0;
}
#banner {
	margin: 0 auto;
	background-image: url('../images/Mainpage/main_banner.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 930px;
	height: 130px;
}
#top_nav {
	text-align: center;
	min-height: 28px;
	width: 930px;
	margin: 0 auto;
	margin-top: 3px;
}
#data {
	width: 920px;
	background-color: white;
	font: Arial;
	padding: 2px;
	border: solid 2px gray;
	margin: 0 auto;
	position: absolute;
	float: left;
}
#container {
	width: 930px;
	min-height: 510px;
	margin: 0 auto;
}
#footer {
	clear: both;
	width: 930px;
	margin: 0 auto;
}
img a:active, img a:visited, img a:hover {
	border: 0;
	text-decoration: none;
}