/*
	Created by KlondikeSolitaire.org
	http://www.klondikesolitaire.org/
*/


* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #2e0d23;
	background: #ffffff url(Images/Body.png) repeat-x;
}

h1, h2 {
	text-align: left;
}

h2 {
	font-family: Arial, sans-serif;
	margin-bottom: 6px;
	color: #900;
	font-size: 14px;
}

p {
	text-align: justify;
	line-height: 20px;
	margin-bottom: 16px;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

#wrapper {
	width: 620px;
	margin: 0 auto;
}

#header {
	padding: 28px 0 7px 0;
}

#solitaire {
	background: url(Images/SolitaireBorder.png);
}

#solitaireTop, #solitaireBottom {
	height: 10px;
	background: url(Images/SolitaireSides.png);
}

#solitaireBottom {
	background-position: bottom;
}

#footer {
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	padding: 14px 0 21px 0;
}

#adTop {
	margin: 8px 0;
}

#adMiddle {
	margin: 18px 0;
}

#content h2, #content p {
	padding: 0 12px;
}

span.bullet {
	color: #900;
}

#footer img {
	margin-bottom: 6px;
}
