html {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	background-image: url(images/bus_bg1.gif);
	background-repeat: repeat-x;
}
h1 {
	margin: 0;
	font: normal 1.4em georgia, sans-serif;
	padding: 0;
}
h2 {
	font: italic bold 1em georgia, sans-serif;
	margin: 0px;
	margin-left: 10px;
}

p {
	font: normal small verdana;
	width: 95%;
	color: #424A33;
}

hr {
	color: #333333;
	padding: 0px 8px 0px 8px;
}

a:link {
	font-family: "normal 0.5em georgia", sans-serif;
	color: #FBFBFB;
	text-decoration: underline;
}
a:visited {
	color: #E7EC1A;
}
a:hover {
	color: #CCCC00;
}



#container {
	position:absolute;
	left:50px;
	top:0px;
	width:685px;
	height:1400px;
	margin: 0;
	padding: 0;
}

#logo {
	position:absolute;
	left:45px;
	top:0px;
	width:49px;
	height:226px;
}

#menuleft {
	position:absolute;
	left:45px;
	top:226px;
	width:22px;
	height:30px;
}

#tab1 {
	position:absolute;
	left:67px;
	top:226px;
	width:107px;
	height:30px;
}

#tab2 {
	position:absolute;
	left:174px;
	top:226px;
	width:109px;
	height:30px;
}

#tab3 {
	position:absolute;
	left:283px;
	top:226px;
	width:111px;
	height:30px;
}

#tab4 {
	position:absolute;
	left:394px;
	top:226px;
	width:108px;
	height:30px;
}

#tab5 {
	position:absolute;
	left:502px;
	top:226px;
	width:110px;
	height:30px;
}

#menuright {
	position:absolute;
	left:612px;
	top:226px;
	width:24px;
	height:30px;
}

#contentheader {
	position:absolute;
	left:45px;
	top:256px;
	width:591px;
	height:33px;
}

#content {
	position:relative;
	left:45px;
	top:289px;
	width:591px;
	height:100%;
	background-image: url(images/bus_content.png);
	background-repeat: repeat-y;
}
#main p {
	font-size: small;
	padding-bottom: 17px;
	margin-left: 7px;
	text-indent: 40px;
	text-align: justify;
}

#main {
	float: left;
	width: 430px;
	top: 275px;
	text-align: left;
	padding-left: 10.5px;
}
#botlink {
	width: 100%;
	padding-bottom: 10px;
	padding-top: 20px;
}
#right p {
	color: #000000;
	margin-left: 4px;
}




#right {
	top: 275px;
	float: right;
	width: 137px;
	padding-right: 10px;
}

#botlink p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 4px;
}
