/* CSS Document */
body {
	margin-top:0px;
	margin-left:0px;
	background-color:#000000;
	background-image:url(images/bg_image.jpg);
	background-repeat:repeat-x ;
}
.content_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
/* menu <ul> */
ul{
margin-left:15px;
}
ul li {
	margin-bottom:10px;
}
.tax_charge {
	font-size:9px;
	color:#999999;
}
.align_center {
	text-align:left;
}
.current_link {
	color:#666666;
}
A:active
	{font-size:11px; color:#FFFFFF; text-decoration:none}

A:link
	{font-size:11px; color:#FFFFFF; text-decoration:none}

A:hover
	{font-size:11px; color:#FF6600; text-decoration:none}

A:visited
	{font-size:11px; color:#FF6600; text-decoration:none}
hr {
	color:#1c1c1c;
}
h5 {
	color:#999999;
}
.headlines {
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}
.notes {
	font-size:10px;
	color:#666666;
}
/*reservation headlines*/
.reserve_headlines {
	font-size:14px;
	font-weight:bold;
	color:#FF6600;
}
/*reservation notes*/
.reserve_notes {
	font-size:10px;
	color:#FF6600;
}