/* CSS Document */

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 720px;
	height: auto;
}

#header {
	width: 720px;
	height: 83px;
}

#headerimage {
	width: 720px;
	height: 139px;
	float: left;
}

#leftbar {
	width: 200px;
	height: 480px;
	float:left;
}

#redbuttons {
	width: 197px;
	height: auto;
	float: left;
	background-color: #FF3333;
	padding-left: 3px;
}

#redcurve {
	width: 200px;
	height: auto;
	float: left;
	background-color: #FF3333;
}

#busimage {
	width: 200px;
	height: 140px;
	float: left;
}

#bluetopcurve {
	width: 200px;
	height: auto;
	float: left;
	background-color: #003399;
}

#bluebuttons {
	width: 197px;
	height: auto;
	float: left;
	background-color: #003399;
	padding-left: 3px;
}

#bluebottomcurve {
	width: 200px;
	height: auto;
	float: left;
	background-color: #003399;
}

#infoarea {
	width: 506px;
	height: autopx;
	float: right;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
}

#timetablelist {
	width: 480px;
	height: autopx;
	float: left;
	padding-top: 5px;
}

#flashcircle {
	width: 150px;
	height: 150px;
	float: left;
}

#whitecurve {
	width: 520px;
	height: auto;
	float: right;
}

#singledivleft {
	width: 160px;
	height: inherit;
	float: left;
	
}


#lastupdate{
margin-top:20px;
clear:both;
padding-right: 8px;
	width: 190px;
	height: auto;
	float: left;
	background-color: #009999;

}