/* CSS Document */
TABLE#tblMainTop
{
  background-image: url(img/bg_top.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

TABLE#tblMainBottom
{
  background-image: url(img/bg_bottom.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}

TABLE#tblMainMiddle
{
  background-image: url(img/bg_middle.jpg);
  background-position: center center;
  background-repeat: repeat-y;
}

.header { font-family : "Century Gothic", "Avant Garde", "Avantgarde", sans-serif;
	font-weight:normal;
	font-style:italic;
	font-size:16px; }
.locations { font-family : "Comic Sans MS";
	color:#666633;
	font-weight:bold;
	font-size:13px; }
.details { font-family : "Comic Sans MS";
	font-weight:normal;
	font-size:12px; }
	
a {
	font-family: font-family: Copperplate Gothic Bold, Verdana, Arial, Helvetica;
	color: #B16B25;
	}
	
.copyright
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
	}
	
