@charset "utf-8";
	/* CSS Document */


	body {
		height: 1300px;
	}

	table {
		border: 1px solid black;
		border-collapse: collapse;
		width: 45%;
		margin: 20px auto 0 5px;
	}
	
	th {
		font: 25px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		height: 60px;
		background-color: #ffd99a;
		border: 1px solid black;
	}
	
	td {
		padding: 20px;
		color: rgb(92, 92, 92);
		border: 1px solid black;
	}
	
	#beveragesItemsTable {
		position: absolute;
		top: 350px;
	}
	
	#carbonatedDrinks {
		width: 50%;
	}
	
	#fruitJuices {
		width: 50%;
	}

	#mainCourseItemsTable {
		position: absolute;
		top: 350px;
		left: 520px;
	}
	
	#appetizersItemsTable {
		position: absolute;
		top: 750px;
	}
	
	#dessertItemsTable {
		position: absolute;
		top: 750px;
		left: 520px;
	}
	
	
	
 
	.menuItemName {
		font-family: helvetica;
		font-weight: bold;
		padding-top: 20px;
		border-bottom: 2px dotted rgb(213, 213, 213);
	}
	
	.menuItemPrice {
		float: right;
		font-weight: bold;
		font-family: arial;
		margin-top: -22px;
	}
 
	.menuItemDescription {
		font-style: italic;
		font-size: 14px;
		line-height: 20px;
	}
 
 
 	#placeOrder {
		position: absolute;
		top: 1140px;
		margin-left: 5px;
	}
	



