body {
  color: #ffa;
  font-family: Arial, Helvetica, sans-serif;
  padding: 20px;
  /*background: transparent url(/images/mirror_ball.jpg) top left no-repeat fixed;*/
}
.main {
  width: 850px;
  margin: auto;
}
.pagetop {
  position: absolute;
  top: 0;
  left: 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.1em;
}
em {
  font-weight: bold;
  color: #ff3;
  font-style: normal;
}
a:link, .linkLike {
  color: #faa;
}
a:visited {
  color: #afa;
}
a:hover {
  color: #f88;
}
a:active {
  color: #f00;
}
.linkLike {
  text-decoration: underline;
}
.disable, .disable em, .disable a:link, .disable a:visited, .disable a:hover, .disable a:active {
  color: #444;
}
p {
  text-align: justify;
}
#flierPic {
  height: 540px;
  width: 770px;
  background: url("images/Beyond_Karaoke_flyer1.jpg");
  overflow: hidden;
  margin: 0 auto;
}
#flierDiv {
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px;
  width: 100%;
  background: url("http://kjpaul.com/images/transparent-111-95.png") repeat;
}
#flierDiv img {
  position: fixed;
  top: 40px;
  left: 50%;
}
#flierDiv div {
  position: fixed;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
div.calendar {
	color: #ff3;
	padding: 0 12px 5px;
	font-weight: bold;
	font-size: 1.3em;
}
div.calendar a {
	text-decoration: underline;
}
table.calendar {
  background-color:#000;
  border: 3px #333 solid;
  width: 100%;
  font-size: 1.2em;
}
table.calendar th {
  text-align: left;
  padding: 5px 10px;
  color: #ff3;
}
table.calendar td {
  padding: 4px 10px;
  background-color: #111;
}
table.calendar .altrow td {
  background-color:#333;
}
  /* ROUNDED CORNER CSS */
  .rc { margin-bottom:10px; }
  .rct, .rcb, .rc1, .rc2, .rc3, .rc4, .rcm { display:block; }
  .rc1, .rc2, .rc3, .rc4 { background-color:#333; margin:0 5px; height:1px; font-size:1px; overflow:hidden; }
  .rc2, .rc3, .rc4, .rcm { background-color:#060606; border:1px solid #333; border-width:0 1px;}
  .rc2 { margin:0 3px; border-width:0 2px; }
  .rc3 { margin:0 2px; }
  .rc4 { margin:0 1px; height:2px; }
  .rcm { background-color:#060606; height:auto; }
  .rcm h1, .rcm h2, .rcm p, .rcm .rcc { margin:0; padding:10px 20px; }
  .rcm table { margin:0; padding:10px; }
  .rcm h1, .rcm h2 { border-bottom:1px solid #333; font-weight:bold; padding:0 10px 15px 10px; }
  .rct .rc2, .rct .rc3, .rct .rc4, .rcm h1, .rcm h2 { background-color: #333; } 

.infoBlock {
	background-color: #111;
	padding: 5px;
}
.title2 {
	font-size: 1.1em;
	font-weight: bold;
}

/* BEGIN nvbr-cont styles */ /*this controls the layout and design of navbar*/
.site_menu { 
  padding: 0;
  margin: 0;
  width: 100%;
  height: 20px;
  background-color: #11f;
}
.site_menu ul {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.site_menu ul li {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 20%;
}
.site_menu ul li a:link, .site_menu ul li a:visited, .site_menu ul li a:hover, .site_menu ul li a:active {
  display: block;
  color: #FFF;
  text-decoration: none;
  background-color: #f00;
  overflow: hidden;
}
.site_menu ul li ul {
  position: absolute;
  visibility:hidden;
  margin: 0;
  padding: 0;
}
.site_menu a:hover {
  background-color: #ffeb99;
}

/* class modifiers...must be last is CSS */
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.justify {
	text-align: justify;
}
.normalFont {
	font-size: 11pt;
	font-weight: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cb {
	clear: both;
}
.nowrap {
  white-space: nowrap;
}
.u {
  text-decoration: underline;
}
.hide {
  display: none;
}
