div#homepage {
	position: relative;
	margin: auto;
}





/* HOME PAGE */

img#logo {
	position: absolute;
	top: 75px;
	left: 46px;
}

img.banner {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#band {
	height:280px;
	position:relative;
	background-color: #efd7c5;
	top: 232px;
	}

table#locations {
	position: absolute;
	left: 428px;
	top: 30px;
}

body {
	font-family:Georgia, serif;
	font-size: 13px;
}

td.title {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	color: #960000;
}

td.hours {
	font-style: italic;
	color: #960000;
}

a {
	text-decoration: none;
	font-family: Georgia, serif;
	font-size: 16px;
	color: white;
	position: absolute;
	top: 5px;
	left: 9px;
}

div#button {
	position: absolute;
	left: 428px;
	top:220px;
	height: 30px;
	width: 125px;
	background-color: #967a67
}




/* MENU PAGE */

div#vertband {
	width:130px;
	height: 1300px;
	position:relative;
	background-color: #efd7c5;
	left:55px;
	color: #efd7c5;
}

img.logosmall {
	position: absolute;
	left: -35px;
	top: 36px;
	border:0px;
}

a.back {
	position: absolute;
	top: 240px;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	color: #960000;
}

div#menupage {
	position: relative;
	width:850px;
	height: ;
}

div#menu {
	position: absolute;
	left: 250px;
	top: 60px;
}

p#title {
	font-family: Georgia, serif;
	font-size: 22px;
	color: #960000;
	position: absolute;
	left: 250px;
	top: 0px;
}

thead {
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	color: #960000;
}

span.header {
	font-family: Georgia, serif;
	font-size: 17px;
	font-style: italic;
	color: #960000;
}


span.red {
	font-family: Georgia, serif;
	font-size: 13px;
	color: #960000;
}

td.header {
	font-family: Georgia, serif;
	font-size: 17px;
	font-style: italic;
	color: #960000;
}

.coffee {
	width: 248px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.tea {
	width: 240px;
	position: absolute;
	left: 285px;
	top: 0px;
}

.pastries {
	position:absolute;
	left: 0px;
	top: 330px;
	width: 250px;
}

.sandwiches {
	width: 250px;
	position:absolute;
	left: 285px;
	top: 145px;
}

.lunchbox {
	position:absolute;
	left: 285px;
	top: 790px;
	width: 250px;
}

.salads {
	position: absolute;
	left:285px;
	top: 845px;
	width: 250px;
	
}