/* CSS Document */

/*	Nice Titles */
#nicetitlecontainer{
	border: 1px solid #296E49;
	background: #FFFFDE;
}
div.nicetitle{
	position: absolute;
	left: 0;
	top: 0;
	padding: 3px 7px;
	text-align:left;
	max-width: 400px;
	width: auto;
	height: auto;
	z-index: 100;
	margin-top: -45px;
	margin-left: 30px;
	line-height: 20px;
}	
div.nicetitle p {
	margin: 0;
	padding-bottom: 3px;
	color:#000;
}
/*div.nicetitle p.destination {
	color: #000081;
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 0px;
	text-align: left;
}*/
