body
{
  background: url(../img/red_blue_gradient.png) repeat-x top left #0e0e0e;
  margin-top: 30px;
}

body *
{
  font-family: Calibri, Tahoma, Verdana, sans-serif;
  font-size: 14px;
  color: #eeeedd;
}

h1
{
  font-size: 20px;
  font-weight: bold;
}

#header
{
  width: 645px;
  height: 136px;
  background: top left no-repeat url(../img/header_background.gif);
}

#intro_text
{
  width: 500px;
  text-align: center;
  margin-top: 100px;
  color: #cccccc;
  font-size: 18px;
}

#content_area
{
  margin-top: 20px;
  padding: 0px;
  vertical-align: top;
  background: top left repeat-x url(../img/blue_specks.png) #000000;
  border: solid 1px #000000;
  width: 645px;
}

.nav_button_red, .nav_button_blue
{
  width: 100px;
  height: 19px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.nav_button_red
{
  background: top left no-repeat url(../img/nav_button_red.png);
}

.nav_button_blue
{
  background: top left no-repeat url(../img/nav_button_blue.png);
}

.nav_link
{
  color: #ffffff;
  text-decoration: none;
}

.nav_link:hover
{
  text-decoration: none;
}

h3
{
  font-size: 14px;
  font-weight: bold;
  color: #cccccc;
  border: solid 1px #330000;
  letter-spacing: 3px;
  padding: 2px;
  margin-top: 20px;
  margin-bottom: 5px;
  background-color: #220000;
}

a
{
  color: #eeeedd;
  text-decoration: none;
}

a:hover
{
  color: #eeee99;
  text-decoration: underline;
}

a.about_link
{
  font-size: 11px;
  font-family: Arial;
}

.email_form
{
  width: 180px;
  background-color: #111111;
  border: solid 1px #333333;
  font-size: 12px;
  margin-bottom: 5px;
}

#email_form_message
{
  height: 80px;
}

#email_submit
{
  width: 100px;
  height: 19px;
  background: top left no-repeat url(../img/nav_button_red.png);
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

span.mpb
{
  font-weight: bold;
  color: #eeee99;
}

div.example_listing
{
  border: outset 2px #000044;
  background-color: #00001b;
  padding: 5px;
  margin-top: 5px;
  text-align: center;
}

.example_title
{
  font-weight: bold;
  color: #eeee99;
  text-decoration: none;
}

a.example_title:hover
{
  text-decoration: underline;
}

#preview_area {
  width: 401px;
  padding: 1px;
  background-color: #333333;
}

#music_prep_preview_area
{
  width: 400px;
  height: 518px;
  background-color: #000000;
}

#orchestration_preview_area
{
  background-color: #000000;
  width: 400px;
  height: 488px;
}

#music_prep_preview_info, #orchestration_preview_info
{
  background-color: #090909;
  border-top: solid 1px #333333;
  height: 120px;
  width: 400px;
}

#media_player
{
  width: 400px;
  height: 360px;
  background-color: #000000;
  color: #666666;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  border: solid 1px #666666;
}

#audio_player
{
  width: 400px;
  height: 60px;
  background-color: #000000;
}

#bio_image
{
  float: left;
  margin: 0px 10px 10px 0px;
}

div.news_item
{
  margin: 10px 0 20px 0;
}

div.news_item .headline
{
  font-weight: bold;
  margin: 0 0 5px 0;
  font-size: 125%;
}

div.news_item .publish_date
{
  font-style: italic;
}

td.promo
{
  width: 200px;
  height: 200px;
  border: solid 1px #333333;
  padding-top: 130px;
  vertical-align: top;
  color: #666666;
}

div.promo_header
{
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
}
