/**GLOBAL**/
a:focus {
	outline: none;
	}
body {
	margin: 0;
	text-align: center;
	}
.cnnPageBg {
	position: relative;
	margin: 0 auto;
	}
#quiz {
	float: left;
	height: auto;
	min-height: 400px;
	padding: 132px 20px 50px;
	background: #000c36 url(images/quizSubHead.jpg) left top no-repeat;
	color: #fff;
	}
#quiz p,  #quizHome p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	}
#quiz a, #quizHome a {
	color: #fd3600;
	text-decoration: underline!important;
	}
input.submit {
	width: 190px;
	height: 61px;
	border: 0px;
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
	background: url(images/buttonBg.jpg);
	cursor: pointer;
	}
#pageFooter {
	float: left;
	background: #B00005
	}
#stars {
	float: left;
	width: 730px;
	margin-top: 19px;
	padding-top: 35px;
	background: url(images/stars.gif) 11px 0 no-repeat;
	text-align: center;
	}
#starsBtm {
	float: left;
	width: 730px;
	height: 21px;
	margin-top: 14px;
	background: url(images/stars.gif) 11px 0 no-repeat;
	}
#red, #yellow {
	float: left;
	width: 665px;
	text-align: left;
	margin: 0 0 0 40px;
	}
#yellow {
	margin-bottom: 5px;
	}
#red img, #yellow img {
	float: left;
	}
#red p, #yellow p {
	float: left;
	width: 465px;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 0 10px;
	}
#red p {
	color: #ff3600;
	}
#yellow p {
	color: #ffd700;
	}
.largePt {
	font-size: 30px;
	}
	
/**HOME**/	
	
#quizHome {
	float: left;
	height: auto;
	min-height: 400px;
	padding: 250px 20px 50px;
	background: #000c36 url(images/quizHead.jpg) left top no-repeat;
	color: #fff;
	}
#homeAd {
	float: left;
	width: 300px;
	height: 250px;
	border: 0;
	}
#login {
	float: left;
	width: 425px;
	margin-left: 5px;
	text-align: right;
	font-size: 14px;
	}
#loginBox {
	margin-bottom: 6px;
	}
#loginBox input {
	border: 1px solid #000;
	width: 209px;
	height: 23px;
	margin: 0 0 5px 9px;
	vertical-align: middle;
	}
img.exclaim {
	vertical-align: middle;
	margin-right: 5px;
	}
#playnow input {
	margin: 10px 0 12px 15px;
	vertical-align: 21%;
	}
#loggedIn {
	display: none;
	float: right;
	margin-top: 6px;
	}

/**SUBPAGES**/

#centered {
	text-align: center;
	width: 730px;
	}
#insertUser {
	font-size: 24px;
	margin: 30px 0;
	}
input.btnCenter {
	margin: 30px 0 60px;
	}
img.check {
	margin: 10px 0;
	}
#toughbreak {
	float: left;
	width: 730px;
	}
#retry {
	float: left;
	width: 730px;
	text-align: center;
	margin-top: 20px;
	}
#scorers {
	margin-bottom: 30px;
	}
#topScorer {
	float: left;
	width: 730px;
	text-align: center;
	margin-top: 10px;
	}
#scorers p, #topScorer p {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	}
a.seeLeaderboard img {
	border: 0;
	width: 190px;
	height: 61px;
	margin: 30px 0 60px;
	}
img#tough{
	display: none;
	}
#rules {
	text-align: left;
	}
#rules p {
	margin-top: 25px;
	}
#rules ul , #rules td {
	font-size: 12px;
	}
#rules  th {
	border-bottom: 3px solid #fff;
	}
#rules td {
	border-bottom: 1px solid #fff;
	padding: 5px;
	}
#rules td, #rules th {
	color: #fff;
	margin-right: 5px;
	text-align: left;
	}
#error {
	float: left;
	width: 430px;
	padding: 0 150px;
	}

object {
	border: 0;
	}
/**QUESTIONS PAGE**/

#question {
	text-align: left;
	border-bottom: 1px solid #333d5e;
	margin-bottom: 15px;
	}
#question h1 {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #ff3;
	font-weight: normal;
	}
#question h2 {
	margin: 0 0 15px 0;
	font-size: 24px;
	color: #ff3;
	font-weight: normal;
	}
#choices {
	float: left;
	width: 420px;
	text-align: left;
	}
#choices input {
	margin-bottom: 20px;
	vertical-align: top;
	}
#choices label {
	margin-left: 10px;
	}
#choices input.timer {
	width: 114px;
	height: 60px;
	border: 0;
	background: url(images/timerBg.jpg) left top no-repeat;
	padding: 2px 0 0 6px;
	margin-left: 19px; 
	vertical-align: top;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	}
#rightAd {
	float: right;
	width: 300px;
	}
	
/**IE6 FIXES**/
#quiz {
	_height: 400px;
	}
#red, #yellow {
	_margin: 0 0 0 20px;
	}
	
