body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#fff; 
  font-family:arial, verdana, sans-serif; 
  font-size:76%;
  overflow: hidden; 
  }

/* for IE */
* html body {
  padding:110px 0 30px 0; 
  }

#container {
  font-family:"times new roman", serif;
  font-size: 1.2em;
  position:fixed; 
  top:110px;
  left:0;
  bottom:30px; 
  right:0; 
  overflow:auto; 
  background:#eee;
  padding:20px;
  text-align:center;
  }

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

#header {
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height:105px; 
  overflow:auto; 
  background:#53829d;
  border-bottom:5px solid #73a2bd;
  }
* html #header {height:110px;}


#footer {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height:25px; 
  overflow:auto; 
  text-align:right; 
  background:#73a2bd;
  border-top:5px solid #53829d;
  }
* html #footer {height:30px;}

/* End of main format */

#footer p {
  color:#fff; 
  margin:5px 10px 0 10px;
  }

#header img {
  margin:2px 0 0 2px;
  }

#header a, a:visited {
  font-size:1.1em;
  text-decoration:none;
  color:#ddd;
  }

#header a:hover {
  color:#fff; 
  text-decoration:none;
  }

#header ul {
  clear:both; 
  text-align:center; 
  border-top:1px solid #73a2bd;
  }

#header ul {
  margin:0; 
  padding:0; 
  list-style-type:none; 
  background:transparent; 
/*  height:3em; */
  }

#header ul li {
  display:inline; 
  color:#73a2bd;
  }

#container a, a:visited {
  font-size:1.1em;
  text-decoration:none;
  color:#88f;
  }

#container a:hover {
  color:#00f; 
  text-decoration:none;
  }

