/* Navigation position and formatting */

#navigation {
	float: left;
	width: 9em;
	height: 100%;
	text-align: center;
	position: fixed;
	padding-top: 2em;
	}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#navigation li {
	padding-top: 1em;
	}

/* Main content */

#content {
	background: url("images/background.jpg") repeat left;
	margin-left: 9em;
	padding: 1em;
	min-height: 100%;
}
#content img {
	text-align: center;
}
body {
	background-color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	}
body, html {
	height: 100%;
	}	
h1 {
	font-family: "Book Antiqua", Times, serif;
	text-align: center;
}
a {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover {
	color: white;
}
#restaurants {
	width: 100%;
	}
