body
{
	background: url(../images/background.gif) top center repeat-x #ffffff;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	padding-top: 8px;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}





/*************** Structure ***************/
.Container
{
	position: absolute;
	top: 0;
	left: 50%;
	width: 740px;
	margin: 0 0 0 -370px;
}

/*************** Content ***************/

.HeaderMast
{
	position: relative;
}


.HeaderMast a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.HeaderMast .Home, .HeaderMast .Instructions, .HeaderMast .Leaderboard, .HeaderMast .PlayNow
{
	padding: 5px 10px;
	text-align: center;
	position: absolute;
	background-color: #e71f00;
	height: 25px;
	margin-top: 93px;
}
.HeaderMast .Home
{
	margin-left: 0;
}

.HeaderMast .Instructions
{
	margin-left: 58px;
}

.HeaderMast .Leaderboard
{
	margin-left: 148px;
}

.HeaderMast .PlayNow
{
	margin-left: 246px;
}

.HeaderMast .PlayNow
{
	margin-left: 246px;
}

.Flash
{
	position: relative;
	width: 740px;
	height: 520px;
	margin-top: 17px;
} 

.LeaderBoardContent
{
	position: relative;
	font-style: italic;
	font-size: 13px;
	font-weight: 700;
	color: #000;
	font-family: Verdana, Arial;
	background: url(../images/leader-back.jpg) top left no-repeat;
	padding: 50px 140px 0 140px;
	width: 460px;
	height: 470px;
	margin-top: 17px;
}

.LeaderBoardContent h2
{
	font-size: 17px;
	margin: 0;
	text-align: center;
	height: 70px;
}

.LeaderBoardContent .Results
{
	height: 260px;
	clear: both;
}

.LeaderBoardContent .Results .ColumnFull
{
	border: solid #000000 1px;
	width:100%;
}

.LeaderBoardContent .Results .Column1, .LeaderBoardContent .Results .Column2
{
	float: left;
	width: 230px;
	border: solid #000000 1px;
}

.LeaderBoardContent .Results .Column1 .ColumnHeader, .LeaderBoardContent .Results .Column2 .ColumnHeader
{
	font-size: 10px;
}

.LeaderBoardContent .PreviousResults, .BlankRedBoard .PreviousSection
{
	float:left;
}

.LeaderBoardContent .NextResults, .BlankRedBoard .NextSection
{
	float:right;
}

.LeaderBoardContent .PreviousResults, .LeaderBoardContent .NextResults
{
	color: #fff;
}

.BlankRedBoard
{
	position: relative;
	font-style: italic;
	font-size: 12px;
	font-weight: 700;
	font-family: Verdana, Arial;
	background: url(../images/blank-back.jpg) top left no-repeat;
	padding: 50px 140px 0 140px;
	width: 460px;
	height: 470px;
	margin-top: 17px;
	color: #fff;
}

.BlankRedBoard ol
{
	padding-top: 10px;
	margin-top: 0;
	font-size: 12px;
	font-family: Verdana, Arial;
}

.BlankRedBoard .BoardContent
{
	height: 300px;
}

.BlankRedBoard h2
{
	font-size: 17px;
	margin: 0;
}

.BlankRedBoard .PreviousSection, .BlankRedBoard .NextSection
{
	color: #fff;
	padding-top: 10px;
}

.SendFriend
{
	position: absolute;
	background: url(../images/send-to-a-friend.gif) no-repeat;
	width: 274px;
	height: 95px;
	padding: 5px 5px 5px 185px;
	float: left;
}

.SendFriend .TextBoxName
{
	margin-top: 30px;
	width: 128px;
	font-size: 11px;
	float: left;
}

.SendFriend .TextBoxEmail
{
	margin-top: 6px;
	width: 128px;
	font-size: 11px;
	float: left;
}


.SendFriend .SendFriendSubmit
{
	margin-top: 28px;
	margin-right: 85px;
	float: right;
}

.SendFriend a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	margin-right: 3px;
	margin-top: 5px;
	font-weight: bold;
	text-decoration: none;
	
}

.SendFriend br
{
	clear: both;
}

.BottomMenu
{
	float: right;
	width: 250px;
	text-align: right;
}

.BottomMenu .PrivacyPolicy, .BottomMenu .TermsAndConditions
{
	background-color: #e71f00;
	padding: 5px 10px;
	text-align: center;
	margin-left: 5px;
	float: right;
}

.BottomMenu .PrivacyPolicy a, .BottomMenu .TermsAndConditions a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}