/*
Theme Name: Maharaja
Template: therestaurant
*/

@import url("../therestaurant/style.css");

#top {
	position: relative;
	width: 100%;
	height: 100px;
	background: #000;
	display: inline-block;
	z-index: 5;
}

#tagline {
	float: right;
	display: inline-block;
	width: 550px;
	text-align: right;
	margin: 0px 0px 0 0;
}
#tagline p {
	font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
	font-style: italic;
	font-size: 18px;
	color: #eee;
	line-height: 1.2;
}