@charset "utf-8";
/* CSS Document */


#sidebar {
	width: 300px;
	float: right;
	background-color: #D5D3C8;
	line-height: 18px;
	font-size: 0.9em;
}
#sidebar a {
	text-decoration: none;
}
.booknow a  {
	color: #CC3333;
	font-weight: bolder;
	font-size: 18px;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(../images/book_now_but_pg.gif);
	background-position: center center;
}
.booknow a:hover  {
	color: #FFFFCC;
	background-image: url(../images/book_now_but_pg_hov.gif);
	background-position: center center;
	text-decoration: none;
}


.text {
	background-color: #C4C3B1;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.text li {
	list-style: inside;
	font-style: normal;
}

