body {
	background-color:#27333a;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	color:#ffffff;
	font-size:16px;
	letter-spacing:1,12px;
	line-height:25px;
}

.container {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
	height:850px;
}

.home {
	width:978px;
	height:360px;
	background-image:url(images/home_back.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

.shadow_up {
	height:12px;
	background-image:url(images/shadow_up_home.png);
	width:100%;
	margin-top:-11px;
}

.shadow_down {
	height:12px;
	background-image:url(images/shadow_down_home.png);
	width:100%;
}

.homephotos {
	width:100%;
	height:86px;
	background-image:url(images/home_photos.jpg);
	background-repeat:repeat-x;
}

a {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	color:#ffffff;
	font-size:16px;
}

.slogan {
	font-size:14px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	color:#ffffff;
	text-align:center;
	letter-spacing:1px;
	
}

.footer {
	background-image:url(images/footer_back.gif);
	background-repeat:repeat-x;
	width:100%;
	height:300px;
	background-color:#f6d601;
}

.footer1 {
	background-image:url(images/footer_back.gif);
	background-repeat:repeat-x;
	width:100%;
	height:150px;
	background-color:#f6d601;
}

.footertext {
	width:988px;
	margin-left:auto;
	margin-right:auto;
	padding-top:35px;
	color:#000000;
	letter-spacing:1px;
	font-size:16px; 
}

.footertext a{
	color:#000000;
}

a:hover {
	color:#ffffff;
	text-decoration: none;
}

.glow {
  font-size: 20px;
  color: #000000;
  text-align: center;
  -webkit-animation: glow 4s ease-in-out infinite alternate;
  -moz-animation: glow 4s ease-in-out infinite alternate;
  animation: glow 4s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: -2px 0 #000000, 0 0 4px #ffffff, 0 0 6px #ffffff, 0 0 8px #ffffff;
  }
  
  to {
    text-shadow: -2px 0 #27333a, 0 0 4px #27333a, 0 0 6px #27333a, 0 0 6px #27333a;
  }
}