@charset "UTF-8";
/* CSS Document */

#main{
	position:relative;
	z-index:1;
	overflow:auto
}

#page_image{
	position:relative;
	float:right;
}
.page_title{
	padding-top:15px;
	padding-left:0px;
	position:relative;
	float:left;
	font-size: 24px;
	font-weight: bold;
}
#page_hr{
	position:relative;
	float:left;
	background-color:#333333;
	width:200px;
	height:1px;
}
.clearboth{
clear:both;
}
.footer{
	font-size:0.8em;
}
.footer a{
	font-size:0.8em;
	text-decoration:none;
	color:#333333;
}
.footer a:visited{
	color:#333333;
}
.footer a:hover{
	color:#FFFFFF;
}

/* header.php */
.logo{
	position:absolute;
	margin-top:-10px;
	margin-left:30px;
	text-align:center;
}


/* single_latest_news */
.sln-title{
	font-size: 1.5em;
	font-weight: bold;
}
.sln-archive-link{
	font-size:0.8em;
	text-align:right;
}

/* fares */

.new{
	color:#090;
}
