/* CSS Document */
body{margin:0; padding:0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; background:#1b1b1b;}

#wrapper{
	width:1200px;
	margin:0 auto;
	padding:0;
}

#header{
	height:613px;
	background-color:#4c4c4d;
	margin:0;
}
#header-home{
	margin:0 auto;
	width:1200px;
	height:613px;
	background:url(../images/header-home.jpg) no-repeat;
}
#header-menu{
	margin:0 auto;
	width:1200px;
	height:613px;
	background:url(../images/header-menu.jpg) no-repeat;
}
#header-specials{
	margin:0 auto;
	width:1200px;
	height:613px;
	background:url(../images/header-specials.jpg) no-repeat;
}
#header-gallery{
	margin:0 auto;
	width:1200px;
	height:613px;
	background:url(../images/header-gallery.jpg) no-repeat;
}

	ul.menu-whole{
		padding:140px 0 0 525px;
		margin:0;
	}
	
	.menu{
		width:auto;
		padding:0 20px 0 0;
		float:left;
		list-style:none;
		font:Arial, Helvetica, sans-serif;
		font-size:22px;
	}
	.menu a{
		color:white;
		text-decoration:none;
	}
	.menu a:hover{
		text-decoration:underline;
	}

#content{
	margin:0 auto;
	width:1200px;
	height:790px;
	background:url(../images/content-bg.jpg) no-repeat;
}
#content-inner{
	width:950px;
	margin:0 auto;
	padding:0;
}
	#content-inner h1,p{
		margin:0;
		padding:20px 0 0 0;
		color:white;
	}
#content-inner-left{
		width:600px;
		height:775px;
		float:left;
		overflow:scroll;
	}
	
	#content-inner-left h2{
		color:yellow;
	}
	#content-inner-left h3{
		color:white;
	}
	
#content-inner-right{
		width:350px;
		float:right;
	}
	#content-inner-right h2{
		color:yellow;
		padding:3px;
	}
	#content-inner-right p{
		font-size:11px;
	}
#clear{clear:both;}

#footer{
	margin:0 auto;
	padding-top:30px;
	width:700px;
	font-size:14px;
	color:white;
}

#galleries{
	display:none;
}

p, h1, h2, h3, h4, h5{margin:0; padding:0;}
a{color:white; text-decoration:none;}
a:hover{text-decoration:underline;}
