body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background-color: white; 
  font-family:"Courier New", Courier, monospace;
  font-size:100%;
  overflow: hidden;
  border-style:hidden; 
  }
  
 
  #header {
	position:absolute;
	top:0;
	left:0px;
	width:100%;
	height:80px;
	overflow:auto;
	padding-left:75px;
	padding-top:10px;
	background-color: white;
  }
  
  #footer {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height:30px; 
  overflow:auto; 
  text-align:left; 
  background-color: white;
  padding-left: 20px;
  }
  
  #contents {
  position:fixed; 
  top:80px;
  left:0;
  bottom:40px; 
  right:0; 
  overflow:auto; 
  background-color: #FFFFFF;
  padding: 25px 0px 0px 48px;
  }
  
  #menu {
  position:absolute;
  top:45px;
  left:265px;
  width:500px;
  height:20px;
  text-align:left;
  }
  
  #header h1 {
  color:#999999;
  font-size:130%;
  } 
  
  a:link{
  color:#999999;
  text-decoration:none;
  }
  
   a:visited{
  color:#999999;
  text-decoration:none;
  }
  
  a:hover{
  color:#333333
  }
  
  h2 {
  font-size:90%;
  color:#999999;
  }
  
  h3 {
  font-size:90%;
  color:#C8C8C8;
  }
  
  table {
  text-align:right;
  border-collapse: collapse;
  padding: 10px;
  }
  
  table.spread {
  text-align:right;
  border-collapse:collapse;
  display:inline-table;
  }
  
  td {
  margin: 0;
  padding: 7px 10px 7px 10px;
  }
	
  td.spread {
  padding: 5px 6px 5px 6px;
  }
   
  td.lastbox {
  padding-right: 100px;
  }
  
  img.thumbnail {
  height: 50px;
  width: 50px;
  }
  	
  td.info {
  width:210px;
  line-height: 30%;
  display:inline-table;
  vertical-align:top;
  padding: 10px;
  }
  
  a.email {
  text-decoration:underline;
  color:#999999;
  }
  
  a.email:hover{
  color:#333333;
  }
  
  a img {
  border-top-color:#666666;
  border-left-color:#666666;
  border-right-color:#000000;
  border-bottom-color:#000000;
  border-style:solid;
  border-width: 2px;
  }
  
  img.border {
  border-style:solid;
  border-width: 1px;
  }
  
  #contents a.visited img {
  border-top-color:#666666;
  border-left-color:#666666;
  border-right-color:#000000;
  border-bottom-color:#000000;
  }
  
  
  

/* for internet explorer */

* html body {
  padding:80px 0 50px 0; 
  }

* html #contents {
  height:100%; 
  width:100%; 
  }
