html, body {
	margin: 0;
	background-color: #ffffff;
	height: 1200px;
	font-family: arial, sans-serif;
	color: #4f4f4e;
}
#main {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#header {
	background-image: url(header-back.jpg);
	width: 100%;
	margin: 0;
  font-size: 10px;
  color: #213f61;
}
#header ul{
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#header p {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 7px;
  margin-top: 0px;
  background-color: #4360a8;
  text-decoration: none;
  font-size: 12px;
  color: #ffffff;
  padding: 0;
  padding-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #1d334c;
}
#header li {
margin: 0;
padding: 0;
text-decoration: none;
}
#header li span{
font-weight: bold;
}
#header a {
	text-decoration: none;
	color: #213f61;
	outline: none;
}

#header a.on,
#header a:hover {
	color: #0d54bd;
}
#header table {
	background: transparent;
  width: 100%;
	margin: 0;
  padding: 0;
}
#header table td {
	text-align: left;
	white-space: nowrap;
	font-size: 9px;
	padding: 0 4px 0 4px;
  margin: 0;
  border-bottom: 1px solid #4360a8;
}
#info {
	float: left;
	width: 250px;
  margin-right: 0px;
  margin-left: 40px;
  margin-bottom: 0px;
  margin-top: 0px;
}
#info img{
  margin-top: 15px;
  margin-left: 15px;
}
#carlist {
	float: left;
  margin-right: 0px;
  margin-left: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
}
#logo {
	float: right;
  margin-right: 30px;
  margin-left: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  vertical-align: middle;
}

#map {
position: absolute;
top: 29px;
left: 422px;
width: 500px;
height: 300px;
}

#content {
	background-image: url(board.jpg);
	width: 100%;
	margin: 0;
	padding: 5px 0 5px 0;
}
#content table {
	background: transparent;
	width: 92%;
	margin: 0 25px 0 35px;
	border: 1px solid #9f9f9e;
}

#content table th {
	text-align: center;
	border: 1px solid #555;
	border-width: 0 1px 1px 0;
	margin: 0 1px;
	padding: 0 .5em 0;
	background: #4360a8;
	color: #ffffff;
	white-space: nowrap;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
}
#content table tr {
	background-image: url(fdboard.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#content table tr:hover {
	background: #8ea0cf;
	color: #ffffff;
}
#content table tr.detail {
	background: #ffffff;
	color: #4f4f4e;
}
#content table tr.detail:hover {
	background: #ffffff;
	color: #4f4f4e;
}
#content table td {
	text-align: center;
	white-space: nowrap;
	font-size: 10px;
	padding: 0 2px 0 2px;
}
#content table td.driver {
	text-align: left;
	text-indent: 10px;
	margin: 0;
}
#content table td span {
	font-weight: bold;
	color: #06a21f;
	padding-left: 10px;
}

.detail{
border: 0;
margin-left: 180px;
width: 650px;
}
.detail p{
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 0;
}
.greentxt {
color: #38a81e;
font-weight: bold;
}
.yellowtxt {
color: #9e7805;
font-weight: bold;
}
.redtxt {
color: #8c1f1a;
font-weight: bold;
}
.ntxt {
color: black;
font-weight: bold;
}

