*, html, body {
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
}

img {
	border: 0px none;
}

.clearBox {
	clear: both;
}

body {
	background-color: #000000;
	padding: 0px;
}

div#background {
	border: 0px red solid;
	background-color: white;
/*	background-image: url(/images/background.gif); */
	text-align: left;
	width: 853px;
	margin: 50px auto 50px auto;
	padding-left: 20px;
}

div#pagenotfound {
	border: 0px green dotted;
	width: 700px;
	padding: 0px 0px 0px 18px;
	float: left;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: black;
}

div#restaurant {
	border: 0px green dotted;
	width: 185px; /* FOUR RESTAURANTS */
	width: 145px; /* FIVE RESTAURANTS */
	padding: 0px 0px 0px 18px;
	float: left;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: black;
}

div#restaurant img {
	border: 2px solid #ffffff;
}

div#restaurant a {
	text-decoration: none;
	font-weight: normal;
}

div#restaurant a:hover img {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	border: 2px solid black;
}

div#nav {
	border: 0px orange dotted;
	width: 375px;
	margin: 0px 25px 0px 0px;
	float: left;
}

div#temp_body {
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	margin: 25px 40px 25px 20px;
	padding-top: 10px;
	clear: both;
	text-align: right;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: black;
}

div#temp_body a {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

div#temp_body a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

div#footer {
	border: 0px orange dotted;
	padding: 75px 0px 20px 0px;
	clear: both;
	width: 812px;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}

div#footer a, div#sitemap a {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

div#footer a:hover, div#sitemap a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
