<style type="text/css">
body {  text-align:center; margin:0; padding:0; 
        font-family:arial, sans-serif; font-weight:bold; font-size:80%; }
#container  {
  margin:20px auto; padding:0px;
  width:950px; text-align:left;
  border:4px solid #600;
  font-size:1.4em;  color:#600;
}
#top{ 
  border-bottom:4px solid #600; text-align:center; vertical-align:top; padding:0px; 
}
#top h1{ margin:15px;
  color:#600;
  text-align:center;
}

table { width:100%; }
tr    { margin:20px; color:#600; text-align:center; }

div.imagebox { padding:20px 10px;  margin:0 10px; }
td.imagebox  { padding:20 0;  font-weight:bold; font-size:0.8em;  }

a:link     { color:#000;  }
a:hover    { color:green;  }
a:visited  { color:#600;  }
a          { text-align:center; font-size:80%; }

p  { font-weight:bold; }

.directors  { font-size:1.4em; font-weight:bold; height:100px; }

/*** cross-browser float clearer ***/
div.clearer { clear: both; font-size: 1px; line-height: 1px; }
/*** <div class="clearer">&nbsp;</div> ***/
</style>