/*

*/
hr {
height: 1px;
color: black;
background-color: #e0e0e0;
border: none;
}

#container {
   width: 800px;
   /*background-color: #f7f6e2;*/
   background-color: white;
   color: #555555;
   border: 1px solid #882f1d;
   line-height: 140%;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}

#top-menu {
   background-color: red;
   border-top: solid #616161 0px;
   border-bottom: solid #616161 0px;
}

#content {
   text-align: center;
   padding: 15px 20px ;
   line-height: 120%;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: normal;
   color: black;
}

.title {
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   font-weight: bold;
   color: black;
}

.caption {
   margin: 10px 180px 10px 180px;
   padding: 5px;
   text-align: center;
   border: solid 1px #e0e0e0;
   background-color: #f3f2f2;
   color: black;
}

.illustration {
   margin-top: 20px;
   text-align: center;
}

.framed_image {
   border: solid 1px bfbfbf;
}

#footer {
   clear: both;
   margin: 0;
   padding: 5px;
   color: #333;
   background-color: #f7f6e2;
   border-top: 1px solid #616161;
}

/* ---------------------------------------------------------------------------------------------
   Links
   ------------------------------------------------------------------------------------------ */

a:link, a:active, a:visited {
   color: #882f1d;
   font-weight: normal;
   text-decoration: none
}

a:hover {
   color: #FF0000;
   font-weight: normal;
   text-decoration: none
}

.image_link {
   border: 0;
}