body {
  margin-left: 0px;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  background:#000;
}

a:link, a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #818284;
  text-decoration: none;
}

a:hover, a:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
  text-decoration: none;
}

.navlinks {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666666;
  text-shadow:#000000;
}
  .navlinks a:link, .navlinks a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 7px;
	padding-bottom:16px;
	text-shadow:#000000;
  }
	.navlinks a:hover, .navlinks a:active {
	  color: #FFF;
	  text-decoration: none;
	  background:#333;
	  padding: 7px;
	  padding-bottom:16px;
	  text-shadow:#000000;
	}

.footer {
  width: 100%; 
  height: 75px;
  position: fixed;
  bottom: 0px;
  background-color: #000;
}
  .footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
  }
	.footerlinks a:link, .footerlinks a:visited	{
	  color: #999;
	  text-decoration: none;
	}
	  .footerlinks a:hover, .footerlinks a:active	{
		color: #FFF;
		text-decoration: none;
	  }

.searchlinks {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
}
  .searchlinks a:link, .searchlinks a:visited	{
	color: #666666;
	text-decoration: none;
	font-size: 10px;
  }
	.searchlinks a:hover, .searchlinks a:active	{
	  color: #8CC63F;
	  text-decoration: none;
	  font-size: 10px;
	}

.maintable {
padding-bottom: 150px;
}

h1 {
  font-family:  Arial, Helvetica, sans-serif;
  color: #CCC;
  font-size: 18px;
  line-height: 25px;
  text-transform:uppercase;
  font-stretch:normal;
  font-weight:100;
  text-shadow:#000;
  padding-bottom:0px;
}

h2 {
  font-family:  Arial, Helvetica, sans-serif;
  color: #CCC;
  font-size: 14px;
  line-height: 0px;
  text-transform:uppercase;
  font-stretch:normal;
  font-weight:100;
  text-shadow:#000;
  padding-bottom:5px;
}

h3 {
  font-family:  Arial, Helvetica, sans-serif;
  color: #CCC;
  font-size: 14px;
  line-height:0px;
  text-transform:uppercase;
  font-stretch:normal;
  font-weight:100;
  text-shadow:#000;
  padding-bottom:5px;
  float:left;
}

.numbering {
	padding-left:27px;
}

ol {
	padding-bottom:10px;
}

.border {
	padding:5px;
	border:thin solid #666;
	background:#333;
}

.borderevents {
	padding:5px;
	border:thin solid #666;
	background:#333;
	height:175px;
	margin-bottom:10px;
}

.borderevents img {
	float:left;
}

.bordergallery {
	padding:5px;
	border:thin solid #666;
	background:#333;
	height:75px;
	width:250px;
	margin-bottom:10px;
	display:block;
}

  .bordergallery img {
	  float:left;
  }
  
  .bordergallery a:link {
	  display:block;
  }
  
  .bordergallery a:hover {
	  display:block;
	  background:#666;
  }


.spacing {
	padding-bottom:9px;
	width:100%;
}

.doublespacing {
	padding-bottom:18px;
	width:100%;
}

.submit {
	padding-top:5px;
}
	.submit input {
		float:none;
	}
	
input {
	float:right;
}

.leftinfo {
	width: 375px;
	float:right;
}

.padding {
	padding-left: 9px;
	padding-bottom:10px;
}

.headerbottleservice {
	width:100%;
	height:100px;
	background:url(../images/header_bottleservice.jpg) no-repeat;
	margin-top:10px;
}

.headercontact {
	width:100%;
	height:100px;
	background:url(../images/header_contact.jpg) no-repeat center;
	margin-top:10px;
}

.headerguestlist {
	width:100%;
	height:100px;
	background:url(../images/header_guestlist.jpg) no-repeat center;
	margin-top:10px;
}

.headergallery {
	width:100%;
	height:100px;
	background:url(../images/header_gallery.jpg) no-repeat center;
	margin-top:10px;
}

.buttons{ width:280px; margin:0 auto;}
	.buttons a:link, .buttons a:active, .buttons a:visited{
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border:thin solid #333;
		padding:15px;
		width:100px;
		display:block;
	}
	
	@-webkit-keyframes btnfade {
	from {
	  background:#000;
	}
	to {
	  background:#333;
	}
  }
	
	.buttons a:hover{
		padding:15px;
		background:#333;
		
		-webkit-animation-name: btnfade;
		-webkit-animation-duration: 0.5s;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-direction: alternate;
	}

@-webkit-keyframes vue {
	from {
	  opacity:0;
	}
	to {
	  opacity:1;
	}
  }
  
.splash {
	-webkit-animation-name: vue;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	}

@-webkit-keyframes second {
	from {
	  opacity:0;
	}
	to {
	  opacity:1;
	}
  }
  
.secondary{
	-webkit-animation-name: second;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	}
