@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg.jpg);
}
.oneColFixCtrHdr #container {
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#gallery {
	height: 600px;
	background-color: #0099FF;
}

#footer {
	height: 64px;
	background-image: url(images/footer.jpg);
}

#header {
	height: 350px;
}
#contenet {
	height: 378px;
	background-image: url(images/content.jpg);
}
#about {
	height: 377px;
	background-image: url(images/about.jpg);
}
#lindos {
	height: 377px;
	background-image: url(images/lindos.jpg);
}
.text_lindos {
	float: right;
	height: 355px;
	width: 400px;
	margin-right: 12px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
}


.table1 {
	float: left;
	height: 330px;
	width: 300px;
	margin-top: 10px;
	margin-left: 20px;
}
.links2 {
	float: right;
	height: 200px;
	width: 380px;
	margin-right: 20px;
	margin-top: 10px;
}



.video {
	float: left;
	height: 294px;
	width: 300px;
	margin-left: 20px;
	margin-top: 15px;
	text-align: center;
}
.powered {
	float: left;
	height: 20px;
	width: 300px;
	margin-left: 20px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.text {
	float: right;
	height: 300px;
	width: 400px;
	margin-right: 12px;
	margin-top: 22px;
}
.copyright1 {
	float: left;
	height: 25px;
	width: 220px;
	margin-top: 20px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.links {
	float: right;
	height: 20px;
	width: 350px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 20px;
}
.guestbook {
	height: 350px;
	width: 720px;
	margin-left: 20px;
	margin-top: 20px;
	text-align: center;
}
#flip {
	height: 550px;
	background-image: url(images/breakfast.jpg);
}
.flip_book {
	float: none;
	height: 550px;
	width: 700px;
	margin-left: 40px;
}
.slide_show_lindos {
	float: left;
	height: 350px;
	width: 320px;
	margin-left: 5px;
	margin-top: 10px;
}

