body, td {
  background-image:url('images/texture.jpg');
  background-attachment:fixed;
  text-align: center;
  color:black;
  font-size: 12px; 
  font-family: Verdana, sans-serif;
}


#outer  {
  width: 900px;
  height: 750px;
  text-align: left;
  margin: 0px auto;
}

#pic  {
  width: 900px;
  height: 119px;
}


#top  {
  background-image:url('images/b8.gif');
  width: 900px;
  height: 26px;
}


#top a {
  color: #000000;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 5px;
  text-decoration: none;
    
}

#top a:hover  {
  color: #ffff00;
}

#red  {
  float: left;
  width: 150px;
  height: 605px;
  background-color: #aa0000;
  padding: 10px;
  font-size: 10px;
  overflow: hidden;
}

#red a  {
  color: #000000;
}

.white  {
  color: #ffffff;
}

#content  {
  float: right;
  overflow: auto;
  width: 700px;
  padding: 10px;
  height: 605px;
}

a  {
  color: #aa0000;
}

h1  {
  color:black;
  font-size: 18px; 
  font-family: Verdana, sans-serif;
  font-weight: bold;

}


h2  {
  color:black;
  font-size: 16px; 
  font-family: Verdana, sans-serif;

  font-weight: bold;
}

p  {
  font-weight: bold;
}

a#googletrans {
font-size:1.5em;
font-weight:bold;
color:#FFF;
text-align:center;
text-decoration:none;
display:block;
background-color:#aa0000;
padding:5px;
margin-bottom:1em;
border-left:1px solid #FFF;
border-top:1px solid #FFF;
border-right:1px solid #000;
border-bottom:1px solid #000;
}

a#googletrans:hover {
border-left:1px solid #000;
border-top:1px solid #000;
border-right:1px solid #FFF;
border-bottom:1px solid #FFF;
}