a:link	  {text-decoration: none}
a:visited {text-decoration: none}

html {
}

body {
  font-family: Arial, sans-serif;
  background-color: white;
}

#header {
  position: absolute;
  margin: 0; padding: 0; top: 0; left: 0; right: 0; 
  width: 50em; 
  height: 7.95em;
  color: black; background-color: white; overflow: auto;
  border: none ; border-bottom: solid black 0.05em;
}

#header-table { 
  color: black ;
  border-style: none;
  width: 100%;
}

#navside {
  position: absolute;
  margin: 0; padding: 0.5em;
  top: 8em; left: 0; width: 8.3em; bottom: 0;
  height: 20em;
  color: black; background-color: white; 
  border: none ; border-right: solid black 0.05em;
}

#content {
  position: absolute;
  top: 8em; left: 9.5em; 
  width: 39.5em;
  padding-top: 1ex; padding-bottom: 3em; padding-left: 0.5em; padding-right: 0.5em;
  background-color: white; 
}

.logo-cell    { 
  width: 237px; 
  height: 115px;
}
.title-cell   { 
  color: #b59a7a ;
  font-family: Times New Roman, Times, serif;
  font-size: 1.7em ;
  font-weight: bold ;
}
.contact-details {
  font-family: Arial, sans-serif;
  font-size: 0.9em ;
}

.pic {
  border:none;
  float: left;
  clear: left;
  text-decoration:none;
}

.picleft {
  border:none;
  float: left;
  clear: left;
  margin-right: 0.5em ;
  text-decoration:none;
}

.picright {
  border:none;
  float: right;
  clear: left;
  margin-left: 0.5em ;
  text-decoration:none;
}
