	* {
		
		margin:0;
		padding:0;/*border:0;
		/*line-height:0;*/
		font-family:verdana, arial, sans-serif;
	}

	body {
		background-color:#fdd828;
	}

	a {
		color:#b70007;
		text-decoration:none;
	}
	

	img {border:0px;}
	
	a:hover {
		text-decoration:underline;
	}

	/* Page Wrapper */
		
		#pageWrapper {
			width:1059px;
			margin:0 auto;
		}
		
	/* end */
	
	
	/* Header Code */
		
		#header {
			width:1059px;
			margin-top:30px;
			overflow:auto;
		}
		
		#header img.logo {
			width:284px;
			height:90px;
			padding-left:17px;
			float:left;
		}
		
		#header .leaderboard {
			width:728;
			height:90;
			padding: 0 18px 12px 0;
			float:right;
		}
		
		#header ul.nav {
			width:1023px;
			height:23px;
			background-color:#000;
			list-style:none;
			padding:7px 18px 0px 18px;
			clear:both;
		}
		
		#header ul.nav li {
			float:left;
			height:20px;
			font-size:13px;
			font-weight:bold;
			padding: 0 15px 0 15px;
			background:url(../images/bullet.gif) no-repeat 0px 2px;
			line-height:1em;
		}
		
		#header ul.nav li:first-child {
			padding: 0 15px 0 0px;
			background:none;
		}
		
		#header ul.nav li a {
			color:#FFF;
		}
		
	/*end */
	
	/* Content Wrapper */
		
		#contentWrapper {
			width:1023px;
			padding:18px;
			background-color:#78797d;
			overflow:auto;
		}
		
	/* end */
	
	/* Left Content */
		
		#leftContent {
			width:610px;
			padding:18px;
			float:left;
			background-color:#FFF;
		}
	
	/* end */
	
	/* Right Content */
		
		#rightContent {
			width:336px;
			float:right;
			padding:0 0px 0 18px;
			text-align:center;
		}
		
		#rightContent div.centerCube {
			padding:18px 0 18px 0;
		}
		
	/* end */
	
	/* Footer Content */
		
		#footer {
			width:1059px;
			background-color:#eef0ef;
			border-top:15px solid #000;
			margin-bottom:20px;
			overflow:auto;
		}
		
		#footer img.logo {
			width:142px;
			height:147px;
			float:left;
			padding: 18px 30px 0 0;
		}
		
		#footer p {
			padding: 10px 0px 10px 20px;
			float: left;
			font-size:11px;
			font-weight:bold;
			line-height:1em;
			clear:right;
		}
		
		#footer .blackbar {
			height:30px;
			width:1059px;
			background:#000;
			font-size:9px;
			font-weight:bold;
			line-height:1em;
			clear:left;
			color:#fff;
			overflow:hidden;
		}
		
		#footer ul {
			width:870px;
			float:left;
			list-style:none;
			padding:0px 20px 15px 20px;
		}
		
		#footer ul li {
			float:left;
			padding-left:35px;
		    _padding-left:30px;
		}
		
		#footer ul li:first-child {
			padding-left:0px;
		}
		
	/* end */