/* Main CSS Document */

@import url("core.css");

#container { 
	width: 950px; 
	margin: 0px auto;
}

#header { 
	width: 950px; 
}
#header .logo {
	float: left;
}
#header .navTop {
	float: right;
	width: 580px;
	text-align: right;
	padding: 14px 0px 0px 0px;
}
#header .navTop ul {
	margin: 0px;
	padding: 0px;
}
#header .navTop li {
	display: inline;
}
#header .navTop a {
	color: #454545;
	text-transform: uppercase;	
	text-decoration: none;
	font-weight: bold;
}

#banner {
	width: 950px;
	text-align: center;
	height: 101px;
	padding: 10px 0px 0px 0px;
	clear: both;
}

#content {
	width: 950px;
	padding: 20px 0px 20px 0px;
}

/* content leftside */
#content .left {
	width: 160px;
	float: left;
	padding: 0px 15px 0px 0px;
	background-image: url(../images/bg-left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content .left li {
	list-style-type: none;	
	padding: 0px 0px 5px 0px;
}

/* content rightside */
#content .right { 
	width: 735px; 
	float: right; 
	padding: 0px 20px 0px 0px;
}
#content .right .subNav { 
	float: right;
	width: 350px;
	text-align: right;
}

/* footer */
#footer {
	width: 100%;
	height: 56px;
	font-size: 11px;
	color: #999999;
	background-image: url(../images/play-car-racing-games-footer.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding: 15px 0px 0px 0px;
}
#footer p { 	
	padding: 0px;
	margin: 0px; 
}
#footer a { 
	color: #1f1f1f;
}

td {
	padding: 5px;
}
