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

#container {
	width: 900px;
	margin: auto;
	overflow: hidden;
	background-color: #000;
	border: medium solid #F00;
}
#customer_projects {
	height: 40px;
	width: 150px;
	float: left;
}
#about_us {
	width: 150px;
	height: 40px;
	float: left;
}
#products {
	width: 150px;
	height: 40px;
	float: left;
}
#race_team {
	width: 150px;
	height: 40px;
	float: left;
}
#contact {
	width: 150px;
	height: 40px;
	float: right;
}
#gallery {
	width: 150px;
	height: 40px;
	float: left;
}

#banner {
	background-image: url(images/fjg_engineering_banner.jpg);
	height: 440px;
	width: 900px;
	background-color: #000;
}
#menu_bar {
	background-color: #000;
	height: 40px;
	width: 900px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	border: medium solid #F00;
}
#information {
	background-color: #CCC;
	width: 874px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	border: medium solid #F00;
	padding: 10px;
	overflow: hidden;
}
#left_information {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 430px;
	float: left;
	overflow: hidden;
	font-style: normal;
	color: #000;
}
#right_information {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	width: 430px;
	overflow: hidden;
	color: #000;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
a:link {
	color: #FFF;
	text-decoration: none;
}

