/* CSS Document */

html, body {
	height: 100%;
	min-height: 100%;
	background-color:#FFFFFF;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	}

body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	background: #FFFFFF;
	color: #000;
	width: 780px;
	background-image:  url(images/header.jpg);
	background-repeat: repeat-x;	
	}
	
a {
	border:0px;
	}
	
.history {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align:justify;
	}
	
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight: bolder;
	}
	
.items {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
	}
	
.privatepartyitems {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
	font-weight:900;
	}
	
.price {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align:right;
	}
	
.category {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight: 900;
	text-align:center;
	}
	
.privatemenucategory {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight: 900;
	text-align:right;
	}
	
.subcategory {
	font-size:12px; 
	font-family:'Times New Roman', Times, serif;
	font-weight: normal;
	}
	
#container {
	padding: 0px;
	background: #FFFFFF;
	background-image: url(images/navlower.jpg);
	height: 100%;
	}

#header {
	position:relative;
	left:0px;
	top:0px;
	width:780px;
	height:144px;
	z-index:1;
	}
	
#navigation {
	position:relative;
	left:0px;
	top:0px;
	width:138px;
	height:441px;
	z-index:1;
	background-color:#FFFFFF;
	}
	
#content {
	position: relative;
	left: 138px;
	top: -441px;
	width: 622px;
	height: 410px;
	z-index: 0;
	overflow: auto;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:10px;
	}
	
#footer {
	position:relative;
	left:138px;
	top:-441px;
	width:642px;
	height:11px;
	z-index:3;
	}
	
