	*{
		margin:0px;
		padding:0px;
		position:relative;
	}
	
	a{
		outline:none;
	}
	
	html,body{
		position:absolute;
		width:100%;
		height:100%;
	}
	
	.clear{
		clear:both;
	}
	
	body{
		background:#f2e5b9;
		font-family:georgia,serif;
		color:433721;
	}
	
	#bgwrapper{
		position:absolute;
		width:100%;
		height:526px;
		top:0;
		left:0;
		background:url(../graphics/mainbg.jpg) top center no-repeat;
	}
	
	#basewrapper{
		width:800px;
		margin:0 auto 0 auto;
		top:0px;
	}
	
	#address{
		width:230px;
		height:70px;
		left:521px;
		top:134px;
		margin-bottom:134px;
		font-size:12px;
		overflow:hidden;
	}
	
	#address span{
		position:absolute;
		display:block;
		width:100%;
		height:100%;
		top:0px;
		left:0px;
		background:url(../graphics/coversprite.gif) -20px -20px;
	}
	
	#welcome{
		width:320px;
		left:45px;
		margin-top:56px;
		float:left;
		font-size:14px;
		text-align:justify;
	}
	
	#welcome h2{
		margin-top:-42px;
		margin-bottom:20px;
		width:100px;
		height:40px;
		font-size:16px;
	}
	
	#welcome h2 span{
		position:absolute;
		display:block;
		width:100%;
		height:100%;
		top:0px;
		left:0px;
		background:url(../graphics/coversprite.gif) -40px -144px;
	}
	
	#dailymenu{
		width:220px;
		left:185px;
		margin-top:56px;
		min-height:270px;
		padding:20px;
		float:left;
		border-left:1px solid #e1d4ab;
		background:#f4eac9;
		font-weight:bold;
		font-size:12px;
	}
		
	#dailymenu h2{
		margin-top:-68px;
		width:200px;
		height:40px;
		margin-bottom:25px;
		font-size:16px;
	}
	
	#dailymenu h2 span{
		position:absolute;
		display:block;
		width:100%;
		height:100%;
		top:0px;
		left:0px;
		background:url(../graphics/coversprite.gif) -24px -100px;
	}
	
	
	#dailymenu dt{
		color:#9e875c;
	}
		
	#dailymenu dd{
		color:#000;
		margin-bottom:15px;
	}	
		
	#tab_napi,
	#napi .cathead{
		display:none;
	}
	
	#napi .catholder{
		margin-top:-20px;
	}
	
	#map{
		position:absolute;
		top:13px;
		right:261px;
		width:98px;
		height:283px;
		background:url(../graphics/map.gif) left;
	}
	
	#mapopen{
		position:absolute;
		top:0px;
		left:0px;
		width:90px;
		height:280px;
		cursor:pointer;
	}
	
	#mapclose{
		position:absolute;
		top:0px;
		right:0px;
		width:30px;
		height:40px;
		cursor:pointer;
	}
		
	#menus{
		width:720px;
		left:45px;
		top:10px;
		margin-bottom:30px;
		font-family:'Trebuchet MS',arial,helvetica,sans-serif;
		color:#a18b62;
	}
	
	#menus h2{
		top:-5px;
		width:210px;
		height:28px;
		font-size:16px;
	}
		
	#menus h2 span{
		position:absolute;
		display:block;
		width:100%;
		height:100%;
		top:0px;
		left:0px;
		background:url(../graphics/coversprite.gif) -40px -192px;
	}	
		
		
	#menus .menutabs{
		border-top:1px solid #f8f2dc;
		width:100%;
		padding-top:5px;
	}
	
	#menus .menus{
		display:none;
	}
	
	#menus .catholder{
		overflow:hidden;
		height:31px;
	}
	
	#menus .catholder dl{
		background:#fffbec;
		width:700px;
		left:10px;
		padding:10px 0 25px 0;
	}
	
	#menus .catholder dd,
	#menus .catholder dt{
		line-height:30px;
		margin:0 20px 0 20px;
		font-weight:bold;
		font-size:14px;
	}
	
	#menus .catholder dd{
		margin-top:-30px;
		padding-left:400px;
		border-bottom:1px solid #f7e196;
	}
	
	
	#menus .cathead{
		background:url(../graphics/catheadbg.gif);
		height:31px;
		line-height:31px;
		text-indent:10px;
		cursor:pointer;
	}
		
	#menus .menutab,
	#menus .menutabsel{
		display:block;
		float:left;
		width:40px;
		height:25px;
		margin-right:10px;
		font-size:16px;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
		color:#a18b62;
		font-weight:bold;
	}
	
	#menus .menutab:hover,
	#menus .menutabsel{
		background:url(../graphics/tabbg.gif);
	}
	
	*html #dailymenu{
		height:270px; /* hack for ie6 */
	}

	#footer{
		width:805px;
		height:85px;
		margin:0 auto 0 auto;
		background:url(../graphics/sheetbottom.jpg);
	}

	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
