@charset "utf-8";
body {
	background-image: url(img/bkgd.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	vertical-align: top;
	font-family: "Lucida Sans";
	font-size: 100%;
	background-color: #E6EFEF;
}
.basic #container {
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1250px;
	background-image: url(img/mg_bkgd_fl.png);
	vertical-align:top;
	background-repeat: no-repeat; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
p {
	font-size: 0.9em;
	line-height: 100%;
}
.basic  #topspace {
	margin-top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-top: 90px;
	padding-right: 120px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.basic  #navigation {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	margin-left:255px;
	width:680px;
	height:70px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.goodtaste_link {
	line-height: 140%;
}

.basic  #navigation_alt{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 25px;
	margin-left:140px;
	width:860px;
	height:40px;
}

.basic #mainContent {
	padding-bottom:5px;
	padding-left:250px;
	padding-top:35px;
	margin-top: 2px;
	width: 700px;
	height:1000px;
}
.basic  #footer {
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.basic  #footer_alt {
	padding: 75px 1px 1px 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 10px;
	margin-left: 10px;
}
#baristaimgDiv {
	float: left;
}
.barista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 100%;
	color: #FF3300;
}

