HTML, BODY {
	margin: 0;
  padding: 0;
  max-width: 870px; /* 858 + 12 */
	height: auto;
	background-color: #F6E8D6;
	border-top-width: 6px;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-right-width: 0;
	border-color: #F6E8D6;
}

/*
Blue background: 08.58.AA
Games Played: D6.C3.AD
Borders: F6.E8.D6
Calendar background: AB.C1.78
*/

BODY > DIV
{
	width: 859px; /* 858 + 1 */
	margin: 6px 0px 0px 0px;
	overflow: hidden;
  border: 0px solid red;
}

DIV > DIV
{
	height: 267px;
	float: left;
	margin: 0;
	text-align: center;
  border: 0px solid green;
}

DIV > DIV IMG
{
	height: 100%;
	width: 100%;
}

#groups
{
	background-color: #000000;
}
#groups div:hover
{
	background-position: 0px -268px;
}


#A-group
{
	background-image: url(../images/small_card_decks_A.png);
	width: 221px;
}
#B-group
{
	background-image: url(../images/small_card_decks_B.png);
	width: 208px;
}
#C-group
{
	background-image: url(../images/small_card_decks_C.png);
	width: 206px;
}
#D-group
{
	background-image: url(../images/small_card_decks_D.png);
	width: 224px;
}


#Singles1
{
	height: 0px;
}
#Ac1 {
	background-image: url(../images/small_card_singles_A.png);
	width: 161px; /* 221-60 */
	height: inherit;
	padding: 0 22px 0 38px;
}
#Bc1
{
	background-image: url(../images/small_card_singles_B.png);
	width: 160px; /* 208-48 */
	height: inherit;
	padding: 0 24px 0 24px;
}
#Cc1
{
	background-image: url(../images/small_card_singles_C.png);
	width: 161px; /* 206-45 */
	height: inherit;
	padding: 0 23px 0 22px;
}
#Dc1
{
	background-image: url(../images/small_card_singles_D.png);
	width: 161px; /*224-63 */
	height: inherit;
	padding: 0 40px 0 23px;
}


#Singles2
{
	height: 0px;
}
#Ac2
{
	background-image: url(../images/small_card_singles_A.png);
	width: 161px; /* 221-60 */
	height: inherit;
	padding: 0 22px 0 38px;
}
#Bc2
{
	background-image: url(../images/small_card_singles_B.png);
	width: 160px; /* 208-48 */
	height: inherit;
	padding: 0 24px 0 24px;
}
#Cc2
{
	background-image: url(../images/small_card_singles_C.png);
	width: 161px; /* 206-45 */
	height: inherit;
	padding: 0 23px 0 22px;
}
#Dc2
{
	background-image: url(../images/small_card_singles_D.png);
	width: 161px; /*224-63 */
	height: inherit;
	padding: 0 40px 0 23px;
}


#Singles3
{
	height: 0px;
}
#Ac3
{
	background-image: url(../images/small_card_singles_A.png);
	width: 161px; /* 221-60 */
	height: inherit;
	padding: 0 22px 0 38px;
}
#Bc3
{
	background-image: url(../images/small_card_singles_B.png);
	width: 160px; /* 208-48 */
	height: inherit;
	padding: 0 24px 0 24px;
}
#Cc3
{
	background-image: url(../images/small_card_singles_C.png);
	width: 161px; /* 206-45 */
	height: inherit;
	padding: 0 23px 0 22px;
}
#Dc3
{
	background-image: url(../images/small_card_singles_D.png);
	width: 161px; /*224-63 */
	height: inherit;
	padding: 0 40px 0 23px;
}

/* These all pertain to the no-script version 
#noLinksBody {
	background-color: #ABC178;
}
#noLinksBody div {
	margin: 6px 2% 6px 2%;
	width: 45%;
	float: left;
}
#noLinksBody ul {
	list-style-type: none;
}
#noLinksBody h3 {
	position: relative;
	left: +1.5em;
	top: +0.5em;
}
*/