/*
  $Id: stylesheet.css, 2010/03 hpdl Exp $

  Yeats Magic Co.
  http://www.yeatsmagic.com
*/

BODY {
  background-color: #000;
  background-image: url(bg/theatre.gif);
  background-position: top; 
  background-repeat: no-repeat;
}

A:link {
  text-decoration: none; 
  color: #4d7db2;
}


A:active {
  text-decoration: none;
}

A:hover {
  text-decoration: underline; 
  color: #fff;
}
  
A:visited {
  text-decoration: none;
  color: #4d7db2;
}


#intro {
  width: 410px; 
  height: 365px; 
  font-family: Arial;
  font-size: 12px; 
  color: #d0cfcf; 
  overflow: hidden; 
  text-align: left; 
  padding-left: 10px; 
  padding-top: 10px;
}

#performers {
  width: 410px; 
  height: 365px; 
  font-family: Arial;
  font-size: 12px; 
  color: #d0cfcf; 
  overflow: auto; 
  text-align: left; 
  padding-left: 10px; 
  padding-top: 10px;
}

#links {
  width: 640px; 
  height: 380px; 
  font-family: Arial;
  font-size: 12px; 
  color: #d0cfcf; 
  overflow: auto; 
  text-align: left; 
  padding-left: 10px; 
  padding-top: 10px;
}

.main {
  width: 420px; 
  height: 240px; 
  font-family: Arial;
  font-size: 12px; 
  color: #d0cfcf; 
  overflow: hidden; 
  border: hidden; 
  text-align: left; 
  border: 0; 
  padding-left: 10px; 
  padding-top: 10px;
}

.main A:link {
  text-decoration: none; 
  color: #4d7db2;
}


.main A:active {
  text-decoration: none;
}

.main A:hover {
  text-decoration: underline; 
  color: #fff;
}
  
.main A:visited {
  text-decoration: none;
  color: #4d7db2;
}

#titlebar {
  width: 854px;
  height: 30px;
  background-color: #191919;
  border: #353536 1px solid;
  text-align: center;
  letter-spacing: 2px;
  font-family: Times New Roman, Arial;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}


#titlebar A:link {
  text-decoration: none; 
  color: #fff;
}

#titlebar A:active {
  text-decoration: none;
  color: #fff; 
}
  
#titlebar A:visited {
  text-decoration: none;
  color: #fff; 
}

#titlebar A:hover {
  text-decoration: underline;
  color: #fff;
}

h1 {
  color: #4d7db2;
  font-size: 15px;
  font-family: Times New Roman, Arial;
  display: inline;
}

