/*Colors:

dark pink: #7E4B4B;
light pink: #9B837B; */

body {
	font-family: trebuchet, verdana, arial, sans serif;
	font-size: 13px;
	color: #7E4B4B;
	background-color: #003300;
	background-image:url('headers/header.champions1.togreen.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin: 0px;
	/*text-align: center;*/
	
}

#container {
	width: 756px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}

#table{
	position: absolute;
	top:250px;
	right:10px;
	width:250;
	padding: 1em;
	float:right;
}

#mastHead {
	width: 756px;
	height: 74px;
	/*background-image:url('images/mastHeada.png');*/
	float: left;
}

#mastHead h1 {
	position: relative;
	left: -9000px;
}

#mainNav {
	width: 756px;
	height: auto;
	padding: 2px 10px 0px 10px;
	font-size: 10px;
	text-align: center;	
}

#mainNav a {
	color: #7E4B4B;
	text-decoration: none;
	font-weight: bold;
}

#mainNav a:hover {
	color: #9B837B;
	text-decoration: underline;
	font-weight: bold;
}

#mainContent {
	width: 756px;
	height: auto;
	/*background-image:url('images/mainContent.png');*/
	float: left;
	background-repeat: repeat;
}

#mainContentPadding {
	padding: 2px 10px 10px 10px;
}

#footer {
	width: 756px;
	height: 28px;
	/*background-image:url('images/footer.png');*/
	float: left;
}

h2 {
	font-family: trebuchet, verdana, arial, sans serif;
	color: #7E4B4B;
	font-weight: normal;
	padding: 2px;
	border-bottom: 2px dotted #000;
}

.photo {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
