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

body{
	background: #FAFAFA url('images/css/bg.jpg') repeat-x left top;
	color:#333;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	height:100%;
	}
	
#container{
	background: #FFF url('images/css/content_bg.jpg') repeat-y right top;
	display:block;
	width:950px;
	min-height:100%;
	margin: 14px auto;
	}

.ie7 #container{
	display:block;
	width:950px;
	height:100%;
	margin: -1px auto;
	background: #FFF;
	}
	
.ie6 #container{
	display:block;
	width:950px;
	height:100%;
	margin: -1px auto;
	background: #FFF;
	}
			a:link{
				border: none;
				color:#336699;
				text-decoration:none;
				}	
			a:hover{
				border:none;
				color: #cc3399;
				text-decoration:underline;
				}	
				
			a:visited{
				border:none;
				color: #336699;
				text-decoration:none;
				}	
				
			a:link img{
				border:none;
				}
				
			a:hover img{
				border:none;
				}
				
			a:visited img{
				border:none;
				}

						
.clear{
	clear:both;
}

/*navigation code*/
#header{
	display:block;
	background: transparent url('images/css/header_bg.jpg') no-repeat right top;
	height:106px;
	width:950px;
	border-left:solid 1px #ccc;
	}
	

	#logo a {
		display: block;
		float:left;
	}	
	
	#logo span{
		display: none;
		}	
	
	#header ul{
		display:block;
		float:left;
		margin: 40px 0 0 0;
		padding: 0;
		z-index: 555;
		}	
		
	#header ul li{
		display:block;
		list-style:none; 
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		margin:none;
		padding:0 20px 0 20px;
		height: 20px;
		line-height: 20px;
		font-size:16px;
		font-weight:bold;
		float:left; 
		border-left:1px solid #CCCCCC;
		}
	
#content{
	background:transparent;
	width:930px;
	display:block;
	padding: 30px 10px 10px 10px;
	border-left:solid 1px #ccc;
	}
	
.body2 p{
	float:left;
	font-size:16px;
	width:450px;
}

.image1{
	float:left;
	padding: 0 30px;
	clear:left;
}

.image2{
	float:right;
	padding: 0 30px;
	clear:right;
}

.body1 p{
	float:right;
	font-size:16px;
	width:450px;
}

.menuitem{
	width: 450px;
	height: 150px;
	float:left;
	padding:5px;
	text-align:center;
}

.menuitem_luncheon{
	width: 450px;
	height: 220px;
	float:left;
	padding:5px;
	text-align:center;
}
.menuitem_dinner{
	width: 850px;
	margin: 0 auto 0 auto;
	clear:both;
	padding:5px;
	text-align:center;
}
	h2{
		font-size: 16px;
		text-decoration:underline;
		color: #cc3399;
		padding: 0;
		clear:both;
	}	
	h3{
		font-size: 17px;
		font-weight:bold;
		padding: 0 0 0 20px;
		color: #333;
	}
	
	h4{
		font-size: 16px;
		font-weight:bold;
		padding: 0;
		color: #000066;
		width: 200px;
		
	}
	
#footer{
	background: #FAFAFA url('images/css/footer_bg.jpg') no-repeat top right;
	width:950px;
	clear:both;
}

.location{
	width:475px;
	text-align:center;
	float:left;
	
}
	
#top{
	text-align:center;
}

#top a{
	text-decoration:underline;
	color: #000066;	
}

#top a:hover{
	text-decoration:underline;
	color: #333;	
}

#top a:visited{
	text-decoration:underline;
	color: #000066;	
}