  .header { margin: 0pt;
    background: url(/i/blue_back2.jpg) repeat center center;
    position: fixed;
    top: 0pt;
    left: 0px;
    width: 100%;
    height: 100px;
    z-index: 1;
    color: white;
    }

  .left {
	background: url(/i/blue_back2.jpg) repeat top left;
	position: fixed;
    top: 100px;
    left: 0px;
	width: 150px;
    height: 100%;
    z-index: 2;
    color: white;
  }
  
  .right {
    background: url(/i/blue_back2.jpg) repeat top right;
    position: fixed;
    top: 100px;
    right: 0px;
    width: 125px;
    height: 100%;
    z-index: 2;
    color: white;
  }

  .body {position: relative;
  top: 150px;
  left: 0px;
  width: 100%;
  }
  
  .footer {
    background: url(/i/blue_back2.jpg) repeat;
    margin: 0pt;
    position: fixed;
    bottom: 0pt;
    left: 0px;
    width: 100%;
    z-index: 1;
    color: lime;
    }
	
A.NAV:LINK {color: lime; text-decoration: none; font-weight: bold; size: +1;}
A.NAV:VISITED {color: lime; text-decoration: none; font-weight: bold; size: +1;}
A.NAV:ACTIVE {color: black; }
A.NAV:HOVER {color: white; }

A.NAV2:LINK {color: lime; text-decoration: none;}
A.NAV2:VISITED {color: lime; text-decoration: none; }
A.NAV2:ACTIVE {color: black; }
A.NAV2:HOVER {color: white; }	
