body {
	background-color: #C0C0C0;
	color: #1C1C53;
	font-family: Helvetica, arial;
	font-size: 13px;
}

div#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-color: #6262BE;
	overflow: auto;
	padding-bottom: 30px;
}


div#header {
	background-image: url(/media/images/base/header.jpg);
	background-repeat: no-repeat;
	height: 126px;
}

div#rightblock {
	float: right;
	height: 100px;
	width: 610px;
}

div#head_links {
	float: right;
}

div#ticker {
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: right;
	height: 27px;
	padding-top: 100px;
	margin-right: 20px;
	width: 590px;
}

div#menubar {
	float: left;
	width: 220px;
}

div#menubar ul {
	list-style-type: none;
	margin-left: -30px;
}

div#menubar li {
	height: 24px;
	width: 200px;
	padding-bottom: 7px;
}

div#menubar a, div#menubar a:active, div#menubar a:link, div#menubar a:visited { 
	display: block; 
	width: 200px; 
	height: 24px; 
	text-decoration: none; 
	color: #1C1C53; 
	font-weight: bold; 
	padding-left: 12px; 
	padding-top: 4px;
	background-image: url(/media/images/base/navoff.gif);
	background-repeat: no-repeat;
}

div#menubar a:hover { 
	color:#FE0000;
        background-image: url(/media/images/base/navon.gif);
        background-repeat: no-repeat;
}

.button {
	padding-left: 95px;
} 

.zcurrent_link {
	background-image: url(/media/images/base/navon.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 24px;
}

.noncurrent_link {
	background-image: url(/media/images/base/navoff.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 24px;
}

div#register {
	background-image: url(/media/images/base/register.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-bottom: 15px;
	height: 156px;
	margin-top: -10px;
}

div#register_form {
	padding-left: 15px;
	padding-top: 65px;
}

div#top_area {
	margin-top: 10px;
}

div#timetable {
	float: left;
	width: 350px;
	margin-right: 10px;
}

div#routes {
	float: left;
}

div#mid_area {
	
}

div#advertise {
	float: left;
	width: 230px;
	background-image: url(/media/images/base/advertise.jpg);
	background-repeat: no-repeat;
	height: 116px;
}

.advertise_text {
	width: 95px;
	padding-left: 119px;
	padding-top: 28px;
} 

div#fares {
	float: left;
	width: 230px;
	margin: 0px 10px;
	background-image: url(/media/images/base/bus_fares.jpg);
	background-repeat: no-repeat;
	height: 116px;
}

.fares_text {
        width: 95px;
        padding-left: 119px;
        padding-top: 28px;
}


div#news_holder {
	float:left;
	width: 230px;
	background-image: url(/media/images/base/news.jpg);
	background-repeat: no-repeat;
	height: 116px;
}

.news_text {
	width: 95px;
	padding-left: 119px;
	padding-top: 28px;
}

.news_text a, .news_text a:active, .news_text a:link, .news_text a:visited { text-decoration: none; color: #1C1C53;}
.news_text a:hover {color:#A18E57; }


div#content {
	float: left;
	width: 690px;
	background-color: #9F9FD7;
	padding: 0px 10px; 
}

div#busfoot { 
        float: left;
        margin-top: -10px;
        margin-bottom: 12px;
}

div#footer {
	color: #FFFFFF;
	font-size: 0.8em;
	padding-left: 15px;
	padding-top: 5px;
}

div#footer a, div#footer a:active, div#footer a:link, div#footer a:visited { text-decoration: none; color: #E0B126;}
div#footer a:hover {color:#A18E57; }

a img { border: none; }

a, a:active, a:link, a:visited {text-decoration: none; }
a:hover { }

