html,body {
	width: 100%;
	height: 100%;
	margin: 0;	
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(../images/background.gif) repeat;
}

img {
	border-style: none;
}

div#wrapper {
	width: 780px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	width: 100%;
	height: 132px;
	text-align: center;
}

div#menu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* @group content */

div#content {
	margin-left: 40px;
	width: 460px;
	font-size: 11px;
	float: left;
	margin-bottom: -30px;
}

#content h1 {
	font-size: 16px;
}



/* @end */

/* @group food
 */

div#food {
	float:right;
	width:200px;
	margin-bottom: 0px;
	margin-left: 40px;
	margin-right: 40px;
}

#food h2 {
	font-size: 16px;
	margin-bottom: 0;
}

#food h3 {
	font-size: 12px;
	margin-bottom: 0;
}

#food p {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
}



/* @end */

/* @group footer */

div#footer {
	width: 100%;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#footer img {
	border-style: none;
}



/* @end */