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

#nav{
	list-style:none;
	padding:0;
	margin:0;
}

#nav a{
	display:block;
	width:220px;
	height:22px;
	text-decoration:none;
}
*{
	font:Georgia, "Times New Roman", Times, serif;
	color:#f3d1a0;
	font-size:14px;
}
body{
	background-color:#06F;
	margin:0;
}

#container{
	background-color:#480700;
	width:800px;
	position:absolute;
	padding:20px;
	margin:0;
	height:100%;
	z-index:100;
}
#white{
	background-color:#480700;
	width:840px;
	height:10000px;
	display:block;
	position:fixed;
	z-index:99;
}
	#header {
		position:fixed;
		z-index:102;
	}
#supersize{
z-index:80;
}
		#topg{
			position:fixed;
			z-index:101;
			top:0px;
		}
		#bottomg{
			position:fixed;
			z-index:101;
			bottom:0px;
		}
	#nav #about{
		background:url(img/about.jpg);
		background-repeat:no-repeat;
		display:block;
		width:220px;
		height:22px;
	}
	#nav #nav2 #about{
		background-position:0 -23px;
	}
	#nav #food{
		background:url(img/food.jpg);
		background-repeat:no-repeat;
		display:block;
		width:220px;
		height:22px;
	}
	#nav #nav3 #food{
		background-position:0 -23px;
	}
	#nav #reviews{
		background:url(img/reviews.jpg);
		background-repeat:no-repeat;
		display:block;
		width:220px;
		height:22px;
	}
	#nav #nav5 #reviews{
		background-position:0 -23px;
	}
	#nav #contact{
		background:url(img/contact.jpg);
		background-repeat:no-repeat;
		display:block;
		width:220px;
		height:22px;
	}
	#nav #nav9 #contact{
		background-position:0 -23px;
	}
	
	#nav #links{
		background:url(img/links.jpg);
		background-repeat:no-repeat;
		display:block;
		width:100px;
		height:22px;
	}
	#nav #nav77 #links{
		background-position:0 -23px;
	}
	
	#nav #music{
		background:url(img/music.jpg);
		background-repeat:no-repeat;
		display:block;
		width:224px;
		height:22px;
	}
	#nav #nav82 #music{
		background-position:0 -23px;
	}

	#nav .current{
		background-position:0 -22px;
	}
	
	#main{
		width:530px;
		left:150px;
		margin-top:200px;
		margin-bottom:60px;
		/*height:400px;
		overflow:auto;*/
		position:relative;
	}
	
		#main p{
			margin-bottom:10px;	
		}
		
		
	#content{
		width:530px;
		left:150px;
		margin-top:200px;
		margin-bottom:60px;
		/*height:400px;
		overflow:auto;*/
		position:relative;
	}
	
		#content p{
			margin-bottom:10px;	
		}
	
	*{
			margin:0;
			padding:0;
		}
		a{
			color:#f8e5ca;
			text-decoration: none;
			outline: none;
		}
		a:hover{
			text-decoration: underline;
		}
		img{
			border:none;
		}
		body {
			/*overflow:hidden;Needed to eliminate scrollbars*/
			background:#000;
		}
		/*Supersize Plugin Styles*/
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		#supersize{
			position:fixed;
			z-index:10;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
		
		#titleSWF{
			left:-150px;
			position:absolute;
			/*top:80px;*/
		}
		input{
			color:#480700;
		}
		#commentform textarea{
			width:550px;
			color:#480700;
		}
