/* Images */

/* Global span non-display */

span.i {
	display:none;
}

.menu a:link {color: #ffffff; background-color: transparent} .menu a:visited {color: #ffffff;} .menu a:active {color: #ffffff;}
.footer a:link {color: #4850c0; background-color: transparent} .footer a:visited {color: #4850c0;} .footer a:active {color: #4850c0;}
.nav a:link {color: #4850c0; background-color: transparent} .nav a:visited {color: #4850c0;} .nav a:active {color: #4850c0;}

.header {
	width: 750px;
	height: 100px;
	margin: 0; padding: 0;
	background: url('images/header.gif') no-repeat;
}

.menu1 {
	margin: 0; padding: 0;
}

.menu1 a {
	display: block;
	width: 260px; line-height: 50px;
	margin: 0; padding: 0;
	background: url('images/menu1.gif') no-repeat 0 0;
	font-family: "Franklin Gothic Medium Cond", arial, verdana, serif;
	font-size: 11pt;
	text-decoration: none;
	color: #ffffff;
	text-align: right
}

.menu1 a:hover {
	background-position: -260px 0;
	color: #0000ff;
}

.menu2 {
	margin: 0; padding: 0;
}

.menu2 a {
	display: block;
	width: 260px; line-height: 50px;
	margin: 0; padding: 0;
	background: url('images/menu2.gif') no-repeat 0 0;
	font-family: "Franklin Gothic Medium Cond", arial, verdana, serif;
	font-size: 11pt;
	text-decoration: none;
	color: #ffffff;
	text-align: left
}

.menu2 a:hover {
	background-position: -260px 0;
	color: #0000ff;
}

.menucont {
	width: 260px;
	margin: 0; padding: 0;
	background: url('images/menucont.gif') repeat-y;
}

.racing {
	margin: 0; padding: 0;
	background: url('images/racing.gif') top right;
}

.footer {
	width: 750px;
	height: 100px;
	margin: 0; padding: 0;
	background: url('images/footer.gif') no-repeat;
	font-family: "Franklin Gothic Medium Cond", arial, verdana, serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #4850c0
}