/* Specify blanket rules for all elements */
body {
 background-image: url(images/manilla.gif);
 background-attachment: fixed;
 width: 798px;
 font-size: 80%;
 font-family: 'Lucida Sans Unicode',Verdana,sans-serif;
 height: auto;
 margin-top: 0;
 margin-bottom: 0;
 margin: 0 auto 0 auto;
 padding: 0;
}

/*make a fancy hover*/
a:hover {
 color: #f00;
 background-color: #333;
}

/*Centering container for all site content*/
#container {
 text-align: center;
}

/*To float an image*/
.imgfloatleft {
 float: left;
 margin-right: 20px;
}

.imgfloatright {
 float: right;
 margin-left: 20px;
}

/*Logo Space*/
#logospace {
 height: auto;
}

/*Blurb*/
#blurb {
 text-align: center;
 color: #300;
 height: auto;
 margin-bottom: -12px;
}

/*Center Column*/
#centercolumn {
 text-align: center;
 margin-left: 29%;
 margin-right: 29%;
 height: auto;
}

/*Left Column*/
#leftcolumn {
 width: 29%;
 float: left;
 text-align: center;
 margin-top: -21px;
 height: auto;
 padding-bottom: 61px;
}

/*Right Column*/
#rightcolumn {
 width: 29%;
 float: right;
 margin-top: -21px;
 height: auto;
 padding-bottom: 61px;
 background-color: #ffc;
}

/*Member Links*/
#memberlinks {
 width: 100%;
 aligh: center;
 height: auto;
}

/*Big Left Column*/
#bigleftcolumn {
 width: 50%;
 margin: 0 auto 0 auto;
 float: left;
 text-align: center;
 height: auto;
 padding-bottom: 25px;
}

/*Big Right Column*/
#bigrightcolumn {
 width: 50%;
 margin: 0 auto 0 auto;
 float: right;
 height: auto;
 padding-bottom: 25px;
}

/*Third Player*/
#thirdplayer {
 clear: both;
 text-align: center;
 margin-left: 29%;
 margin-right: 29%;
 height: auto;
}

/*Intro Block*/
#introblock {
  clear: both;
  text-align: left;
  height: auto;
  padding-bottom: 5px;
}

.introhead {
  color: #000;
  font-size: 160%;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 10px;
}

.introtable {
  text-align: left;
  font-size: 100%;
 font-weight: bold;
}

.hint {
   margin-top: -18px;
   margin bottom: -19px;
}

.playerhint {
   margin-top: 25px;
   margin bottom: -19px;
}

#bio {
  text-align: left;
}

/*Contact Us*/
#contactus {
 margin-top: 25px;
 background-color: #fc9;
 width: 30%;
 float: left;
 text-align: center;
 height: auto;
}

.email {
 text-align: left;
 font-size: 14px;
}

.address {
 text-align: center;
 color: #669;
 font-size: 18px;
 font-weight: bold;
}

/*Related Links*/
#relatedlinks {
 background-color: #fc9;
 margin-top: 25px;
 width: 65%;
 float: right;
 height: auto;
 line-height: 20px;
 padding-bottom: 23px;
}

/*Biographies*/
#bio {
 height: auto;
 padding: 15px;
 font-size: 180%;
}

/*Footer*/
 .footer {
  margin: 0 auto 0 auto;
 clear: both;
 margin-bottom: 25px;
}

/* Rules for headings */
h1 {
 font-size: 250%;
 text-align: center;
}

h2 {
 font-size: 200%;
 text-align: center;
}

h3 {
 font-size: 120%;
}

/*Special fonts for schedule page*/
.gig {
 margin-left: 5%;
 font-family: tahoma;
 color: #FF0000;
 font-weight: bold;
 font-size: 14pt;
}

.reh {
 font-family: tahoma;
 color: #663399;
 font-size: 14pt;
}

/* Default paragraph styles */
p {
 tex-align: left;
 font-size: 100%;
 line-height: 150%;
}