@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	font-family: "Century Gothic";
	font-size: 16px;
}

.Container {
	height: 100%;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.header {
	height: 100%;
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.nav {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #000;
	text-align: right;
}

.nav a {
	color: #000;
	text-decoration: none;
}
.nav  a:hover {
	font-weight: bold;
}
.Container img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.banner {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.about {
	height: 100%;
	/* [disabled]width: 960px; */
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: "Century Gothic";
	font-size: 14px;
	text-align: justify;
}
.scroll {
	width: 960px;
}
.linefooter {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	font-family: "Century Gothic";
	font-size: 14px;
	text-align: center;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer a {
	color: #000;
	text-decoration: none;
}
.footer #internet a:hover {
	color: #F00;
}
.active {
	font-weight: bold;
	color: #000;
}
.gallery {
	height: 100%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.contact {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.contact  a {
	text-decoration: none;
	color: #000;
}
.contact  a:hover {
	text-decoration: underline;
}
