/* CSS Document */

html, ul, li, div, p, {
	margin: 0px;
	padding: 0px;
	}

#wrapper {
	width: 800px;
	margin: 2px auto auto;
	height: 500px;
	}
	
#wrapper1 {
	width: 800px;
	margin: 2px auto auto;
	}
	
#banner {
	width: 800px;
	height: 120px;
	}
	
#leftcol {
	width: 150px;
	height: 480px;
	float: left;
	background-color: #FFFFFF;
	}
	
#rightcol {
	width: 650px;
	height: 480px;
	text-decoration: none;
	float: right;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/homeright.jpg);
	background-repeat: no-repeat;
	font: 9pt/2em Arial, Helvetica, sans-serif;
	}
	
#rightcol1 {
	width: 650px;
	height: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 2em;
	text-decoration: none;
	float: right;
	color: #666666;
	background: #FFFFFF url(../images/restaurant.jpg) no-repeat;
	}
	
#rightcol2 {
	width: 650px;
	height: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 2em;
	text-decoration: none;
	float: right;
	color: #666666;
	background: #FFFFFF url(../images/cuisine.jpg) no-repeat;
	}
	
#rightcol3 {
	width: 650px;
	height: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 2em;
	text-decoration: none;
	float: right;
	color: #666666;
	background: #FFFFFF url(../images/functions.jpg) no-repeat;
	}
	
#rightcol4 {
	width: 650px;
	height: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
	text-decoration: none;
	float: right;
	color: #666666;
	background: #FFFFFF url(../images/guest-book.jpg) no-repeat;
	}
	
#rightcol5 {
	width: 650px;
	height: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
	text-decoration: none;
	float: right;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/reservations.jpg);
	background-repeat: no-repeat;
	}

#footer {
	width: 800px;
	padding: 0px;
	height: 20px;
	background: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer p {
	margin: 0px;
	padding-top: 4px;
	text-align: center;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#footer a:hover {
	color: #0099CC;
}

h1 {
	color: #CC0000;
	font: bold 11pt/1.4em Arial, Helvetica, sans-serif;
}

#h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0099ff;
	line-height: 1.5em;
	text-decoration: none;
	}
	
#h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0099ff;
	line-height: 1.5em;
	text-decoration: none;
	}
	
#h2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003399;
	line-height: 1.5em;
	text-decoration: none;
	}
	
#leftcolmenu {
	width: 150px;
	float: left;
	background: url(../images/leftcol_bg.jpg) repeat-y;
	height: 1050px;
	}
	
#rightcolmenu {
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	float: right;
	background: #FFFFFF;
	height: 1050px;
	}
	
#leftcolmenu1 {
	width: 150px;
	float: left;
	background: url(../images/leftcol_bg.jpg) repeat-y;
	height: 2400px;
	}
	
#rightcolmenu1 {
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	float: right;
	background: #FFFFFF;
	height: 2400px;
	}
	
