body {
	background: #FFF;
	text-align: center;
}
#logo {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
  height: 162px;
	color: #17167c;
	font-family: arial;
	font-size: 14pt;
	display: block;
	overflow: hidden;
}
#sponsor {
	font-family: lucida sans unicode, lucida grande, sans-serif;
	font-size: 14pt;
  color: #666666; 
	text-align: center;
	text-decoration: none;
	letter-spacing: 2.5px;
	margin-bottom: 20px;
}

#sponsor a {
  text-decoration: none; 
  color: #666666; 
  font-family: lucida sans unicode,lucida grande,sans-serif;
}

#sponsor a:hover {
  color: #161676;
}

#stuff, #menu {
  background-color: #CCCCCC;
  width: 600px;
  display: block;
  font-family: arial;
  font-size: 10pt;
  color: gray;
  text-align: center;
  text-decoration: none;
	margin: 10px auto;
	padding: 5px;
}

#stuff {border-bottom: 2px solid #161676;}
#menu {border-top: 2px solid #161676;}

#stuff a, #menu a {
  text-decoration: none;
  color: #444444;
  margin: 2px 4px;
}

#stuff a.active, #menu a.active {
  color: #161676;
  font-weight: bold;
}

#stuff a:hover, #menu a:hover {
  color: #161676;
  text-decoration: underline;
}

#content {
  width: 600px;
  margin: 10px auto;
  min-height: 200px;
	font-family: lucida sans unicode, lucida grande, sans-serif;
  color: #444444;
  text-align: left;
  font-size: 10pt;
  padding-bottom: 20px;
}

h3 { 
  color: #444444; 
  font-weight: normal; 
  text-decoration: underline;
}

h2 {
  color: #161676;
  text-align: center;
}

#dodstuff {
  font-family: arial;
  font-size: 10pt;
  color: gray;
  text-align: center;
  text-decoration: none;
}

