*
  {
  margin: 0;
  padding 0;
  }
html, body
	{
  text-align:center; /*For IE6*/
	margin: 5px;
  height: 100%;
	background-color: #FFFFFF;
	font-family: Verdana;
	}
#wrapper
  {
  max-width: 960px;
  min-width: 320px;
  margin: 0 auto;
  text-align: left;
  }
#header
	{
  position: relative;
	top: 10px;
  min-height: 75px;
	margin-left: 10px;
	margin-right: 10px;
  padding: 10px;
	background-color: Red;
	}
#header img
	{
  position: absolute;
  height: 70px;
	border: none;
 	padding-left: 10px;
	}
#menu
	{
  margin-left: 180px;
  text-align: right;
	font-size: 125%;
	}
#menu a
	{
	margin-right: 1em;
	text-decoration: none;
	color: Black;
  }
#menu a:hover
	{
	text-decoration: underline;
	color: Blue;
	}
#footer
	{
  position: relative;
	margin-left: 10px;
	margin-right: 10px;
  padding-left: 10px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
	background-color: Red;
  text-align: center;
	}
#footer span
	{
	margin-left: 1em;
	margin-right: 1em;
  white-space: nowrap;
	}
#footer img.icon
	{
	position: absolute;
  right: 12px;
  height: 1.275em;
	}
#content
	{
  position: relative;
  min-height: 400px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: .5em;
  padding-bottom: .5em;
	background-color: WhiteSmoke;
  font-size: 100%;
	}
#content p
	{
	margin-top: 1em;
	}
#content h1
	{
	margin-bottom: .1em;
	font-size: 150%;
	}
#content h2
	{
	margin-bottom: 1em;
	font-size: 100%;
	}
#content h3
	{
	margin-bottom: .2em;
	font-size: 90%;
	}
#content ul
  {
  margin-bottom: .2em;
	list-style: none;
	}
#content ul.bullets
  {
	list-style: disc;
	}
#content ul li.desc
	{
  width: 85%;
	padding-left: 2em;
	}
#clubs
	{
	margin-top: .5em;
	}
#clubs a
	{
	font-size: 125%;
	text-decoration: underline;
	color: Black;
  }
#clubs a:hover
	{
	text-decoration: underline;
	color: Blue;
	}
#clubs table
	{
  width: 100%;
	}
#clubs tr
	{
  vertical-align: text-bottom;
  }
#clubs tr td.right
	{
	text-align: right;
  padding-left: 1em;
	}
#picture
	{
	float: left;
  width: 31.33%;
  margin: 1% 1% 0 1%;
	}
#picture img
	{
  width: 100%;
  border: none; 
  }  
#picture p
	{
  font-size: 75%;
	text-align: center;
  }
#flyer
	{
	float: right;
  width: 30%;
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: 1%;
	}
#flyer img
	{
  width: 100%;
  border: none; 
  }  
#flyer p
	{
  font-size: 75%;
	text-align: center;
  }
.title
  {
  text-align: center;
  }
.imgemail
	{
  display:inline;
  height: 16px;
	margin-bottom: -3px;
	}
.badge
	{
  height: 1.5em;
	border: none;
	}
.nudge
	{
	position: relative;
  top: -.3em;
	}
