body{
	margin: 0;
	padding: 0;
	background: #545454;
	text-align: center;
	color: #555555;
}

h1{
	margin: 2em 1em 1em 0em;
	font-size: 14px;
	color: #0000b8;
}

div.container{
	margin: 0 auto;
	text-align: left;
	width: 700px;
	background: #f6ffb8;
	margin-top: 2em;
	margin-bottom: 2em;
}

div.top{
	position: relative;
	height: 366px;
	padding: 0px;
	background: url(../images/HeaderBack.png) no-repeat;
}

img.headimage{
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 700px;
	height: 104px;
	display: block;
	vertical-align: middle;
}

img.busimage{
	position: relative;
	height: 226px;
}

div.left {
	float: left;
	width: 175px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	list-style: none;
}

div.content {
	margin-left: 180px;
	padding: 0px;
}

div.indented {
	padding-left: 3em;
	font-size: 12px;
	color: #0000b8;
	font-weight: normal;
}

div.left a {
	display: block;
	padding: 0.5em 1em 0.2em 1em;
	border-width: 1px;
	border-color: #e5e5e5;
	border-style: solid;
	height: 30px;
	color: #777777;
	text-decoration: none;
	background: #f6ffb8;
	text-align: right;
}

div.left a:hover {
	color: #ffffff;
	background-color: #0000b8;
	font-weight: bold;
	height: 30px;
}

div.main_text{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.taxibox{
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background: #0000b8;
}

div.footer{
	position: relative;
	clear: both;
	height: 25px;
	padding: 0px;
	background: url(../images/FooterBack.png) no-repeat;
}
