@charset "UTF-8";
/* CSS Document */


p{
	color:#070500;
	
	
	}

body{
	
	background-color:#070500;
	background-image:url(images/weatheredwood.png);
	
		
	}
	
a:link{
	color:#f9f8f5;
	text-decoration:none;
	
	}
	
a:visited{
	color:#7a7873;
	}
	
a:hover{
	color:#765305;
	}
	
h1{
	font-family: 'AlexBrushRegular';
	color:#070500;
	font-size:60px;
	}	

h2{
	font-family: 'AlexBrushRegular';
	color:#070500;
	font-size:36px;
	}	




.slogantext{
	font-family: 'AngelinaRegular';
	color:#f9f8f5;
	font-size:42px;
	}
	
.infotext{
	font-family: 'ArimoRegular';
	color:#f9f8f5;
	font-size:14px;
	line-height:20px;
	
	}
	
.navbartext{
	font-family: 'UmbrageRegular';
	color:#f9f8f5;
	font-size:28px;
	line-height:20px;
	}
	
.menutext{
	font-family: 'ArimoRegular';
	color:#070500;
	font-size:20px;
	line-height:18.5px;	
	
	}
	
	
#container{
	background-color:#070500;
	background-image:url(images/background.png);
	height:930px;
	width:940px;
	position:relative;
	margin:auto;
	
	
	}
	
#containermenu{
	background-color:#070500;
	background-image:url(images/background.png);
	height:1800px;
	width:940px;
	position:relative;
	margin:auto;
	
	}
	
#slogan{
	height:130px;
	width:590px;
	font-size:30px;
	position:absolute;
	top:55px;
	left:307px;
	
	}

#contact{
	left:307px;
	top:206px;
	width:590px;
	height:38px;
	position:absolute;
	text-align:center;
	
	}


#logo{
	height:75px;
	width:175px;
	position:absolute;
	top:50px;
	left:10px;
	
	}
	
#map{
	height:511px;
	width:544px;
	position:absolute;
	top:180px;
	left:45px;
	background-color:yellow;

	}


#directions{
	top:700px;
	height:800px;
	width:544px;
	left:75px;
	position:absolute;
	
	
	}
	

	
	
		
#menu{
	background-image:url(images/parchmentbackground.png);
	background-repeat:no-repeat;
	position:absolute;
	left:295px;
	top:290px;
	height:1500px;
	width:570px;
	padding-left:40px;
	padding-top:40px;
	padding-right:20px;
		
	}
	

#salmon{
	position:absolute;
	left:307px;
	top:340px;
	height:300px;
	width:200px;
	}

#salad{
	position:absolute;
	left:522px;
	top:340px;
	height:300px;
	width:200px;
	
	}

#dessert{
	position:absolute;
	left:737px;
	top:340px;
	height:300px;
	width:200px;
	
	}

#copyright{
	position:absolute;
	text-align:center;
	width:900px;
	height:38px;
	top:900px;
	left:20px;
	
	}
#copyrightmenu{
	position:absolute;
	text-align:center;
	width:900px;
	height:38px;
	top:1770px;
	left:20px;
		
		}

#navbar{
	background-image:url(images/nav_bar.png);
	background-repeat:no-repeat;
	height:400px;
	width:300px;
	position:absolute;
	top:300px;
	left:30px;
	color:#f9f8f5;	
	
	
	}
	
	
ul{	list-style:none;
	width:200px;
	height:75px;
	padding-left:0px;
	padding-right:0px;	
	padding-top:0px;
	margin:20px;
	
	
	}
	
	
li{	width:140px;
	height:25px;
	padding-left:60px;
	margin-bottom:45px;
	float:left;
	
	
	
	}