html,body
{
	margin: 0px;
	padding: 0px;
	/*background-color: #000;*/
	text-align: center;
	height: 100%;
	background-image: url(../images/bgTile_03.jpg);
	background-repeat: repeat;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: x-small;
	line-height: 1.5em;
	font-style: normal;
}

div.padder 
{ 
	padding: 10px; /* ////////PUSHES EVERYTHING IN FROM THE SIDES////////// */
}

div.leftPadder 
{ 
	padding: 10px 0 0 0;
}


div.rightPadder { 
	padding: 10px; /* ////////PUSHES EVERYTHING IN FROM THE SIDES////////// */
}



#wrapper
{
	margin: 0px auto 0px auto;
	/*background-color: #000;*/
	min-height: 100%;
	width: 993px;
}


#content
{
	position: relative;
	margin: 0px auto 0px auto;
	height: 1200px;
	width: 993px;
	/*background-color: #ff6600;*/
}


#header
{
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0px;
	/*background-color: #D6EAC5;*/
	text-align: left;
	float: clear;	
}






/* //////////////////////////////////////////////////// */


#leftSection
{
	position: absolute;
	top: 100px;
	left: 0px;
	height: 100%;
	width: 180px;
	background-color: #000;
	text-align: left;	/*min-height:100%;*/
}


#centerSection 
{ 
	position: relative; 
	height: 100%; 
	margin: 0px 180px 0px 180px; 
	text-align: left; 
	background-color: #000;
}


#rightSection {
	position: absolute;
	top: 100px;
	right: 0px;
	height: 100%;
	width: 180px;
	margin-left: 15px;
	background-color: #000;
	text-align: left;
}

/* //////////////////////////////////////////////////// */











#footer
{ 
	position: relative; 
	height: 40px; 
	margin: 15px 195px 0px 195px; 
	padding-top: 4px; 
	border: 1px solid #fff; 
	font-size: 11px; 
}


