html, body, div#centerBox{
  height:100%;
}
div#content, div#main{
  float:left;
}
body{
  font-family: verdana, sans-serif;
  font-size: 12px;
  margin:0px;
  padding:0px; 
  text-align:center;
  background-color:#444444;
}
img{
  border-style: none;
  float:left;
  } 
#centerBox {
  width:996px;
  margin:0px auto 0px auto; 
  text-align:left;
  min-height: 100%;
  background: #444444;
  background-image: url('../img/sides.gif');
  background-repeat: repeat-y;
  display: table;
}
#content{
  padding:0px 6px;
  margin: 0px;
 }
#main{
  width:946px;
  margin: 0px 20px;
}
a:link, a:visited, a:hover, a:active{
  text-decoration:none;
}
a:visited{
  color:#999999;
}
a:hover{
  color: blue;
}
a:active{
  color: blue;
}
h1, h2, h3, h4{
  margin:0px;
  padding:0px;
}
.subCats{
  font-variant:small-caps;
}
.logoHead{
  float:left;
  width:984px;
  height:75px;
  margin-top:10px;
  color:white;
  background-image:url('../img/gaw_temp_logo.png');
  background-repeat:no-repeat;
}
.guts{
  float:left;
  width:944px;
}
.genBtmLn{
  border-bottom:1px solid #aaaaaa;
}
.smallBgray{
  float:left;
  width:940px;
  font-weight: bold;
  font-size:10px;
  color:#aaaaaa;
}
a.foot:link, a.foot:visited, a.foot:active{
  color:#aaaaaa;  
}
 a.foot:hover{
  color:#666666;
}
