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

body, div, span, a {
	margin:0px;
	padding:0px;
	font-family:Helvetica,Arial,sans-serif;
	color:white;
}

body {
	background-color:black;
}

.Body {
	position:relative;
	display:block;
	width:900px;
	height:600px;
	margin:30px auto;
	border:solid 1px black;
	background-image:url("images/homepage_bg.jpg");
	background-position:center center;
	background-repeat:no-repeat;
}

.Menu {
	position:relative;
	display:block;
	width:900px;
	height:600px;
	margin:30px auto;
	border:solid 1px black;
	background-image:url("images/menu_bg.jpg");
	background-position:center center;
	background-repeat:no-repeat;
}

.Press {
	position:relative;
	display:block;
	width:900px;
	height:600px;
	margin:30px auto;
	border:solid 1px black;
	background-image:url("images/press_bg.jpg");
	background-position:center center;
	background-repeat:no-repeat;
}

.Contact {
	position:relative;
	display:block;
	width:900px;
	height:600px;
	margin:30px auto;
	border:solid 1px black;
	background-image:url("images/contact_bg.jpg");
	background-position:center center;
	background-repeat:no-repeat;
}

.Header {
	position:relative;
	display:block;
	border-top:solid 1px white;
	border-bottom:solid 1px white;
	height:137px;
	margin-top:91px;
	overflow:hidden;
	width:100%;
 }
 
 .HeaderBackground {
 	z-index:1; 
 	position:absolute;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:black;
	opacity:0.8;
	filter:alpha(opacity=80);
 }
 * html .HeaderBackground { width:1000px; height:500px; }

.jasmine {
	z-index:2;
	position:relative;
	display:block;
	font-size:57px;
	font-weight:bold;
	letter-spacing:6px;
	margin-left:164px;
	margin-top:20px;
 }
 
 .j26 {
	z-index:2;
	letter-spacing:2px;
	margin-left:-10px;
 }
 
 .restaurant {
	z-index:2;
 	position:absolute;
	display:block;
	font-weight:bold;
	font-size:20px;
	letter-spacing:1px;
	margin-top:5px;
	margin-left:188px;
 }
 
 
 .NavigationLinks { 
	z-index:2; 
	display:block;
	position:absolute;
	margin-left:428px;
	margin-top:10px;
	font-size:9px;
	padding-bottom:10px;
}
 
 .NavLink { 
	z-index:2;
 	padding-bottom:7px;
	margin-right:7px;
	margin-left:7px;
	text-decoration:none;
	font-size:13px;
	letter-spacing:1px;
 }
 .NavLink:hover { border-bottom:solid 1px white; }
 

 .ContentWrap {
 	display:block;
	position:relative;
	width:540px;
	height:213px;
	margin-top:30px;
	margin-left:150px;
	padding:25px 40px;
	overflow:hidden;
 }
 
 .ContentBackground { 
  	z-index:1; 
 	position:absolute;
	display:block;
	top:0px;
	left:-1px;
	width:100%;
	height:100%;
	background-color:white;
	opacity:0.8;
	filter:alpha(opacity=80);
 }
 
 * html .ContentBackground { width:900px; height:1000px; }
  
 .Content {
 	z-index:2;
 	float:left;
 	position:relative;
	display:inline;
	color:black;
	width:350px;
 }
 
 .Title { 
 	color:black;
	font-size:20px;
	font-weight:bold;
 	margin-bottom:10px;
	letter-spacing:0.7px;
 }
 
 .Description { 
 	display:block;
 	color:black;
	font-size:12px;
	letter-spacing:0.2px;
 }
 
 .Flash {
	position:absolute;
	display:inline;
	float:left;
	width:211px;
	height:100%;
	left: 290px;
	top: 31px;
 }
 
 * html .Flash { height:301px; }