hr
{
	margin: 10px 0 10px 0;
	padding: 0px;
	border-bottom: #CCC;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

* html hr 
{
	margin: 0px;
	padding: 12px 0px 12px 0px;
	border-bottom: #CCC;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}


/* ////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////// nav  //////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////// */


ul
{
	list-style-type: none;
	list-style-position: inside;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

ul.bullets
{
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
	margin: 0px;
	padding: 0px 0 0 12px;
}


ul.navBg
{
	margin: 0px;
	padding: 0px;
	/*background-color:#ff6600;*/
}

ul.navBgColor333
{
	line-height:23px;
	margin: 0px;
	padding: 0px;
	background-color:#333;
}


ul.topAndBottomPadding
{
	padding: 12px 0 12px 0;
}

li
{
	margin: 0px 0 5px 0px;
	padding: 0px 0 0 3px;
}

li.navBgColor333
{
	padding: 0px 0 0 6px;
	background-color:#333;
	line-height:2.8em;
	font-weight: bold;
}

li.navBgColorFFCC00
{
	padding: 0px 0 0 6px;
	background-color:#ffcc00;
	line-height:2.8em;
	font-weight: bold;
}

li.navBgColorCCC
{
	padding: 0px 0 0 6px;
	background-color:#CCC;
	line-height:2.8em;
	font-weight: bold;
}

li.navBgColor999
{
	padding: 0px 0 0 6px;
	background-color:#999;
	line-height:2.8em;
	font-weight: bold;
}

li.narrow
{
	width:156px;
	margin: 0px 0 5px 0px;
}
}

ol li
{
	margin:0px;
	padding:0px 0 0 -20px;
}




span.navLinks
{
	margin:0px;
	padding:0px 0 0 15px;
}

span.valignCenter
{
	vertical-align: middle;
}

















/* ////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////// links  /////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////// */


a
{
	color: #ccc;
	text-decoration: none;
}


a:hover
{
	text-decoration: underline;
}


a.inLineLinks
{
	color: #fff;
	text-decoration: underline;
}


a.inLineLinks:hover
{
	text-decoration: none;
}


a.navLinks
{
	color: #FFF;
	margin: 0 0 0 5px;
	font-weight: bold;
	line-height: 2em;
}


a.navLinks:hover
{
	color: #999;
/*	text-decoration: underline;*/
}


a.callToAction
{
	color: #ff6600;
	font-weight: bold;
	text-decoration: underline;
}


a.callToAction:hover
{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}


a.home
{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}


a.home:hover
{
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}







.navLinksColorFF6600
{
	color:#ff6600;
}

.navLinksColorFFCC00
{
	color:#ffcc00;
}







/* ////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////// FORM layout  //////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////// */

input
{
	color: #666;
	font-family: arial, verdana, sans-serif;
	font-size: small;
	line-height: 1.2em;
	font-style: normal;
	text-decoration: none;
}









/* ////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////// content layout  //////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////// */



div.skyscraper
{
	padding: 0px;
	margin-left:-20px;
}

img
{
	padding: 0px;
	margin: 0px;
}

img.thumbs
{
	margin:0px 8px 5px 0px;
}



/* ////////////////////////////////////////////////////////// */
/* //////////////////      p           ///////////////// */
/* ////////////////////////////////////////////////////////// */

p
{
	margin:0px;
	padding:0px;
	text-align:left;
}


p.introCopy
{
 	padding:12px;
 	margin:0px;
 	line-height: 2em;
 	text-align:left;
}

p.otherGamesCopy
{
	padding:5px 0 0 0px;
 	margin:0px;
 	line-height: 2em;
 	text-align:left;
 	width:180px;
}


p.copy
{
 	padding:0px;
 	margin:0px;
 	line-height: 2em;
 	text-align:left;
}


p.callToAction
{
	font-size: medium;
	padding: 12px 0 12px 0px;
	margin: 0px;
	line-height: 2em;
	text-align: left;
}

p.videoCallToAction
{
	font-size: medium;
	padding: 12px 0 12px 12px;
	margin: 0px;
	line-height: 2em;
	text-align: left;
}


p.navTitle
{ 
	color: #333; 
	margin: 0 0 0 5px;
	font-weight: bold;
	line-height:2em;
}





p.headings
{
	text-indent: 1em;
	text-align: left;
	line-height: 39px;
	/* ///// TO VERTICALLY ALIGN TEXT, MAKE LINE HEIGHT SAME AS BLOCK ELEMENT, WHICH HERE IS THE DIV.GAMEOFTHEWEEKTITELBG /// */
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
}


p.smallerHeadings
{
	text-indent: 1em;
	text-align: left;
	line-height: 23px;
	/* ///// TO VERTICALLY ALIGN TEXT, MAKE LINE HEIGHT SAME AS BLOCK ELEMENT, WHICH HERE IS THE DIV.GAMEOFTHEWEEKTITELBG /// */
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	font-variant: normal;
}







/* ////////////////////////////////////////////////////////// */
/* //////////////////      h           ///////////////// */
/* ////////////////////////////////////////////////////////// */



h2
{
	color:#ff6600;
/*	line-height: 2em;*/
	text-align: left;
	margin: 1.5em 0 0 0;
	padding: 0px;
	font-size: medium;
}

h3
{
	color:#ffcc00;
	/*line-height: 2em;*/
	text-align: left;
	margin: 1.5em 0 0 0;
	padding: 0px;
	font-size: small;
}





/* ////////////////////////////////////////////////////////// */
/* //////////////////      divs           ///////////////// */
/* ////////////////////////////////////////////////////////// */




div.titleBg
{
	padding: 0px;
	margin: 0 0 8px 0px;
	width: 180px;
	height: 23px;
	background-image: url(../images/headingsTileBg.jpg);
	background-repeat: repeat;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	text-indent: 2em;
	text-align: left;
	font-family: arial, verdana, sans-serif;
}

div.videoTitleBg
{
	padding:0px;
	margin: 0 0 8px 12px;
	width: 180px;
	height: 23px;
	background-image: url(../images/headingsTileBg.jpg);
	background-repeat: repeat;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	text-indent: 2em;
	text-align: left;
	font-family: arial, verdana, sans-serif;
}


div.gameOfTheWeekTitleBg
{
	padding: 0px;
	margin: 0 0 8px 12px;
	width: 287px;
	height: 39px;
	background-image: url(../images/headingsTileBg.jpg);
	background-repeat: repeat;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	text-indent: 2em;
	text-align: left;
	font-size:large;
}

div.icons
{
	margin:8px 0 0 0px;
	padding:0px;
}

div.deeplinkCopy
{
	margin: 5px 12px 5px 0px;
}


div.spacer
{
	padding: 0px;
	margin:4px 0 4px 0;
}

div.spacer28
{
	padding: 0px;
	margin:28px 0px 28px 0px;
}



div.spacer18
{
	padding: 0px;
	margin:18px 0px 18px 0px;
}


div.patternSpacer
{
	height: 15px;
	padding: 0px;
	margin: 12px 0 12px 0;
	background-image: url(../images/bgTile_03.jpg);
	background-repeat: repeat-x;
	/*
border-color: green;
	border-width: 1px;
	border-style: solid;*/
}


div#goPlay
{
	margin: 28px 12px 12px 0px;
	padding:0px;
	text-align:center;
}

/* ////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////// */



div#flashObject
{
	width:160px;
	height:600px;
}




/* ////////////////////////////////////////////////////////// */
/* ////////////////////// table /////////////////////////// */
/* ////////////////////////////////////////////////////////// */







/* ////////////////////////////////////////////////////////// */
/* /////////// channel header and footer //////////////////// */
/* ////////////////////////////////////////////////////////// */














