@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/RG_bg.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0%;
	margin: 0px 0px 0px 0px;
	position: relative;
	font-family: "Arial", Verdana, Times, serif;
	font-size: 12px;
	color: #990000;
}

h1, h2  { 
	font-family: "Arial", Verdana, Times, serif;
	color: #005a36;
	font-size: 22px;
}

a:link { 
	color: #990000;
	}
a:visited { 
	color: #fcba19;
	}
a:hover { 
	color: #990000;
	text-decoration: none;
	}
a:active { 
	color: #990000;
	}

.racinglink  { 
	font-family: "Arial", Verdana, Times, serif;
	color: #ccc;
}
.swf {
	width: 740px;
}
.main-body {
	width: 740px;
	height: auto;
	background-image: url(images/main-content-bg.png);
	background-repeat: repeat-y;
	overflow: visible;
}
.leftnav {
	width: 200px;
	background-image: url(images/left-nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	text-align: left;
}
.leftnav div {
	margin: 0px 0px 0px 10px;

}

.main-content {
	background-image: url(images/main-back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 540px;
	float: left;
}
.main-content-text {
	clear: both;
	width: 445px;
}
.main-body .main-content img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
.main-content-p {
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	text-align: left;
}
.main-content-p-img {
	width:auto; 
	clear:left; 
	float:left; 
	margin:0px 0px 0px 55px; 
	overflow:visible;
}
.floating-logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 517px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.footer {
	height: 20px;
	clear:both;
	width: 740px;
	background-image: url(images/footer-bg.png);
}
