@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	border: 0px;
	background-color: #ffd520;
	background-image: url(../pics/cisk_bk.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}
	
#CSKContainer {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}

#CSKHeader {
	width: 800px;
	height: 115px;
	}

#CSKNavigation {
	width: 800px;
	height: 55px;
	background-color: #FFFFFF;
	}

#CSKContentC {
	width: 800px;
	height: auto;
	overflow: hidden;
	background-color: #000000;
	}

#CSKBottle {
	position: absolute;
	margin-left: 600px;
	width: 160px;
	height: 420px;
	padding: 30px 0px 0px 45px;
	}

/* Website Header */

#hdrLogo {
	float: left;
	width: 375px;
	height: 115px;
	}

#hdrContent {
	float: left;
	width: 425px;
	height: 115px;
	}

/* Cisk Billboard */

#CSKbanner {
	width: 800px;
	height: 248px;
	}

#cskContentBlank {
	width: 800px;
	height: 11px;
	overflow: hidden;
	}

/* Cisk Content */

#ContentMP1 {
	float: left;
	width: 580px;
	padding: 10px;
	height: 176px;
	}

#ContentMP2 {
	float: left;
	width: 200px;
	height: 196px;
	}

/* Footer */

#Footer {
	width: 800px;
	padding: 15px 0px 0px 0px;
	height: 30px;
	text-align: center;
	}

/* You Know Your Game */

#YKYGTitle {
	width: 240px;
	height: 41px;
	}

#YKFGContentBK {
	width: 560px;
	height: 65px;
	background-image:url(../pics/bk_gamemp.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #EEEEEE;
	}

#YKFGTabs {
	width: 580px;
	height: 50px;
	background-image: url(../pics/yky_background.gif);
	background-repeat: repeat-x;
	}

/* Inner Pages */

#InnerBanner {
	width: 800px;
	height: 160px;
	padding: 10px;
	}

#InnerContainerC {
	width: 800px;
	overflow: hidden;
	padding: 0px 10px 0px 10px;
	}

#InnerSubmenuC {
	float: left;
	width: 187px;
	height: auto;
	}

#InnerBannerC {
	float: left;
	width: 158px;
	padding: 0px 16px 0px 16px;
	}

#InnerContentC {
	float: left;
	width: 500px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	margin: 0px 0px 20px 45px;
	}
	
/* Submenu */
#InnerSubmenuC UL
{
    list-style-type:none;
    margin:0;
    padding:0;
    float:left;
}

#InnerSubmenuC UL LI{
	width: 177px;
	height: 20px;
	padding: 8px 0px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	float:left;
	font-weight: bold;
	background: url(../pics/bk_submenu.gif) repeat-x;
	border-bottom:1px solid #555;
	}

	/*
.SubmenuSep {
	width: 187px;
	height: 1px;
	}
*/
.SubmenuAd {
	width: 187px;
	float:left;
	padding: 0 0 10px 0;
	height: 229px;
	}

/* Inner Content */

.InnerTitle {
	width: auto;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFF00;
	font-weight: bold;
	}

.InnerTXT {
	width: auto;
	height: auto;
	}

img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
	}

