body{
	background: #ffc;
	color: #000;
}
#container{
	position: relative;
	width: 625px;
	margin: auto;
	border: 1px solid #ccc;
}
table{
	margin: -2px;
	padding: 0;
}
td{
	margin: -2px;
	padding: 0;
}
td.left, td.leftBottom{
	background: #ffc;
	width: 225px;
}
td.right, td.rightBottom{
	background: #f90;
	width: 300px;
}
p.footer{
	color: #fff;
	font-style: italic;
	margin-top: 20px;
}
p.footer a{
	color: #fff;
	text-decoration: none;
}
p.footer a:hover{
	color: #000;
}
#busLogo{
	text-align: center;
}
td.leftBottom{
	text-align: center;
}
td.rightBottom{
	text-align: center;
	vertical-align: bottom;
}
#navbar{
	padding: 0 10px 0 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
#navbar p{
	margin-right: 4px;
	margin-top: 2px;
	font-weight: bold;
}
#navbar a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
#navbar a:hover {
	color: #ccc;
}
#content{
	padding: 10px 10px 0 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#content p{
	margin-left: 4px;
	margin-top: 2px;
	font-weight: bold;
}
#content a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
#content a:hover {
	color: #ccc;
}
td.right{
	vertical-align: top;
}