/***************************************************************************
*   FILENAME    : bazookajoeshow.css                                       *
*   DESCRIPTION : Default Style Sheet for public web site.                 *
*   CREATED     : Bazooka Joe, 08/28/2003                                  *
*   MODIFIED    : Bazooka Joe, 09/07/2003                                  *
***************************************************************************/


/* General */
body {
  background: #c1c1c1 url(images/bjs-bg.gif) repeat;
  margin: 10px;
  padding: 0;
  font-size: 14px; 
  font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
  
}
h1 {
  font-size: 16px;
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0 0 5px 0;
  padding: 0;
}
h2 {
  font-size: 14px;
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0 0 5px 0;
  padding: 0;
}
p {
  font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; 
  line-height: 24px;
  word-spacing: 1px;
  margin: 0 0 16px 0;
  padding: 0;
}
.content>p {
  margin: 0;
}
a {
  color: #CC3300;
  font-weight: 600;
  text-decoration: underline;
}
a:link {
  color: #CC3300;
}
a:visited {
  color: #993300;
}
a:hover {
  text-decoration: none;
}

.photo {
  color: #ffffff;
}

/* All the content boxes belong to the content class. */
.content {
  position: relative; 
  width: 626;
  min-width: 626px;
  top: 10px;
  margin: 0 210px 20px 170px;
  border: 1px solid white;
  background-color: #e0e0e0;
  padding: 10px;
  z-index: 3;
}

.content-mast {
  position: relative; 
  width: 646px;
  min-width: 646px;
  top: 0px;
  margin: 0 0px 0px 170px;
  padding: 0px;
  z-index: 3;
}

.content-copyright {
  position: relative; 
  width: 626px;
  min-width: 626px;
  top: 10px;
  font-size: 12px;
  margin: 0 210px 20px 170px;
  padding: 10px;
  border: 1px solid white;
  background-color: #fcb758;
  z-index: 3;
}

#photobar {
  position: absolute;
  width: 144px;
  top: 0px;
  left: 0px;
  border: 0px solid white;
  background-color: #eee;
  padding: 0px;
  z-index: 2;
}

#navbar {
  position: absolute;
  width: 144px;
  top: 75px;
  left: 0px;
  font-size: 0.9em;
  border: 0px solid white;
  padding: 10px;
  z-index: 2;
}

#navbox {
  position: absolute;
  width: 144px;
  top: 265px;
  left: 0px;
  font-size: 12px;
  border: 0px solid white;
  background-color: #ff9c4a;
  padding: 10px;
  z-index: 2;
}

#navright {
  position: absolute;
  width: 168px;
  top: 10px;
  right: 20px;
  border: 1px dashed black;
  background-color: #eee;
  padding: 10px;
  z-index: 1;
}-index: 1;
}