
	body {
		font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
		
		text-align: center;
		margin: 0;
		background-color: #ddd;
	}
	
	div#page-container {
		margin: 1em auto;
		padding: 0;
		border: 1px solid black;
		background-color: white;
	}
	
	div#header {
		text-align: left;
		background: #cc0000 url('../graphics/red-gradient-bg.png') repeat-x;
		border-top: 3px solid black;
	}
	
	div#header img#logo {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	
	div#menu {
		text-align: left;
		padding-top: 0.25em;
		padding-bottom: 0.25em;
		background-color: black;
		font-weight: bold;
		font-size: 1.25em;
	}
	
	div#menu a {
		margin: 0 1em;
		color: white;
		text-decoration: none;
	}
	
	div#menu a:hover, div#menu a:active {
		text-decoration: underline;
	}
	
	div#content-footer {
		clear: both;
		padding-top: 1em;
	}
	
	div#footer {
		font-size: 0.9em;
		text-align: center;
		background-color: black;
		color: white;
		padding: 0.25em 0;
	}
	
	div#footer span {
		margin: 0 1em;
	}
	
	div#footer a {
		color: white;
		text-decoration: none;
	}

	div#footer a:hover, div#footer a:active {
		text-decoration: underline;
	}
	
	div#center-column {
		padding-top: 1em;
		text-align: left;
	}
	
	div#center-column div#main-image {
		margin-bottom: 2em;
	}
	
	div#center-column div#main-image img#restaurant-front {
		border: 1px solid black;
	}

	div#center-column div.dual-col-heading h4 {
		font-weight: bold;
		border-bottom: 1px solid #666;
	}
	
	div#center-column div.dual-col {
		text-align: left;
	}

	img.menu-full {
		border: 1px solid black;
	}
	
	.menu-thumbs {
		text-align: center;
	}
	
	.menu-thumbs table {
		margin: 0 auto;
	}
	
	.menu-thumbs td {
		padding: 1em;
	}

	.menu-thumbs td img {
		border: 1px solid black;
		margin-bottom: 0.25em;
	}

	.menu-thumbs td a {
		text-decoration: none;
		color: black;
	}

	.menu-thumbs td a:hover h5, .menu-thumbs td a:active h5 {
		text-decoration: underline;
	}
	

