@charset "utf-8";
/* CSS Document */
*{
	margin:auto;
	font-family:Century Gothic;
	font-size:18px;
}

#header{
	border-bottom: solid 3px #db7500;
}

.title{
	padding-left: 80px;
	font-size:18px;
	font-family:Lucida Handwriting;
}

#menu{
	padding-right:80px;
}

#menu li{
	list-style:none;
	display:inline;
	margin-left: 45px;
}

#menu a{
	color:white;
	text-decoration:none;
}

#menu a:hover{
	color: #db7500;
}

#menu a:active{
	color:#db7500;
	background-color:white;
}

#menu li:hover{
	background-color:white;
}

#menu2{
}

#menu2 li{
	list-style:none;
}

#menu2 a{
	text-decoration:none;
	color:#fdca2e;
}

#menu2 a:hover{
	color:#db7500;
}

#menu2 a:active{
	color:#db7500;
}

#main_content1{
	width:60%;
	height:586px;
	margin:auto;
}

#main_content2{
	width:60%;
	height:1200px;
	margin:auto;
}

#main_content3{
	width:60%;
	height:800px;
	margin:auto;
}

#content1{
	height:720px;
}

#txt{
	text-align:center;
}
#txt1{
	font-family:Lucida Calligraphy;
	font-size:48px;
	padding-top:120px;
}

#txt2{
	font-size:48px;
	font-family:Courier New;
}

#txt3{
	font-family:Lucida Calligraphy;
	font-size:48px;
}

#txt4{
	font-family:Comic Sans MS;
	font-size:124px;
}

#txt5{
	font-family:Century Gothic;
	font-size:48px;
}

#content2{
	height:720px;
}

#txt_varian{
	padding-top:10px;
	padding-left:25px;
	padding-right:25px;
	font-size:48px;
}

#link_varian{
	margin-top:250px;
	margin-left:25px;
	margin-right:25px;
}

#link_varian a{
	color:white;
	font-size:48px;
}

#img_varian{
	padding-top:25px;
	padding-left:147px;
}

#txt_food{
	padding-right:25px;
	padding-top:10px;
	text-align:right;
	font-size:48px;
}

#link_food{
	margin-top:250px;
	margin-left:505px;
	margin-right:25px;
	text-align:right;	
	background-color:white;
}

#link_food a{
	font-size:48px;
}

#img_food{
	padding-top:40px;
}

#txt_rest{
	text-align:center;
	padding:50px 50px 50px;
	font-size:48px;
}

#link_rest{
	text-align:center;
	margin-top:50px;
}

#link_rest a{
	color:white;
	font-size:48px;
}

#img_rest img{
	height:400px;
	width:672px;
}

#footer{
	padding:20px 0px;
	height:80px;
}

#caption{
	padding-left:80px;
	color:#EBECEC;
	font-size:18px;
}

.container{
	margin:auto;
}

.content{
	height:720px;
}

.gallery img{
}

.txt5{
	font-family:Comic Sans MS;
	font-size:124px;
	color:#db7500;
}

.left{
	float:left;
	width:50%;
}

.left2{
	float:left;
	width:30%;
}

.right{
	float:right;
	width:50%;
	margin:auto;
}

.right2{
	float:right;
	width:70%;
	margin:auto;
}

.b_dark_yellow{
	background-color:#db7500;
}

.c_dark_yellow{
	color:#db7500;
}

.c_yellow{
	color:#fdca2e;
}

.b_yellow{
	background-color:#fdca2e;
}

.b_white{
	background-color:white;
}

.c_white{
	color:white;
}

.b_chocolate{
	background-color:#B46E4A;
}