body
{ 
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  color: #7a6a26;
  background-color: black;
  padding-bottom: 0;
}
h2
{
  font-size: 1.4em;
  font-weight: bold;
}
h3
{ 
  font-size: 1.1em;
  font-weight: bold;
}
h4
{ 
  font-size: .9em;
  font-weigth: bold;
}
h5
{
  font-size: .8em;
  font-weight: normal;
}
h6
{ 
  font-size: .6em;
  font-weight: bold;
}
img
{ 
  border: none;
}
#bottomMenu
{
  position: fixed;
  bottom: 0px;
  left: 50px;
  background-image: url("../gfx/menuBackground.png");
}
#contentDiv
{
  padding-bottom: 50px;
  position: absolute;
  top: 254px;
  left: 250px;
  width: 580px;
  z-index: 0;
}
#headerTopDiv
{
  position: fixed;
  top: -0;
  left: 0;
  height: 254px;
  width: 1000px;
  z-index: 2;
}
#headerBottomLeftDiv
{
  position: fixed;
  top: 254px;
  left: 0;
  z-index: 2;
}
#headerBottomRightDiv
{
  position:fixed;
  top: 254px;
  left: 797px;
}
#ieBottomHack
{ 
  display: block;
  width: 900px;
  height: 10px;
  background-color: black;
  position: fixed;
  bottom: 0;
  left: 50px;
}
#latestNews
{ 
  padding: 5px 20px 5px 20px;
  max-width: 300px;
  position: absolute;
  top: 390px;
  left: 50px;
}
#mainDiv
{ 
  margin: 0 auto;
  border: 3px;
  width: 900px;
}
#nextgig
{ 
  width: 470px;
  padding: 3px;
  position: absolute;
  top: 255px;
  left: 260px;
  z-index: 3;
}
.btn
{ 
  float: left;
  opacity: .65;
  /* opacity for IE */
  filter: alpha(opacity=65)
}
.btn:hover
{ 
  opacity: 1;
  /* opacity for IE */
  filter: alpha(opacity=100)
}
.gigdate
{
  width: 20%;
}
.giglist
{  
  width: 80%;
}
.giglist h5
{
  margin: .6em 0 .6em 0;
}
.justify
{ 
  text-align: justify;
}
.linkHeaders
{ 
  padding-left: 20px;
}
.links
{ 
  padding-left: 45px;
}
.newsDate, .newsDate h6
{ 
  margin-bottom: 0;
}
.newsHeadline, .newsHeadline h2
{ 
  margin-top: 0;
  margin-bottom: .3em;
}
.newsBody
{ 
  text-align: justify;
  padding-bottom: 3em;
  padding-left: 2em;
  width: 80%;
}
.pictable td
{ 
  padding: 8px;
}
.relYear
{ 
  font-size: .7em;
  font-weight: bold;
}
.relTitle
{ 
  font-size: 1.5em;
  font-weight: bold;
}
.relInfo
{ 
  padding: 10px 0 30px 25px;
  font-size: .9em;
}
a:link, a:visited
{ 
  color: #8f7955;
  text-decoration: none;
}
a:hover
{ 
  text-decoration: underline;
}

