@charset "utf-8";
/* CSS Document */
body{ background-color:#000000; font-family:Arial, Helvetica, sans-serif; }
a img{ border:none; }
.scenery{
	width:1024px;
}
.canvas{
	width:1024px;
}
.header{
	width:100%;
}
.header .nav {
	background-color: #CCCCCC;
	width: 1024px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
.header .nav td{
	text-align:center;
}
.header{
	width:100%;
}
.footer .nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color: #CCCCCC;
	width: 1024px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	padding-right:10px;
}
.footer .nav td{
	text-align:right;
	height:24px;
}

.footer .nav a:link, .footer .nav a:visited{
	color: #FF6601;
}

.page {
	background-image: url(/shared/graphics/racing/bg/page.jpg);
	background-repeat: repeat;
	padding:15px;
}

.pallet {
	color: #FFFFFF;
	background-color: #666666;
	font-size: 13px;
	padding: 10px;
	text-align:left;
	font-weight:bold;
}
.pallet .welcome {
	font-size: 64px;
	color: #FF6601;
	font-style: italic;
	font-weight: bold;
}
.pallet .title {
	font-size: 28px;
	color: #FF6601;
	font-style: italic;
	font-weight: bold;
	text-align:center;
}
.pallet .title2 {
	font-size: 18px;
	color: #FF6601;
	font-style: italic;
	font-weight: bold;
	text-align:center;
}
.spacer{
	width:50px;
}

.list{ font-size:13px }

.list td{ font-weight: normal; padding:10px; }
.list th{ padding:10px; }

.movlink{ text-align:center; }

.movlink a:link, .movlink a:visited{ color: #FFFFFF; font-family:Arial, Helvetica, sans-serif; }

.thumb{
	border:1px solid #000000;
}

.thumb:hover{
	border: 1px solid #FFFFFF;
}
