@charset "UTF-8";
/* CSS Document */

.nav{
	margin-top: 50px;
	padding-top: 30px;
}
		.img{margin-top: 170px;
			margin-left: 10px;
		}
		
 ul {
    list-style: none;
	 
    padding: 5px;
	 margin-left: 350px;
    overflow: hidden;
}

li {
    float: left;
	
}

li a {
    display: block;
    color: #3C2415;
    text-align:center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    text-color: green;
    background-image: url(assets/lefe.png);
    background-repeat: no-repeat;
    background-position: center top;
}
	.container{
    display: block;
    margin: auto;
    width: 900px;
    height: 690px;
    background-image: url("assets/backgound.jpg");
    background-position: left center;
    background-repeat: no-repeat;
	}
footer{text-align: center;
	background-color: #CEB376;
	height: 50px;
	width: 900px;
	margin: auto;
}
hr{height: 2px;
		color: #AEAA35;}
body{
	/* The image used */
    background-image: url(assets/small.jpg);

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

	
h1 {
	color: #3A2314;
}
table {margin-left: 5px;
		margin-top: 10px;
		text-align: center;
		color: #3C2415;
		width: 390px;
		font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	}

	
