body { 
  background: #ccc url("/images/background.png") repeat-x; 
  font-family:verdana,sans-serif;
  font-size:85%;
  color:#222;
  margin: 0; 
  padding: 0; 
}

p {
  line-height: 100%;
}

#header { 
  background: #fff url("/images/header.png") top center no-repeat;  
  width: 760px;
  height: 175px;
  margin: 0px auto 0px auto;
}

#header a {
  margin-left: 10px;
  display: block;
  width: 740px;
  height: 155px;
}

#footer { 
  clear: both;
  background-image: url("/images/footer.gif");  
  background-repeat: no-repeat;
  background-position: bottom center; 
  height: 22px;
}

#credits {
	text-align: center;
}

#page { 
  background: url("/images/page_bg.gif") top center repeat-y; 
  width: 760px;
  margin: 0px auto 0px auto;
}

#nav {
  margin:0px 0px 0px 0px ;
  list-style: none;
  padding-top: 5px;
  padding-left: 20px;
  font-size: 95%;
  width: 118px;
  float: left;
  text-align: center;
}

#nav li {
	border:1px solid;
	border-color:#ccc #bbb #b6b6b6 #ccc;
	margin: 0 0 3px 0;
	background-color:#FFCD07;
	width: 108px;
}

#nav li a {
  display: block;
	padding: .7em 0px .7em 0px;
	text-decoration: none;
	color: #5006B4;
}

#nav li a:hover {
  background-color: #5006B4;
  color: #FFCD07;
}

#sponsors {
  margin:0px 0px 0px 0px;
  list-style: none;
  padding-top: 5px;
  padding-left: 20px;
  font-size: 95%;
  width: 110px;
  float: left;
  text-align: center;
}

#content {
  margin-left: 143px;
  margin-right: 25px;
  padding-left: 10px;
  border-left: 1px dashed #9C2385;
}

#content h1 {
  margin-top: 0;
  color: #FFAE07;
  border-bottom: 3px solid #FFAE07;
}

#content h2 {
	font-size: 130%;
	color: #AE0757;
  border-bottom: 2px solid #AE0757;
  line-height: 90%;
}

#content h3 {
	font-size: 105%;
	color: #AE0000;
  border-bottom: 1px solid #AE0000;
  padding-top: 7px;
}

#content p {
	font-size: 110%;
	line-height: 140%;
}

#right-island {
  float: right;
  margin-right: 15px;
  padding-right: 5px;
}

.island {
  border: 1px dashed #AE0757;
  margin-bottom: 5px;
  font-size: 85%;
  padding: 5px;
}

.island h1 {
  padding: 0;
  margin: 0;
  color: #AAA696;
  text-align: center;
}

.infoBox {
	font-size: 120%;
	font-weight: bold;
}

img.floatLeft {
	float: left;
	margin: 4px;
}

br.clearAll {
	clear: both;
	height: 1px;
	line-height: 1px;
}

.roster th {
	text-align: left;
	padding-right: 6px;
}

.roster td {
	border-top: 1px solid #000;
	padding: 2px 2px 2px 2px;
}

.roster {
	border: 1px solid #000;
	border-collapse: collapse;
}

.manageScores td {
	padding: 2px 2px 2px 2px;
}

.manageScores {
	border: 1px solid #000;
	border-collapse: collapse;
}