/* CSS Document */

body {
	background-color: #112b72;
}

.bottom {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a4adc1;
	border-right-color: #a4adc1;
	border-bottom-color: #a4adc1;
	border-left-color: #a4adc1;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#photo {
	z-index: 1;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #a4adc1;
}
#photo_right {
	z-index: 1;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #a4adc1;
}
#text {
	position: absolute;
	z-index: 2;
	top: 250px;
	width: 350px;
}

#tripadvisor {
	position: absolute;
	z-index: 2;
	top: 530px;
	width: 0px;
	height: 4px;
}

.intro-text {
	color: #000000;
	background: #e7edf3;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", sans-serif;
	font-size: 16px;
	font-style: italic;
}
.intro-text b {
	font-weight: normal;
	color: #09F;
}

/* ----------------- copyright ----------------- */
.copyright {
	font-size: 10px;
	color: #663300;
}
.copyright a {
	color: #0945B3;
	text-decoration: underline;
}
.copyright a:hover {
	text-decoration: none;
}

div.banner { float: left; width: 100px; height: 800px;}
