<!--
	#content h1 {
	background-image: url(header_points.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-family: Arial;
	padding: 18px 0 20px 0 !important;
	width: 550px !important;
	margin-bottom: 8px !important;
}

#box {
	width: 300px;
	float: left;
}
#box h2 {
	margin-top: 0;
	padding: 0 0 5px 0;
	color: #FFFFFF;
}
#box p {
	margin-bottom: 10px !important;
}
#box-1, #box-2 {
	background-image: url(bg_boxes.jpg);
	background-repeat: no-repeat;
	padding: 8px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
	font-size: 15px;
}

ul#cards {
	width: 245px;
	float: right;
	margin: 0 6px 0 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

ul#cards li {
	list-style: none;
	margin: 0 0 6px 0 !important;
	padding: 0 0 5px 0 !important;
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #FFF;
	font-size: 14px;
}
ul#cards li h3 {
	background-image: url(bg_box.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	display: block;
	margin: 0 !important;
	color: #FFF;
	padding: 8px 8px 4px 8px;
	font-family: Arial;
	font-size: 18px;
}

ul#cards li p {
	margin: 0 !important;
	padding: 0 90px 6px 8px !important;
}
#cards li#ace {
	background-image: url(bg_box_ace.jpg);
	background-color: #DEBD4F;
}
#cards li#king {
	background-image: url(bg_box_king.jpg);
	background-color: #B2B2B0;
}
#cards li#queen {
	background-image: url(bg_box_queen.jpg);
	background-color: #ED9530;
}
#cards li#jack {
	background-image: url(bg_box_jack.jpg);
	background-color: #992C77;
}
ul#links {
	list-style: square;
	color: #0c5601;
	margin-left: 20px;
}
ul#links li {
	margin-left: 0px;
	padding-bottom: 10px;
}
	//-->