html,body {
  height: 100%;
  line-height: 1.2;
}
.article {
  overflow: hidden;
}
body {
  background: url('../Background.jpg') repeat-x; 
  text-align: center; /* IE 6 hack */
  font-family: "Crimson Text";
}
img.hide {
  display: none;
}
.clear
{
  clear: both;
}
h1 {
  margin: -5px -5px 5px -5px;
  background: #e2e1e0;
  color: gray;
  font-family: "Anton";
  font-size: 24pt;
  text-align: center;
}
h2 {
  font-size: 18pt;
}
.footer {
  padding-top: 5px;
  background: #e2e1e0;
  width: 575px;
  height: 20px;
  clear: both;
  position: absolute;
  bottom: 0;
  left: 212px;
}
p {
  margin: 10px 5px;
  height: 100%;
}
#container {
  width: 1000px;/*883px;*/
  min-height: 100%; height: auto !important;
  height: 100%; /* IE 6 hack */
  margin: 0 auto;
  background: url('../TitleCombined.jpg') no-repeat 58px top;
  text-align: left; /* IE 6 hack */
  position: relative;
}
#page-bottom {
  width: 100%;
  height: 150px;
  background: url('../Bottom.jpg') no-repeat 58px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#title-link {
  top: -124px;
  width: 575px;
  height: 470px;
  display: block;
  position: absolute;
  z-index: 7;
}
#page {
  width: 575px;
  margin: 0 auto;
  position: relative;
  min-height: 700px;
  padding: 124px 0 20px 0;
  /* overflow: visible;*/
}
#slideshow {
  height: 221px;
}
#column-1 {
  padding: 5px;
  float: left;
  width: 340px;
  border-right: 1px solid gray;
  margin-right: -1px;
  overflow: hidden;
}
#column-2 {
  padding: 5px;
  float: right;
  width: 214px;
  margin: 0;
  overflow: hidden;
}
.single-column {
  padding: 5px;
}
.logo {
  float: left;
  clear: left;
  width: 75px;
  margin: 5px 5px 5px 0;
}
.blog-title {
  margin-bottom: -10px;
  font-weight: bold;
}
.blog-feed {
}
.blog-noscript-text {
  margin-top: 10px;
}
.aside {
  float: left;
  width: 170px;
  margin-top: 250px;
  margin-left: -210px;
  position: relative;
}
.nav {
  margin-left: 0px;
  width: 170px;
  font-size: 16pt;
  font-family: Anton;
  line-height: 1.2;
  position: relative;
}
.nav ul {
  list-style-type: none;
}
.nav ul li {
  display: block;
}
ul {
  list-style-type: none;
}
ol {
  list-style-position: inside;
  list-style-type: decimal;
}
ol li {
  margin-top: 5px;
}
td {
  padding: 0 3px;
}
.logo-text {
  margin-left: 78px;
  margin-bottom: 3px;
}
/* workshop.htm */
.question {
  font-weight: bold;
}
.answer {
  margin: 5px 0 10px 40px;
}
.activity {
  font-weight: bold;
}
.column-title {
  font-weight: bold;
}
/* galleryindex.htm */
.gallery-item {
  overflow: hidden;
}
/* MB: links underlined only on hover */
a:link {color:Blue; text-decoration:none;}
a:visited {color: Darkorange; text-decoration:none;}
a:hover {text-decoration:underline;}