body {
  min-width: 550px;      /* 2x LC width + RC width */
  background: #FFF;
  font-family: "arial black" "sans-serif";
  
}

#description {
  font-style:italic; 
  margin-bottom: 50px;
  text-align: center;
  max-width: 700px;
  width: expression(this.width > 700 ? "700px": true);
}
#header {
  padding-top: 15px;
  margin-bottom: 25px;
/*  background: #DDD;
  border: black solid 25px;*/
}
#container .column {
  position: relative;
  float: left;
}
#center {
  text-align: center;
  width: 70%;
}
#left {
  width: 15%;
}
#right {
  width: 15%;          /* RC width */
}
#footer {
  clear: both;
}

.image_div{
  text-align: center;
  margin-bottom: 100px;
  /*border: solid red 1px;*/
}

.image{
  max-width: 1000px;
  width: expression(this.width > 1000 ? "1000px": true);
  
  max-height: 1000px;
  height: expression(this.height > 1000 ? "1000px": true);
  border: solid black 25px;
}

A:link {text-decoration: underline; color: black;}
A:visited {text-decoration: underline; color: black;}
A:active {text-decoration: underline; color: black;}
A:hover {text-decoration: underline; color: black;}

