@charset "utf-8";
/* CSS Document */

.clear {
	clear: both;
}

.swrc {
	color: #009900;
}

.thunderhill {
	color: #FF0000;
}

.space_city {
	color: #000099;
}

.cc_speedway {
	color: #0000FF;
}

.rr_speedway {
	color: #999900;
}

body {
	background: #000000 url(images/top_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
}

a {
	color: #bc3734;
}

a:hover {
	color: #000000;
}

h1 {
	font-size: 16px;
	margin: 0;
}
#top {
	width: 991px;
	margin: auto;
	background: url(images/naskart.gif) no-repeat;
	min-height: 159px;
	height: 159px;
}

#wrapper {
	width: 841px;
	margin: auto;
	background: #FFFFFF;
	background: url(images/naskart_collage.jpg) repeat-y;
	padding: 0 75px;
}
.collage {
	width: 75px;
	float: left;
	background: url(images/naskart_collage.jpg) repeat-y;
}

#right_bar {
	width: 174px;
	float: right;
}

#main {
	background: url(images/main_bg.jpg) no-repeat;
	width: 450px;
	min-height: 200px;
	padding: 10px 10px 20px 10px;
	float: left;
	overflow: hidden;
}

.header {
	color: #bc3734;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	margin-bottom: 10px;
}

#navbar {
	width: 172px;
	float:left;
	padding: 10px;
	background: url(images/nav_bg.jpg) no-repeat;

}

#navbar ul {
	list-style-image: url(images/check_flag.gif);
	margin-top: 0;
}

#navbar ul li {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

#navbar ul li a {
	color: #bc3734;
	text-decoration: none;
	
}

#navbar ul li a:hover {
	color: #000000;
	text-decoration: none;
}

#footer {
	font-size: 10px;
	text-align: center;
	color: #d2dad8;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: bold;
}