/* CSS Document */

body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #0034FF;
} 

body {
    text-align:center;/*hack for IE5 centering*/
    }

#wrapper {
	min-height: 100%;
	width: 677px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(Images/background.gif);
} 
* html #wrapper { 
  height: 100% 
} 
#header {
	height: 236px;
	margin-left: auto;
	margin-right: auto;
	width: 677px;
	text-align: center;
	background-image: url(Images/header.gif);
} 
#content {
	color: #000000;
	padding-bottom: 45px;
	padding-top: 0px;
	font-size: large;
	font-weight: bold;
	
} 
#footer {
	height: 45px;
	width: 677px;
	margin-top: -45px;
	color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(Images/background.gif);
} 

#navcontainer ul {
	text-align: center;
	padding-bottom:5px;
	padding-top: 5px;
	padding-left: 0;
	margin: auto;
	border: 2px;
	background-color: black;
	color: white;
	font-size:12px;
	width: 362px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bold;
	/* fixes Firefox 0.9.3 */
	}
	
	#navcontainer ul li{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

	#navcontainer ul li a
	{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
	}

	#navcontainer ul li a:hover
	{
	}

	#navlist #active a {
	color: #FFFFFF;
	background-color: #A50000;
}



.style33 {
	font-size: small;
}
.style36 {
	font-size: x-large;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.style37 {color: #000000}
.style41 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style42 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style43 {
	font-size: x-small;
	color: #CE0000;
	font-weight: bold;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style44 {
	font-size: medium;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.leftcolumn {
	height: 500px;
	width: 155px;
	margin-top: 35px;
}
.mint {
	font-size: 12px;
	color: #33FF99;
	font-weight: bold;
}
.centertable {
	width: 365px;
	padding: 0;
	margin: auto;
}
.FoodTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.menutable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(Images/menu.gif);
	background-repeat: no-repeat;
	text-align: center;
}
.chariot {
	position: relative;
	right: -35px;
}
