 /*
File: ~/www/CSS/site.css
Client: Music Lab
Author: Jonathan Biebesheimer <jb@thunkit.com>
Last Modified By: Jonathan Biebesheimer <jb@thunkit.com>

Date-Created:  November 6, 2002
Date-Modified: November 6, 2002 
*/

/* -- Site Elements --------------------- */

body {
  padding:0px;
  margin:0px;
  height: 100%;
  font-family: verdana;
  font-size: 12px;
  background-color: #000000;
}

a {
  color: #314357;
  text-decoration: underline;
}

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

/* -- Top Elements ------------------ */

#top_nav {
  position: absolute;
  left: 212px;
  top: 77px;
}

#logo_flash {
  position: absolute; 
  left: 291px; 
  top: 10px; 
  z-index: 2;
}

#top_nav2 {
  position: absolute;
  left: 180px;
  top: 83px;
}

#top_nav2 a {
  font-family: sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
  border-right: 1px solid #ffffff;
  padding-right: 8px;
  padding-left: 8px;
  height: 23px;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

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

/* -- Content Area Elements ---------------- */

#outer_wrapper {
  background-image: url(../GRAPHICS/Shared/site_template/center_bg.jpg);
  background-repeat: repeat-y;
  z-index: 2;
}

#inner_wrapper {
  background-image: url(../GRAPHICS/Shared/site_template/main_bg.jpg);
  background-repeat: no-repeat;
  z-index: 1;
}

#content {
  padding-top: 160px;
  margin-left: 140px;
  padding-bottom: 50px;
  width: 570px;
  text-align: left;
  z-index: 3;
}

/* -- Footer Elements ------------------ */

#footer {
  height: 86px;
  background-image: url(../GRAPHICS/Shared/site_template/footer.jpg);
  background-repeat: no-repeat;
}

#footer_nav {
  width: 570px;
  margin-left: 140px;
  margin-top: 3px;
  text-align: right;
}

#footer_nav p {
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 8px;
}

#footer_nav a {
  font-size: 10px;
}

#footerspace {
  height: 20px;
}
