@charset "utf-8";

body {
	background-image: url(images/Background.png);
	background-attachment: fixed;
	background-size: cover;
}

a:link {
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-shadow: -1px 1px #F9C396;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
	border-top: dashed;
	border-left: dashed;
	border-right: dashed;
}

a:active {
	color: #000;
	text-decoration: none;
}

#container {
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: auto;
}

#header {
	position: relative;
	height: 100px;
}

#logo {
	position: absolute;
	left: 30px;
	bottom: 10px;
}

#menu {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #000;
}

#main {
	position: relative;
	height: auto;
	border: dashed;
}

#slideshow {
	position: relative;
	height: 400px;
	border-bottom: dashed;
}

#movie {
	position: absolute;
	top: 3px;
	left: 3px;
}

#ss {
	/**border: double;
	border-color: #FFF;**/
}

#info {
	top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #F9C396;
	text-shadow: 2px 2px #000;
}

#links {
	color: #F9C396;
	text-shadow: 2px 2px #000;
	border: none;
	padding: 0px;
	font-size: 24px;	
}

#gallery {
	top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #F9C396;
	text-shadow: 2px 2px #000;
}

#services {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;	
}

#footer {
	position: relative;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	color: #FFF;
}