@charset "utf-8";
body {
	background-color: #EFEFEF;
	height: 100%;
	text-align: center;
	margin: 0px;
	font-family: "Script MT Bold", "Lucida Bright", "Lucida Calligraphy";
	padding: 0px;
}
.container {
	width: 100%;
}

footer p a{
	text-decoration: none;
	color: #000000;

}
footer p a:hover {
	color: #9DB2C3;
}

header {
	background-repeat: no-repeat;
	text-align: center;
	height: 900px;
	background-image: url(../images/index_header.jpg);
	background-size: cover;
}

/* Navigation */

nav {
	height: 100px;
}

nav ul{
	list-style-image: none;
	list-style-type: none;
	display: block;
	padding: 0px;
	height: 100px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

nav ul li {
	display: block;
	float: left;
	height: 100px;
	margin-right: 50px;
}

nav ul li a {
	display: block;
	height: 65px;
	width: 200px;
	font-family: "Script MT Bold";
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #4E515A;
	text-decoration: none;
	padding-top: 35px;
}

nav ul li a:hover {
	color: #E6CEAA;
}



section article{
	width: 950px;
	text-align: justify;
	margin-left: 350px;
	padding-top: 100px;
	font-family: "Lucida Bright";
	font-size: 20px;
	word-wrap: normal;
}

footer {
	text-align: center;
	height: 75px;
	margin-top: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/index_footer.gif);
	font-size: 17px;
	background-size: cover;
	font-family: "Script MT Bold";
}
