div.naviBar
{
  font-family: verdana;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #000000;
  width: 998px;
  text-align: center;
  border: 1px solid #000000;
}
#naviBar a
{
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
#naviBar a:hover
{
  color: #888888;
  font-weight: bold;
  text-decoration: none;
}
div.templateContainer
{
  width: 1000px;
}
div.artistDiv
{
  float:left; 
  margin-top: 0px; 
  /* margin-left: 5px; */
  width: 150px; 
  background-color: #FFFFFF; 
  display: block; 
  border: 2px solid #000000;
  padding-top: 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
div.sponsorDiv
{
  float:right; 
  min-height: 400px; 
  margin-top: 0px; 
  /* margin-right: 5px; */
  width: 150px; 
  background-color: #FFFFFF; 
  display: block; 
  border: 2px solid #000000;
  padding-top: 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
div.leftBorder
{
  float: left; 
  margin-top: 0px; 
  /* margin-left: 25px; */ 
  width: 50px; 
  display: block;
}
div.rightBorder
{
  float: right; 
  margin-top: 0px; 
  /* margin-right: 25px; */ 
  width: 50px; 
  display: block;
}
div.textArea
{
  margin: auto auto; 
  min-height: 750px; 
  width: 568px; 
  margin-top: 20px; 
  background-color: #FFFFFF; 
  display: block; 
  border: 2px solid #000000; 
  padding-left: 20px;
  padding-bottom: 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
div.footer
{
  margin: auto auto; 
  width: 590px; 
  background-color: #FFFFFF; 
  display: block; 
  border: 1px solid #000000; 
  border-top: 0px solid #000000;
  margin-top: -2px;
}