body {
	font-family: arial;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #666;
}
#page {
	width: 800px;
	height: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/BG.gif);
	background-repeat: repeat;
	border: 1px solid #999;
}
#header {
	height: 247px;
	width: 100%;
	background-image: url(images/headerBG.gif);
	background-repeat: no-repeat;
}
#menu {
	width: 60%;
	height: 22px;
	float: right;
	margin-top: 68px;
	color: #FFF;
	padding-top: 5px;
}
#menu a {
	font-size: 12px;
	color: #FFF;
	padding-right: 9px;
	padding-left: 9px;
	text-decoration:none;
	font-weight: bold;
}
#menu a:hover {
	background-color: #F8F7F7;
	color: #333;
	
}
.col01 {
	height: 823px;
	width: 35%;
	float: left;
}

/* SEARCH */

.searchArea {
	width: 250px;
	height: 250px;
	font-family: arial;
	font-size: 14px;
	color: #999;
	border: 1px solid #85871F;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EFEFEF;
}
.searchTitle {
	font-weight: bold;
	text-align: center;
	width: 250px;
	height: 25px;
	padding-top: 10px;
	color: #FFF;
	background-color: #999;
}
.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: #333;
	font-size: 11px;
}
.searchRowValue {
	width: 60%;
	float: left;
	height: 23px;
	padding-top: 5px;
	padding-left: 5px;
	color: #666;
	font-size: 12px;
}
.searchRowValue select{
	font-size: 10px;
	color: #000;
}

.searchRowValue input{
	font-size: 12px;
	color: #FFF;
	background-color: #999;
	font-weight: bold;
}
.linksTitle {
	width: 250px;
	height: 22px;
	background-color: #666;
	color: #FFF;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-left: 10px;
	margin-top: 15px;
}
.links {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	height: 40px;
	padding: 3px;
	color: #666;
	background-color: #FFF;
	overflow: auto;
}


/* end */

.col02 {
	height: 810px;
	width: 65%;
	float: right;
}

.fares {
	width: 510px;
	height: 860px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.fareTitle {
	width: 480px;
	height: 25px;
	padding-left: 10px;
	padding-top: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	background-color: #666;
	font-family: "Lucida Console", Monaco, monospace;
}
.fareInfo {
	width: 486px;
	height: 123px;
	color: #3B8841;
	font-weight: bold;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-image: url(images/flowers.jpg);
	background-repeat: no-repeat;
}

/* FARES */

.fareInfo2 {
	width: 69%;
	height: 123px;
	float: left;
}

.faresRow {
	height: 24px;
	width: 100%;
}
.faresRowLabel {
	width: 22%;
	height: 20px;
	padding-top: 4px;
	color: #4183C5;
	font-weight: bold;
	float: left;
	padding-left: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.faresRowValue {
	width: 65%;
	float: right;
	height: 20px;
	padding-top: 4px;
	font-size: 14px;
	color: #675959;
}
.reservation {
	float: left;
	width: 30%;
	height: 123px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}

/* FARES END */

#footer {
	width: 100%;
	height: 280px;
	background-image: url(images/footerBG.gif);
	background-repeat: no-repeat;
	clear: both;
}
#footer a {
	color: #F8F7F7;
	text-decoration:none;
}

.powered {
	width: 120px;
	height: 40px;
	float: right;
	padding-top: 20px;
	color: #666;
}
.powered a {
	font-weight: bold;
	color: #666;
	text-decoration:none;
}
.partners {
	clear: both;
	padding-top: 108px;
	height: 20px;
	color: #FFF;
	width: 790px;
	padding-left: 10px;
}
.copyrights {
	width: 390px;
	height: 18px;
	text-align: center;
	color: #FFF;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.copyrights a {
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
}
.footerRow {
	width: 100%;
	height: 18px;
}
.footerCol {
	width: 200px;
	height: 30px;
	float: left;
	text-align: center;
}

.footerBrowseImage {
	width: 800px;
	height: 30px;
	float: right;
	padding-top: 0px;
	color: #666;
}	
