@import url('reset.css'); 

#home ol,#home ul {
  list-style-type: square;
}
#home li {
  padding: 6px;
}

body {
	font-family: Trebuchet, Helvetica, Arial, serif;
	font-size: 0.875em;
	text-align: center;
}

div#container {
	margin: 0 auto;
	text-align: left;
	width: 782px;
}

div#header {
	width: 782px;
  height: 224px;
	border-top: 7px solid #5488cc;
  border-bottom: 7px solid #5488cc;  
}
div#header.baseball {
  background: #FFFFFF url('../images/header-baseball.jpg') top left no-repeat;
}
div#header.swimming {
  background: #FFFFFF url('../images/header-swimming.jpg') top left no-repeat;
}
div#header.football {
  background: #FFFFFF url('../images/header-football.jpg') top left no-repeat;
}
div#header.golf {
  background: #FFFFFF url('../images/header-golf.jpg') top left no-repeat;
}
div#header.soccer {
  background: #FFFFFF url('../images/header-soccer.jpg') top left no-repeat;
}
h1#logo {
	width: 386px;
	height: 108px;
  background: url('../images/logo-trans.gif') top left no-repeat;
	margin-top: 40px;
  margin-bottom: 65px;
	margin-left: 28px;
	text-indent: -5000px;
	font-size: 2em;
}

#nav
{
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

#nav ul
{
  list-style-type: none;
  text-align: center;
  margin-top: -8px;
  padding: 0;
  position: relative;
  z-index: 2;
}

#nav li
{
  display: inline;
  text-align: center;
  margin: 0 5px;
}

#nav li a
{
  color: #5488cc;
  background-color: #fff;
  border: 1px solid #ccc;
  text-decoration: none;
  padding: 12px 12px;
}

#nav li a:hover
{
  background-color: yellow;
}

#nav li a#current
{
  background-color: gold;
}

div#content {
	margin-left: 21px;
	margin-right: 21px;
}

h2 {
	margin-top: 1em;
	font-size: 2em;
	color: #5488cc;
}

h3 {
	margin-top: 1em;
	font-style: italic;
	color: #9d8900;
	font-weight: bold;
}

div#content p {
	line-height: 16px;
	text-align: justify;
	margin-top: 1em;
}

div#content a {
	text-decoration: underline;
	color: #9d8900;
	font-style: italic;
}

div#content a:hover {
	text-decoration: none;
	color: #9d8900;
	font-style: italic;
}

img.newsphoto {
	margin-right: 14px;
	margin-bottom: 14px;
	float: left;
}

div#footer {
	margin-top: 38px;
	border-top: 7px solid #5488cc;
	text-align: center;
	font-size: 0.75em;
	padding-top: 12px;
	color: #858585;
}
