/* CSS Document */

html, body {
	width: 760px;
	margin: 0 auto;
	background-color: #C8C8C8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


#footer {
	background-image: url(images/holdem-blackjack-footer.jpg);
	height: 56px;
	font-size: 10px;
	color: White;
}

#footer a {
	color: White;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


.blue {
	background-color: #E4E5EB;
	padding: 10px;
}

.white {
	background-color: #F1F1F3;
	padding: 10px;
}

.main-table {
	border-bottom: 1px solid #919191;
	font-size: 10px;
	color: #292B55;
}

.main-table a {
	color: #292B55;
	text-decoration: none;
}

.main-table a:hover {
	text-decoration: underline;
}


.bottom-padding {
	padding-top: 10px;
	padding-bottom: 10px;
}

.blue-border-bottom {
	padding-bottom: 10px;
	border-bottom: 1px solid #797DC9;
}

.main-table strong {
	font-size: 13px;
	font-weight: bold;
}

#left-side ul {
	list-style: none;
	margin: 10px 10px 10px 15px;
	font-size: 10px;
	padding: 0px;
}

#left-side li {
	margin: 0px;
	margin-top:5px;
	padding: 0px;
	padding-left: 12px;
	background-image: url(images/holdem-blackjack-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color: #2D397C;
	line-height: 16px;
	}
	
#left-side a {
	color: #2D397C;
	text-decoration: none;
}

#left-side a:hover {
	color: #2D397C;
	text-decoration: underline;
}