/* Page */
body {
	background-color: #248DD4;
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/* Layout */
#container {
	width: 100%;
	margin: 0px;
}
#pic_holder {
	height: 420px;
	margin-bottom: 20px;
}

/* Text */
.disclaimer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDDDDD;
}

.booking {
	font-family: "Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",Verdana,"Verdana Ref",sans serif;
	font-size: 16px;
	font-weight: bold;
	color: #454545;
}
.booking a: {
	color: #333333;
}
.booking a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Stat */
.stat_counter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	
	background-image: url(stat_back.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	width: 134px;
	height: 34px;
	
	padding: 5px 0px 0px 5px;
	margin: 5px 0px 0px 0px;
}