body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color:#002B71;
  background-color:#333;
}

#menu ul {
  border-bottom:1px solid #C1DAEB;
}

#menu ul li {
  border-top:1px solid #C1DAEB;
  border-left:1px solid #C1DAEB;
  border-right:1px solid #C1DAEB;
}

#menu ul li a {
  background-color:#013589;
  background:url('/images/motor/nav_bar.jpg');
  color:#C4E8FB;
  font-size:100%;
  font-weight:bold;
}

#menu ul li a:hover {
  color:#C4E8FB;
  background-color:#145D90;
}

#innercontent {
	padding:6px;
	margin-left:4px;
}

#breadcrumb {
	margin-left:4px;
	background-color:#ddd;
	padding-left:10px;
	padding-top:10px;
	width:554px;
}

#header {
	height:230px;
	background:url('/images/motor/header.jpg') top left no-repeat;
}

#title {
	background:url('/images/motor/title_bg.gif') top left no-repeat;
	color:white;
}