body {
  background-color: black; 
  background-image: url( "gfx/background.jpg" ) ;
  background-position: 100% top ;
  background-repeat: repeat-x ;
  margin: 10px; 
  padding: 10px;
}

tr { border-style: hidden }

td { border-style: hidden }

table { background-color:rgb( 167, 20, 162); border-color: rgb( 60, 20, 50); 
border-style: ridge;  border-width: 5 0 0 0 ; border-top-style: double; border-bottom-width: 2px; } 

table.table1 { background-color:rgb( 0, 25, 51); border-color: rgb( 60, 20, 50); 
border-style: ridge;  border-width: 5 0 0 0 ; border-top-style: double; border-bottom-width: 2px; } 

div.brain {
  background: ;
  width: 271px;
  height: 237px;
}



div.header {
  background: blue;
  border-top: 2px #5D5C5C solid;
  border-left: 2px #5D5C5C solid;
  border-right: 2px #5D5C5C solid;
  width: 100%;
  height: 60px;
}

div.leftcol {
  background: white;
  border-left: 2px #5D5C5C solid;
  float: left;
  width: 200px;
  height: 100%;
}

div.content {
  background: #393838;
  width: 100%;
  height: 100%;
  border-left: 2px #4e4d4d solid;
  border-right: 2px #5D5C5C solid;
}
  
div.footer {
  background: url("gfx/brainzombie_a.jpg") repeat;
  border-bottom: 2px #5D5C5C solid;
  border-right: 2px #5D5C5C solid;
  border-left: 2px #5D5C5C solid;
  clear: both;
  width: 100%;
}

div.bottom {
  background: url("gfx/content_bg.jpg") repeat-x;
  clear: both;
  width: 100%;
  }



.fineprint {font-family: arial; font-size:7pt; color: white}
.small {font-family: arial; font-size:10pt; color: white}
.text {font-family: arial; font-size:13pt; color: white}
.large {font-family: arial; font-size:24pt; color: white}

.times_fineprint {font-family: times new roman; font-size:7pt; color: white}
.times_small {font-family: times new roman; font-size:10pt; color: white}
.times_text {font-family: times new roman; font-size:13pt; color: white}
.times_large {font-family: times new roman; font-size:24pt; color: white}
