@charset "utf-8";
html,body {
	margin: 0 auto 0 auto;
	padding: 0;
	height: 100%;
	background: #EEE url('images/bg.gif') repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#wrapper {
	width:80%;
	min-width:765px;
	position: relative;
	margin: 0 auto 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: #FFF;
	border-left: 1px solid #009D57;
	border-right: 1px solid #009D57;
}
#wrapper h2 {
	font-weight: normal;
	font-size: 19px;
	display: inline;
}
#wrapper img {
  border:0;
}
#content {
	background-color: #FFF;
	width: 100%;
	padding: 6px 0 4em 0;
}
#content a {
	color: #009D57;
}
#copyrightf {
	position: absolute;
	width: 100%;
	left:0;
	bottom: 0;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #009D57;
}
#copyrightf a {
	color: #FFF;
	text-decoration: none;
}
#copyrightf a:hover {
	text-decoration: underline;
}
.left {
	width:90px;
	background-color: #EEE;
	text-align:right;
	padding-right: 3px;
}
#speed {
  width:260px;
  height:50px;
}
#sleft {
  float:left;
  width:20%;
  text-align:center;
}
#sright {
  float:right;
  width:80%;
  text-align:center;
  padding-top:5px;
}
#map {
  width:728px;
  height:255px;
}
#mleft {
  float:left;
  width:470px;
  text-align:center;
}
#mright {
  float:right;
  width:255px;
  text-align:center;
}