@charset "UTF-8";
/* CSS Document */
	body {
		background: #ffffff;
		font-family: "Trade Gothic", Arial, Helvetica, Verdana, sans-serif;
		font-size:13px;
		margin: 0;
	}
	
	a.rollover {
		display: block;
		width: 182px;
		height: 53px;
		text-decoration: none;
	}
	

	a#bakery {
		margin-top:67px;
		background: url("images/bakery.gif");
	}
	
	a#menu {
		margin-top:15px;
		background: url("images/menu.gif");
	}
	
	a#coffee {
		margin-top:15px;
		background: url("images/coffee.gif");
	}
	
	a#parties {
		margin-top:15px;
		background: url("images/parties.gif");
	}
	
	a#directions {
		margin-top:15px;
		background: url("images/directions.gif");
	}
	
	a#contact {
		margin-top:15px;
		background: url("images/contact.gif");
	}
	
	a#bakery:hover {
		background-position: -182px 0;
	}
	
	a#menu:hover {
		background-position: -182px 0;
	}
	
	a#parties:hover {
		background-position: -182px 0;
	}
	
	a#coffee:hover {
		background-position: -182px 0;
	}
	
	a#directions:hover {
		background-position: -182px 0;
	}
	
	a#contact:hover {
		background-position: -182px 0;
	}
	
	#copyright a {
		color:#000;;
		text-decoration:none;
	}
	
	#copyright a:hover {
		color:#fff;;
		text-decoration:none;
	}
	
	#site {
		position:relative;
		width:920px;
		height:800px;	
		margin:0px auto;
		overflow:hidden;
	}
	
	#menuBar {
		position:relative;
		padding-top:36px;
	}
	
	
	#copyright {
		position:absolute;
		width:920px;
		background:#CCC;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size:9px;
		left:0px;
		bottom:0px;
		padding:5px;
		text-align:center;
	}
	#content {
		position:relative;
		top:-690px;
		left:215px;
	}
		
	.displace {
		position: absolute;
		left: -5000px;
	}

	.topOffset {
		padding-top:36px;
	}

	.buttonOffset {
		padding-top:240px;	
		width:440px;
	}
	
	.menuOffset {
		margin-top:36px;	
		width:650px;
		border:#000 thin dotted;
		padding-left:10px;
	}
	
	.forcedUp {
		margin-top:-100px;
	}
	
	.details {
		font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
		font-size:13px;
	}
	
	.details a:link, a:visited {
		color:#666666;	
	}
	
	.big, h1 {
		font-family: "Trade Gothic Bold Condensed", "Trade Gothic", Arial, Helvetica, Verdana, sans-serif;
		font-size:70px;
	}
	
	.small {
		font-family: "Trade Gothic Bold Condensed", "Trade Gothic", Arial, Helvetica, Verdana, sans-serif;
		font-size:10px;
		text-align:center;
	}
	
	.menuHead {
		font-family: "Trade Gothic Bold Condensed", "Trade Gothic", Arial, Helvetica, Verdana, sans-serif;
		font-size:48px;
		text-align:center;
		color:#666666;
	}
	
	h2 {
		font-family: "Trade Gothic Bold Condensed", "Trade Gothic", Arial, Helvetica, Verdana, sans-serif;
		font-size:18px;
	}
	
	td {
		padding-right:20px;
	}
	
	.grey {
		background-color:#cccccc;
		text-align:center;
		border-color:#000;
		border-style:solid;
		border-width:thin;
	}
	
	.title {
		color:#ffffff;
		text-align:center;
	}