body
{
  margin: 0 auto;
  padding: 0;
  background-color: #000000;
  background-image: url('images/page_t.jpg');
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top left;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
}





#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	cursor:default;
	color: #D6D6D6;
	text-align: center;
}

#art-page-background-glare
{
  position: absolute;
  width: 100%;
  height: 436px;
  left: 0;
  top: 0;
}

#art-page-background-glare-image
{
  background-image: url('images/background.jpg');
  background-repeat: no-repeat;
  height: 436px;
  width: 481px;
  margin: 0;
}






.bodyFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.bodyFontBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}
.bodyFontSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
}
.bodyFontBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	background-image: url(images/bkg_yellow.jpg);
	text-align: center;
}
.bodyWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
}
.bodyWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.bodyYellowBoldLg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fbe326;
		font-weight: bold;
}
.buttonBoldLg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
A.buttonBoldLg:link {text-decoration: none; color: #000000;}
A.buttonBoldLg:visited {text-decoration: none; color: #000000;}
A.buttonBoldLg:active {text-decoration: none; color: #000000;}
A.buttonBoldLg:hover {text-decoration: underline; color: #3064d0;}

A.white:link {text-decoration: none; color: #ffffff;}
A.white:visited {text-decoration: none; color: #ffffff;}
A.white:active {text-decoration: none; color: #ffffff;}
A.white:hover {text-decoration: underline; color: #fff600;}

A.grey:link {text-decoration: none; color: #ccc;}
A.grey:visited {text-decoration: none; color: #ccc;}
A.grey:active {text-decoration: none; color: #ccc;}
A.grey:hover {text-decoration: underline; color: #fff600;}.redFont {
	color: #fd1205;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

