
/* http://gauntlets-publishing.com - Cleland Weller */ 

body {
 font-family:
 verdana,
 arial, 
 helvetica,
 sans-serif;
 color: #ffffff;
 font-size: small;
 height: 100%;
 padding: 0;
 margin: 0;
 background: #000000;
 voice-family: "\"}\""; voice-family:  inherit;
 }
  
html>body {
 font-size: small;
 }

#glogal {
 position: relative;
 margin: 0;
 padding: 0;
 width: 98%;
 background: #000000
 }
  
h1 {
 margin: 0; 
 padding: 10px;
 }
  
a:link{
 color: #00ff00;
 text-decortation: none;
 }

a:visited {
 color: #00ff00;
 text-decortation: none;
 }

a:active {
 color: #00ff00;
 text-decortation: none;
 }
 
a:hover {
 color: #00ff00;
 text-decortation: underline;
 } 

img {
 border: 0;
 }

table.video_list {
 font-size: 15px;
 font-weight: bold;
 color: #00ff00;
 }
 
table a:link, 
      a:visited,
      a:active {
 text-decoration: none;
 }
 
table a:hover {
 text-decoration: underline; 
 } 
 
.center {
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 } 
 
#header {
 margin-left: 20px;
 margin-right: 330px;
 height: 220px;
 top: 0;
 }

#header_left {
 position: absolute;
 white-space: nowrap;
 z-index: 5;
 width: 630px;
 }

#header_right {
 z-index: 4;
 background: #000000;
 }
	 
#left_column {
 position: absolute;
 z-index: 3;
 top: 220px;
 left: 0;
 height: 70%;
 width: 172px;
 padding: 0; 
 background: transparent;
 }

#background {
 z-index: 1;
 height: 80%;
 width: 95%;
 background: #000000  url("../graphics/background.jpg") no-repeat top left;
 }
  
#center_column {
 position: relative;
 z-index: 2;
 height: 80%;
 margin: 0 327px 0 192px;
 padding: 0;
 background: transparent;
 }

#right_column {
 position: absolute;
 z-index: 1;
 top: 0px;
 right: 0;
 height: 70%;
 width: 327px;
 padding: 0;
 background: transparent;
 }
 
#footer {
 font-size: 9px;
 text-align: center;
 height: 20px;
 width: 80%;
 padding: 20px 0 0 0;
 margin: 0 0 0 36px;
 background: transparent;
 }
