/*
******************************************************
================http://www.n-etwork.com===============
******************************************************
====Layout By RedRaider93x // Coded By Cruddpuppet====
******************************************************
*/
    body {
      font-family: Verdana;
      font-size: 10px;
      font-weight: none;
      color: #363636;
      background: #363636;
      margin: 0px;
    }
    hr {
      background-color: gray;
      height: 1px;
      border: 0px;
    }
    a:link, a:active, a:visited {
      color: #000000;
      text-decoration: underline;
    }
    a:hover {
      color: #FFFFFF;
      text-decoration: underline;
    }
    #main {
      align: left;
      width: 900px;
      height: 166px;
      background: #000000 url("header.png");
    }
    #content {
      position: absolute;
      top: 170px;
      left: 140px;
      width: 765px;
      overflow: visible;
    }
    #nav {
      position: absolute;
      top: 170px;
      left: 1px;
      width: 115px;
      overflow: visible;
    }
