body
{
  background-color: #444444;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 100%;
  color: #bbbbbb;
}

div
{
  margin: 0;
  border: 0;
}

#greyBox
{
  padding: 0;
  position: fixed;
  left: 50%;
  margin-left: -512px;
  top: 0;
  width: 1024px;
  height: 100%;
  background-color: #585858;
  z-index: -1;
}

#contentWrap
{
  margin: 0 auto;
  padding: 10px;
  top: 0;
  width: 1004px;
  height: 100%;
}

#navBar
{
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  margin-left: -10px;
  width: 1024px;
  background-color: #bbbbbb;
}

#player
{
  margin-top: 50px;
  margin-left: 118px;
  width: 1004px;
  text-align: center;
}

#textBox
{
  margin-top: 20px;
}

.header
{
  font-weight: bold;
  font-size: 4em;
}

.subheader
{
  font-size: 2em;  
}

.title
{
  font-weight: bold;
  font-size: 1.25em;
}

.subtitle
{
  font-weight: bold;
}

.italics
{
  font-style: italic;
}

.centered
{
  text-align: center;
}

ul.navBar
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li.navBar
{
  float: left;
}

a
{
  color: #eeeeee;
  text-decoration: none;
}

a.navBar:link, a.navBar:visited
{
  display: block;
  width: 120px;
  font-weight: bold;
  color: #444444;
  background-color: #bbbbbb;
  text-align: center;
  padding: 4px;
}

a.navBar:hover, a.navBar:active
{
  background-color: #eeeeee;
}