body { 
  margin: 0;
  padding: 0;
  font-family: trebuchet MS, serif;
  text-align: justify;
  allow-transparency: yes;
}

i {
  font-style: italic;
  color: #8f8f8f;
}

strong {
  font-style: bold;
  font-size: 20px;
  background-image: url("link2.png");
  text-transform: uppercase;
}

b {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

#tlsplat {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -50;
}

#brsplat {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: -100;
}

#header {

  position: relative;
  left: 50%;
  margin-left: -318px;
  top: 12px;
  width: 700px;
  font-size: 13px;
  line-height: 12px;
  z-index: 100;
}

#main {

  position: relative;
  left: 50%;
  margin-left: -298px;
  top: 50px;
  width: 600px;
  font-size: 13px;
  line-height: 12px;
  background-image:url('transbg.png');
  z-index: 0;
}

#nav {

  position: relative;
  left: 50%;
  margin-left: -224px;
  top: 228px;
  width: 470px;
  font-family: 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: normal;
  letter-spacing:2px;
  z-index: 80;
}

a, a:link, a:visited {
   color: #8f8f8f;
   text-decoration: none;
}
	
a:hover {

   color: #8f8f8f;
   text-decoration: none;
   background-image: url("link3.png");
}

div#nav a, a:link, a:visited {

   text-decoration: none;
}
	
div#nav a:hover {

   text-decoration: none;
   background-image: url("link1.png");
}