body {
  background: #ffffff url(back.gif) repeat fixed;  
  padding:5px;
  font-family: "Trebuchet MS",Verdana,Sans-serif;
  text-align:justify;
}

/* Page Layout
----------------------------------------------- */

#container {
  margin:1px
  line-height:120%;
  }
#top {
  text-align:center;
  }
#leftcol {
  float:left;
  width:161px;
  margin:20px 0;
  }
#rightcol {
  float:right;
  width:161px;
  margin:20px 0;
  }
#content {
  margin-left: 161px;
  margin-right: 161px;
  text-align:justify;
  padding: 1em;
  }
#footer {
  clear:both;
  margin:0;
  padding: .5em;
  }

/* Paragraphs
----------------------------------------------- */

p {
  font:105% "Trebuchet MS",Verdana,Sans-serif;
}

p.header {
  text-align:center;
  font:130% "Trebuchet MS",Verdana,Sans-serif;
  margin:0;
}

p.pagehead {
  text-align:center;
  font:italic 150% Georgia,"Trebuchet MS",Verdana,Sans-serif;
  margin:0;
}

p.reg {
  font:95% "Trebuchet MS",Verdana,Sans-serif;
}

p.footlinks {
  text-align:center;
  font:80% "Trebuchet MS",Verdana,Sans-serif;
  margin:0;
}

p.footadd {
  text-align:center;
  font:60% "Trebuchet MS",Verdana,Sans-serif;
  margin:0;
}

p.directions {
  text-align:center;
  font:bold 140% Verdana,"Trebuchet MS",Sans-serif;
  margin:0;
}

p.hours {
  text-align:center;
  font:bold 105% "Trebuchet MS",Verdana,Sans-serif;
  margin:0;
  color:#CC00CC
}

/* LINKS
----------------------------------------------- */

a:link {
  color:#0000ff;
  text-decoration:none;
}

a:visited {
  color:#660099;
  text-decoration:none;
}

a:hover {
  color:#CC00CC;
  text-decoration:none;
}

a:active {
  color:#CC00CC;
  text-decoration:none;
}


/* IMAGES - set the border to zero
----------------------------------------------- */

img {
  border-width:0;
  }


/* Alignment class stuff
----------------------------------------------- */

.center {
  text-align: center;
}

.right {
  float: right;
}

.left {
  float: left;
}

.cleared {
  clear:both;
  }

