/*===========================
  = 2007 SandT Services LLC =
  = CSS File by Wild WebZ   =
  ===========================*/
  
body {
 color: #fff;
 font-size: 62.5%;
 font-family: Arial, Helvetica, sans-serif;
 background-color: #000;
 margin: 0;
 padding: 0;
}

a:link {
 color: #968534;
 text-decoration: none;
}

a:visited {
 color: #968534;
 text-decoration: none;
}

a:hover {
 color: #968534;
 text-decoration: underline;
}

#nav {
 width: 100%;
 margin-top: 19em;
 padding-left: 10px;
}

a.nav {
 color: #968534;
 font-weight: bold;
 font-size: 1.2em;
 text-decoration: none;
} 

a.nav:visited {
 color: #968534;
 font-weight: bold;
 font-size: 1.2em;
 text-decoration: none;
} 

a.nav:hover {
 color: #968534;
 font-weight: bold;
 font-size: 1.2em;
 text-decoration: underline overline;
} 

#container {
 width: 100%;
 height: 100px;
 padding: 55px 0 0 10px;
 background: url(images/background.jpg) repeat-x;
}

#subContainer {
 width: 100%;
 height: 10px;
 background: url(images/subbackground.jpg) repeat-x;
 margin-top: -50px;
}

#wwSpot {
 color: #fff;
 font-size: 1.8em;
 text-align: right;
 padding-right: 20px;
 margin-top: -15px;

}

#footer {
 color: #fff;
 width: 100%;
 font-size: 1.0em;
 text-align: center;
 margin: -0px 0 0 0;
 clear: both;
}

