html, body {height: 100%;}

body
{
	background-color: #222;
	color: #bbb;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 95%;
}

a {color: #fff;}
a:hover {text-decoration: none;}

img {border: 0;}

.clearboth {clear: both;}

.moveright {text-align: right;}

#header
{
	width: 835px;
	margin: 0 auto;
	padding-top: 14px;
}
#header a {text-decoration: none;}

#navigation
{
	width: 835px;
	margin: 0 auto;
	margin-top: 4px;
	margin-bottom: 14px;
	font-size: 90%;
	color: #dbb690;
}
#navigation a
{
	color: #a5896d;
	text-decoration: none;
}
#navigation a:hover
{
	color: #dbb690;
	text-decoration: underline;
}

#main-navigation {float: left;}

#category-navigation {float: right;}

#container
{
	width: 835px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 90%;
	line-height: 1.24em;
}

#photo
{
	float: left;
	width: 600px;
	overflow: hidden;
	text-align: center;
	font-size: 90%;
}

#foodlist
{
	float: left;
	width: 600px;
	overflow: auto;
	background-color: #333;
	font-size: 90%;
	padding: 10px;
}

#discussion
{
	float: left;
	width: 560px;
	overflow: hidden;
	text-align: left;
	background-color: #333;
	font-size: 90%;
	padding-left: 50px;
}

.bottom {
	line-height: 140%;
	color: #666;
	background-color: #ffe;
	border: 1px solid #999;
	padding: 5px;
	margin-bottom: 10px;
	}

#content, #thumbnails
{
	float: left;
	width: 215px;
	overflow: auto;
	background-color: #333;
	font-size: 90%;
}
#content a {text-decoration: none; color: #a5896d;}

#content a:hover {color: #dbb690; text-decoration: underline;}

#thumbnails {text-align: center;}

#thumbnails img
{
	margin: 4px;
	border: 0;
}

#copyright
{
	clear: both;
	width: 835px;
	margin: 10px auto;
	margin-bottom: 4px;
	padding-bottom: 24px;
	font-size: 70%;
	color: #555;
}

#copyright a {text-decoration: none; color: #999;}

#copyright a:hover
{
	color: white;
	text-decoration: underline;
}
h1
{
	color: #61aa8f;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 120%;
}

.field
{
	width: 190px;
	margin-bottom: 14px;
	border: 0;
	border-bottom: 1px solid #aaa;
	background-color: #444;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
#content textarea
{
	width: 190px;
	height: 104px;
	border: 0;
	background-color: #444;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.strike
{
		text-decoration: line-through;
	}

.redtext
{
	color: #F00;
}

.foodheader
{
	margin-top: 15px;
	margin-bottom: -10px;
}