@charset "utf-8";


body {
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100%;
	}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	margin-top: 20px;
	}

header {
	width: 1020px;
	height: 160px;
	background-color: rgba(56,62,40,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(55,41,26,1.00) 0%,rgba(56,43,27,1.00) 1.04%,rgba(71,64,40,0.99) 36.27%,rgba(56,62,40,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(55,41,26,1.00) 0%,rgba(56,43,27,1.00) 1.04%,rgba(71,64,40,0.99) 36.27%,rgba(56,62,40,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(55,41,26,1.00) 0%,rgba(56,43,27,1.00) 1.04%,rgba(71,64,40,0.99) 36.27%,rgba(56,62,40,1.00) 100%);
	margin: 0;
	padding: 0;
	}

body header h1 {
	color: rgba(151,97,76,1.00);
	font-style: italic;
	font-family: "Palatino Linotype";
	font-weight: 700;
	font-size: 80px;
	text-align: center;
	padding-top: 18px;
	word-spacing: 20px;
	letter-spacing: 2px;
	text-shadow: 3px 6px 6px rgba(0,0,0,1.00);
	}

main {
	background-size: 1020px 710px;
	width: 1020px;
	height: 710px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url(../images/bridge.jpg);
	float: left;	
	}

nav {
	height: 80px;
	margin-top: 40px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	background-color: rgba(73,62,44,0.6);
	}

nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 100%;
	list-style-image: none;
	list-style-type: none;
	}

nav ul li {
	display: block;
	width: 24%;
	float: left;
	height: 80px;
	}

nav ul li a {
	display: block;
	width: 100%;
	height: 20px;
	color: rgba(226,200,166,1.00);
	font-weight: bold;
	text-decoration: none;
	padding-top: 18px;
	font-family: "Palatino Linotype";
	font-size: 30px;
	margin-right: 0px;
	margin-left: 0px;
	}

nav ul li a:hover {
	color: rgba(151,97,76,1.00);
	}

article {
	width: 800px;
	height: 350px;
	margin-top: 132px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 132px;
	background-color: rgba(73,62,44,0.60);
	}

p {
	color: rgba(226,200,166,1.00);
	font-weight: bold;
	text-decoration: none;
	padding-top: 17px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
	font-family: "Palatino Linotype";
	font-size: 18pt;
	margin: auto;
	text-align: justify;
	}


footer {
	height: 82px;
	width: 1020px;
	background-color: rgba(56,62,40,1.00);
	margin: 0px;
	padding: 0px;
	float: left;	
	}

footer h1{
	padding: 0px;
	margin-top: 5px;	
	}

footer h1 a {
	color: rgba(151,97,76,1.00);
	font-style: italic;
	font-family: "Palatino Linotype";
	font-size: 20pt;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
	line-height: 25pt;
	letter-spacing: 1px;
	margin-top: 5px;
	}

footer h1 a:hover {
	color: rgba(226,200,166,1.00);
	}

footer h2 {
	color: rgba(151,97,76,1.00);
	font-style: italic;
	font-family: "Palatino Linotype";
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	line-height: 0pt;
	font-size: 18pt;
	text-shadow: 2px 2px 2px rgba(0,0,0,1.00);
	}


section {
	left: 0px;
	padding: 0px;
	float: left;
	clear: left;
	}
