@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #FFFFFF;
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#header  {
	width: 780px;
	margin-top: 20px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
} 
#nav td {
	padding-right: 10px;
	padding-left: 10px;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	height: 100%;
	padding-top: 3px;
}
#shirtp {
	float: left;
	width: 300px;
}

#nav tr {
	width: auto;
	height: 100%;
}
#nav table {
	width: auto;
	margin: auto;
}
.header {
	text-transform: lowercase;
}
h1 {
	font-size: 1.5em;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 90%;
	line-height: 130%;
}



#nav {
	width: 100%;
	height: 40px;
	background-image: url(../images/menumiddle.png);
	background-repeat: repeat-x;
}

#header h1  {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	width: 760px;
	margin: auto;
	padding: 15px 20px;
	background-color: #333333;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#nav a {
	font-size:90%;
	text-decoration: none;
	color: #FFFFFF;
	margin: 3px;	
}

a {
	font-size: 90%;
	font-weight: bold;
	color: #FF0613;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#pictures {
	float: right;
	text-align: center;
}

#subnav {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -9px;
	margin-bottom: -4px;
}

#subnav table {
	background-color:#C31B25;
	width: 100%;
	text-align:center
}

#subnav td {
	width: 20%;
}

#subnav td a {
	color: #FFFFFF;
	font-weight: normal;
}

#subnav td active {
	background-color:#333333
}

<style type="text/css">
.round{display:block}
.round *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#333333}
.round1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #85252b;
  border-right:1px solid #85252b;
  background:#572d2f}
.round2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #b41d26;
  border-right:1px solid #b41d26;
  background:#4e2e30}
.round3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #4e2e30;
  border-right:1px solid #4e2e30;}
.round4{
  border-left:1px solid #85252b;
  border-right:1px solid #85252b}
.round5{
  border-left:1px solid #572d2f;
  border-right:1px solid #572d2f}
.roundfg{
	background:#333333;
}
#info td{
	padding: 5px;
}


h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}

.event {
	font-size: 90%;
	font-weight: bold;
	color: #FF0613;
	text-decoration: none;
}

#awards td {
	padding: 5px;
	font-size: 90%;
}

#awards tr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFFF;
}

ol {
	text-align:left;
}
</style>
