@charset "utf-8";
/* CSS Document */

.bg {
	background-image: url(Images/09/y.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.border {
	border: 1px solid #ebebeb;
}
.text {
	font-family: Arial;
	font-size: 16px;
	color: #333;
	word-spacing: normal;
	letter-spacing: 0.1em;
}
.heading {
	font-family: Arial;
	font-size: 20px;
	color: #6295c2;
	font-weight: bold;
	letter-spacing: 0.1em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bg_About {
	background-image: url(Images/BG/About.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_weddings {
	background-image: url(Images/BG/Weddings.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_sandpiper {
	background-image: url(Images/BG/Sandpiper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_menu {
	background-image: url(Images/BG/Menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_bb {
	background-image: url(Images/BG/BB.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_lunches {
	background-image: url(Images/BG/Lunches.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_private {
	background-image: url(Images/BG/Private.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_conference {
	background-image: url(Images/BG/Conference.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_winter {
	background-image: url(Images/BG/Winter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_contact {
	background-image: url(Images/BG/Contact2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
input { 
 font-family: Arial;
	font-size: 16px;
	color: #333;
	word-spacing: normal;
	letter-spacing: 0.1em; 
	width: 250px;
}
textarea {
	font-family: Arial;
	font-size: 16px;
	color: #333;
	word-spacing: normal;
	letter-spacing: 0.1em;
	width: 250px;
}
.buttons { 
 font-family: Arial;
	font-size: 16px;
	color: #333;
	word-spacing: normal;
	letter-spacing: 0.1em;
	width: 70px;
}

