body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#page {
	height: 1000px;
	width: 856px;
	margin-right: auto;
	margin-left: auto;
	font-family: arial;
	font-size: 14px;
	color: #333;
	background-color: #FCF9AA;
}
#header {
	height: 124px;
	width: 100%;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
#menu {
	height: 81px;
	width: 856px;
	background-image: url(images/menuBG.gif);
	background-repeat: no-repeat;
}
.menu {
	width: 490px;
	height: 66px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	color: #FFF;
	font-weight: bold;
}
.menu a {
	float: left;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	height: 66px;
	padding-left: 9px;
	padding-right: 9px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration:none;
}
.menu a:hover {
	background-color: #FCF9AA;
	color: #000;
}
#sides {
	width: 215px;
	height: 713px;
	float: left;
}

#side {
	width: 215px;
	height: 713px;
	float: left;
}


#center {
	height: 500px;
	width: 320px;
	float: left;
}
.info {
	height: 300px;
	width: 366px;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #97B451;
	color: #3F4B21;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	overflow: auto;
}

/* SEARCH */

.searchArea {
	width: 250px;
	height: 242px;
	font-family: arial;
	font-size: 14px;
	color: #57574E;
	border: 1px solid #85871F;
	margin-top: 15px;
}
.searchTitle {
	font-weight: bold;
	text-align: center;
	width: 250px;
	height: 25px;
	padding-top: 6px;
	color: #166F0D;
}
.searchFunctionalArea {
	height: 225px;
	width: 250px;
}
.searchRow {
	width: 260px;
	height: 23px;
	clear: both;
}
.searchRowLabel {
	width: 35%;
	float: left;
	height: 23px;
	padding-top: 7px;
	padding-left: 5px;
	font-weight: bold;
	color: #318922;
	font-size: 11px;
}
.searchRowValue {
	width: 60%;
	float: left;
	height: 23px;
	padding-top: 5px;
	padding-left: 5px;
	color: #257D18;
	font-size: 12px;
}
.searchRowValue select{
	font-size: 10px;
	color: #000;
}

.searchRowValue input{
	font-size: 12px;
	color: #FFF;
	background-color: #5A8D4D;
	font-weight: bold;
}

/* end */
.extraTitle {
	height: 27px;
	width: 250px;
	margin-top: 5px;
	background-image: url(images/menu2Title.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	padding-left: 10px;
}
.extraInfo {
	width: 254px;
	height: 54px;
	background-color: #FFFFFF;
	color: #974032;
	padding: 3px;
}
#footer {
	height: 128px;
	width: 100%;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	clear: both;
	color: #000;
}

.footer01 {
	width: 97%;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
}
.footerBrowse {
	width: 850px;
	float: left;
	height: 1px;
	margin-top: 0px;
}
.footerBrowse a {
	color: #333;
	font-size: 10px;
	text-decoration:none;
}
.footerBrowseImage {
	float: right;
	width: 100%;
	height: 50px;
}
.footer02 {
	width: 100%;
	height: 20px;
	text-align: center;
}
.footer02:a {
	color:#FFF;
	text-decoration:none;
}
.footer03 {
	width: 100%;
	height: 35px;
}
.footerRow {
	width: 30%;
	float: left;
	height: 35px;
	text-align: center;
}


/* FARES */
.fares {
	width: 380px;
	height: 626px;
	overflow: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-left: -2px;
}
.fareTitle {
	width: 352px;
	height: 25px;
	background-image: url(../images/fareTitle.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-top: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	background-color: #BB2D23;
}
.fareInfo {
	width: 308px;
	height: 123px;
	background-image: url(../images/fareBG.gif);
	background-repeat: repeat-x;
	color: #3B8841;
	font-weight: bold;
}



.fareInfo2 {
	width: 362px;
	height: 123px;
	float: left;
	background-color: #D5F3CB;
}

.faresRow {
	height: 24px;
	width: 100%;
}
.faresRowLabel {
	width: 25%;
	height: 20px;
	padding-top: 4px;
	color: #0C1912;
	font-weight: bold;
	float: left;
	font-size: 12px;
	padding-left: 4px;
}
.faresRowValue {
	width: 65%;
	float: right;
	height: 20px;
	padding-top: 4px;
	font-size: 12px;
	color: #675959;
}
.reservation {
	float: left;
	width: 30%;
	height: 123px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	background-color: #D5F3CB;
}

/* FARES END */
