@charset "UTF-8";
/* CSS Document */

#container {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	position: relative;
	margin-bottom: 25px;
}
#logo { 
	width: 400px;
	height: 120px;
	margin-right: auto;
	background-image:url(../images/logo.jpg);
	margin-left: auto;
	margin-top:20px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

body {
	background-image: url(../images/background-gradient.jpg);
	background-repeat: repeat-x;
}

#splash_cont {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	height: 600px;
	position: relative;
	
	}
	
	
#splash_images { 
	border:solid;
	border-color:#FFFFFF;
	border-width: 15px;
	margin-top: 40px;
	height:275px;
	background-color:#FFFFFF;
	}
#splash_image_right {
	width:425px;
	height:275px;
	background-image:url(../images/car2.jpg);
	float:right;

}

#splash_image_left {
	width:425px;
	height:275px;
	background-image:url(../images/car1.jpg);
		float:left;

}

#menu_splash {
	width:900px;
	padding-top: 5px;
	}

#splash_image_text {
padding-top: 250px;
padding-left:365px;

}

#splash_image_text2 {
padding-top: 250px;
padding-left:345px;

}

#top_image {
border-style:solid;
border-color:#FFFFFF;
border-width:15px;
width:870px;
height:200px;
margin-top: 20px;

}

#content_container {
width:900px;
height:auto;
background-color:#FFFFFF;

}

#content {
	width:605px;
	height:auto;
	background-color:#FFFFFF;
	float:left;
	padding-bottom: 130px;
	padding-top:20px;
	padding-left:20px;
	padding-right:10px;
}

#sponsor {
wdith: 270px;
height:auto;
background-color:#FFFFFF;
float:left;
padding-right:10px;
}

#sponsor_box {
wdith: 250px;
height:110px;
padding-bottom:10px;
}

#menu {

width:900px;
height:55px;
background-color:#FFFFFF;

}

