#wrap {
	font-size: 110%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
#header strong {
	font-size: 175%;
	font-weight: bold;
}

#content {
	padding-right: 160px;
	padding-left: 250px;
	position: relative;
	min-width: 500px;
}
#sidebar {
	position: absolute;
	top: 0em;
	margin: 0px;
	padding: 0px;
	width: 250px;
	left: 0em;
}
#bannerbar {
	position: absolute;
	top: 0em;
	right: 0em;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	margin: 0px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	font-size: 110%;
}
#sidebar a {
	display: block;
}
a {
	color: #0000FF;
}
a:hover {
	color:#0000CC;
}
#header {
	border-bottom-width: 0.25em;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-bottom: 1em;
}
#content #maincolumn {
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
.box {
	float: left;
	width: 46%;
	padding: 1%;
}
h2 {
	font-size: 125%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 2%;
}
.box li {
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 25px;
	min-height: 22px;
}
.box .cards li {
	background-image: url(../img/cards.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.box .wheel li {
	background-image: url(../img/wheel.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.box .spades li {
	background-image: url(../img/spades.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.box .balls li {
	background-image: url(../img/balls.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.box ul {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 180%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1%;
}
.clear {
	clear: both;
}
li a {
	display: block;
}
.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: none;
	text-align: center;
}
dt {
	font-weight: bold;
	margin-top: 1em;
}
.widebox li {
	margin-top: 0.5em;	
}
