@charset "utf-8";

body {
	background-image:url(carbon-fiber.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#servicepic {
	height: 400px;
	width: 250px;
	padding: 10px;
	float: right;

}

#main_div {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	border: thick solid #000000;
	
}

#body_div {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
 
#flag_div {
	height: 250px;
	width: 900px;
}

#left_content {
	width: 670px;
	float: none;
}
	
#right_bar {
	position:relative;
	right: auto;
	width: 200px;
	left: auto;
	border-left-width: thin;
	border-left-color: #999999;
	border-left-style: solid;
	float: right;

}

#home-button {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 90px;
	float: left;
	top: -30px;
}

.race_images {
	width: 250px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
