/* Style Sheet for B-Czar B-Stee Site 06 */
hr {
  color: 000000;
}

table {
  width: 100%;
  height: 100%;
}

td {
	vertical-align: top;
	text-align: center;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.pageContainer {
  /* text-align for centering See: http://www.quirksmode.org/css/centering.html*/
  position: relative;
  width: 716px;

  margin: 0 auto;
  text-align: left;
}

.headerClass {
  position: absolute;
  width: 940px;
  height: 120px;
  top: 0px;
  left: 0px;

  color: #FECF3B;

  border-color: #FECF3B;
  border-width: 8px;
  border-style: inset;

  background-color: #000000;
}

.celtsHeaderClass {
  position: absolute;
  width: 716px;
  height: 100px;
  top: 0px;
  left: 0px;

  color: #FECF3B;
/*
  border-color: #FECF3B;
  border-width: 8px;
  border-style: inset;
 */
  background-color: #000000;
}

#celtsLogoLeft {
  position: absolute;

  width: 132px;
  height: 100px;

/*
 * DBG:
  border-color: #FECF3B;
  border-width: 1px;
  border-style: solid;
 */
  /* position top/left down width of border */
  top: 0px;
  left: 0px;

  background-image: url(./images/celticsLogo.png);
}

#leftLogo {
  position: absolute;

  width: 50px;
  height: 104px;

/*
 * DBG:
  border-color: #FECF3B;
  border-width: 1px;
  border-style: solid;
 */
  /* position top/left down width of border */
  top: 0px;
  left: 0px;

  background-image: url(./lavalamp.gif);
}
#snap-title {
  position: absolute;
  width: 400px;
  height: 88px;

  /* position top/left down width of border */
  top: 0px;
  left: 280px;

/*  background-image: url(./images/bstee-title1.png); */
  font-size: 30px;
  padding-top: 20px;
  text-align: center;
}

#celtsLogoRight {
  position: absolute;
  width: 132px;
  height: 100px;

  /* position top/left down width of border */
  top: 0px;
/*  left: 605px; */
  right: 0px;
  background-image: url(./images/celticsLogo.png);
}


#rightLogo {
  position: absolute;
  width: 50px;
  height: 104px;

  /* position top/left down width of border */
  top: 0px;
/*  left: 605px; */
  right: 0px;
  background-image: url(./lavalamp.gif);
}

.leftColClass {
  position: absolute;
/*  width: 140px;*/
  width: 940px;
  top: 144px;
  left: 0px;
  height: 100%;
  background-color: #FFFFFF;
/*
  border-color: #000000;
  border-width: 1px;
  border-style: solid;

  border-color: #000000;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
*/
}

.contentClass {
  position: absolute;
  top: 178px;
/*  left: 164px;
  width: 566px;*/
  left: 0px;
  width: 940px;
/*
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
 */
}

#elButton a  {

	color: #000000;

	font-size:14px;

	font-family: Arial, Helvetica, sans-serif;

	font-weight:bold;

	text-decoration: none;

/*	border:4px outset #807A73;*/
	border:4px outset #FECF3B;

        background-color: #BFB8AC;
	display: block;

	width: 140px;
        left: 5px;

	padding: 3px 5px;

	margin: 1px;

}

#elButton a:hover {

	background-color: #D9D0C3;

	color: #000000;

	padding-left:4px;

	border:4px outset #807A73;

}
.pageContainer .contentClass li {
	text-align: left;
}
.pageContainer .contentClass #txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	text-decoration: underline;
	text-align: center;
}
.pageContainer .contentClass #video {
	text-align: center;
}
