html {
  margin: 0px;
  padding: 0px;
  color: black;
  background: #fff;
  background-repeat: repeat-x;
  background-image: url('/apple-r.png');
  background-attachment: fixed;
  background-position: bottom left;
  height: 100%;
  overflow: hidden;
}

body {
  font: 9pt/17pt georgia;
  font-family: georgia, serif;
  color: #555753; 
  
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  background-image: url('/apple.png');
  background-position: bottom left;
  background-attachment: fixed;
  overflow: auto;
  height: 100%;
}

p { 
  font: 9pt/17pt georgia; 
  font-family: georgia, serif;
  margin-top: 0px; 
  text-align: justify;
}

h3 { 
  font: italic normal 12pt georgia;
  font-family: georgia, serif;
  letter-spacing: 1px; 
  margin-bottom: 0px; 
  color: #441E2A;
}

a:link { 
  font-weight: bold; 
  text-decoration: none; 
  color: #441E2A;
  
}

a:visited { 
  font-weight: bold; 
  text-decoration: none; 
  color: #441E2A;
  
}

a:hover, a:active { 
  text-decoration: underline; 
  color: #441E2A;
  
}

acronym {
  border-bottom: none;
}

#content {
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 210px;
}

#navigation {
  position: absolute;
  padding-top: 10px;
  left: 10px;
  width: 210px;
  float: left;
  z-index: 100;
}

#subnav {
  _filter:alpha(opacity=50);
}

html>body #subnav {
  width: 130px;
  font-size: 75%;
  float: right;
  z-index: 101;
  border-left: 1px solid gray;
  height: 100%;
  padding: 0px;
  background-color: #fff;
  text-align:center;
  opacity: 0.5;
  position: absolute;
  right: 0px;
}

#subnav ul {
  list-style: none;
margin-left :0px;
  width: 100%;
padding: 0px;
  margin: 0px;
}

.details {
  margin-right: 125px;
}

#subnav ul li {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

#subnav ul li+li {
  border-top: 1px solid gray;
}

#footer {
  position: absolute;
  bottom: 3px;
  left: 40px;
  font-family: sans-serif;
  color: #441E2A;
    
}

li {
  background: none !important;
}

#navigation ul a
{
  display: inline;
}

#navigation a
{
  display: block;
  text-align: center;
}

#navigation a img
{
  margin-left: auto;
  margin-right: auto;

  border-width: 0px;
}