body
{
	background-color: #850000;
	background-image: url("../images/SplashBG.jpg");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#container
{
	width: 1000px;
	margin: 0 auto;
}

.mainFont
{
	color: #ffc50b;
	font-family: Verdana;
	text-decoration: none;
}

.mainFont a
{
	color: #ffc50b;
	text-decoration: none;
	font-weight: bold;
}

.mainFont a:hover
{
	text-decoration: underline;
}



#header
{
	width: 1000px;
	height: 470px;
	margin: 0px;
	padding: 0px;
}


.mainImage
{
	background-image: url("../images/SplashImage.jpg");
	width: 690px;
	height: 470px;
	margin: 0px auto;
}

#navigation
{
	width: 1000px;
	height: 35px;
	margin: 0 auto;
	padding: 0px;
	margin-top: -140px;
}

#navigation ul
{
	margin: 0 auto;
}

#navigation ul li
{
	list-style: none;
	display: inline;
}

#navigation ul li a
{
	color: #FFFFFF;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
	float: left;
	padding: 5px 60px;
	margin: 0px 2px;
}

#navigation ul li a:hover
{
	text-decoration: underline;
}

#LeftCol
{
	padding-top: 25px;
	width: 40%;
	float: left;
}


#rightCol
{
	width: 59%;
	height: 630px;
	float: right;
}

#rightCol .car
{
	margin-top: 30px;
}

#footer
{
	clear: both;
	width: 1000px;
	height: 100px;
	border-top: solid 1px #FFFFFF;
	padding-top: 10px;
}

#footer p
{
	font-size: 90%;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}



/* FFC50B = Gold color & 850000 = Red Color */