h1 {
	position:relative;
	width:346px;
	height:90px;
	overflow:hidden;
	margin:10px auto 10px;
	text-align:center;
	}

h1 span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(./images/h1_food.jpg) 0 0 no-repeat;
	}

h2 {
	position:relative;
	overflow:hidden;
	margin:10px 0 0 0;
	text-align:left;
	}

h2 span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}

h2#coffee {
	width:67px;
	height:27px;
	}

h2#coffee span {
	background:url(./images/h2_coffee.jpg) 0 0 no-repeat;
	}

h2#wine {
	width:60px;
	height:21px;
	}

h2#wine span {
	background:url(./images/h2_wine.jpg) 0 0 no-repeat;
	}

h2#beer {
	width:48px;
	height:17px;
	}

h2#beer span {
	background:url(./images/h2_beer.jpg) 0 0 no-repeat;
	}

#content {
	width:80%;
	margin-left:19%;
	}

#main {
	float:left;
	width:73%;
	text-align:justify;
	}
	
#flashcontent {
	height:300px;
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #c0c0c0;
	}

#sidebar {
	float:right;
	width:102px;
	padding:10px 10px 0;
	border:1px solid #c0c0c0;
	font-size:0.8em;
	}

