/***************************** masthead ******************************/

h1.pplHeader {
	width: 256px;
	height: 32px;
	background: url('peoples_lottery.gif') no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

/**************************** columns *******************************/

#pplleftcol
{
	float:left;
	display:inline;
	width:471px;
	margin:13px 0 0 0;
}

#pplrightcol
{
	float:left;
	display:inline;
	width:225px;
	margin: 7px 0 0 30px;
}

/**************************** body text *******************************/

.ppltext
{
	clear:both;
	font-size:1.1em;
}

.ppltext h2
{
	font-size:0.9em;
	color: #010101 !important;
	margin-bottom: 20px;
}

.ppltext img
{
	margin-bottom:10px;
}

.ppltext img.inline {
	border: 1px solid #848484;
	float: right;
	margin-top: 5px;
	margin-left: 15px;
}

.ppltext q
{
	font-style:italic;
}

/**************************** quotes *******************************/

.pplquote {
	line-height: 1.7em;
}

.pplquote span
{	
	font-size: 0.9em;
	background: #000;
	color: #fff;
	padding: 2px;
}


/**************************** blocks *******************************/

#pplrightcol p {
	font-size: 0.7em !important;
	line-height: 1.3em !important;
	color: #6f6b6b;
}

.pplRemark {
	background: url('asterix.gif') no-repeat;
	padding: 2px 0 0 22px;
	
	margin: 10px 0 20px 0;
}

.pplHow {
	background: url('how_does_it_work.gif') no-repeat;
	padding: 35px 0 0 9px;
	margin-bottom: 20px;
}

#pplrightcol .pplHow p {
	line-height: 1.5em !important;
}

.pplContact {
	background: url('contact_us.gif') no-repeat;
	padding: 35px 0 0 9px;
	margin-bottom: 20px;
}

.pplContact p a {float: left; display: inline; width: 180px;}
.pplContact p span {float: left; display: inline; font-size: 1em; color: #8b8b8b; width: 10px;}



/**************************** button *******************************/

.pplFooter span {float: left; margin-top: 10px;}

.pplFooter .playNow {
	display: inline; 
	width: 105px; 
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('play_now.gif') no-repeat;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}

.pplFooter .playNow:hover {
	background-position: 0 -23px;
}


