body{
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 15px;
	text-align: center;
	background: #660000; color: #251200;
}

img { border : 0; }

.smalltext { font-size: 12px; }

#menu_table { background: #AD803D; }
.menu_title { font-size: 14px; color: #660000; font-weight: bold; }
.menu_price { font-size: 14px; color: #660000; font-weight: bold; text-align: right; }
.menu_description { font-size: 13px; }

#container{
	margin: auto;
	text-align: left;
	width: 750px;
	position: relative;
}

#header{ width: auto; height: 254px; }

#navigation{
	text-align: center;
	background: #170E01;
	color: #D4A66F;
	font-weight: bold;
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-size: 14px;
}

#navigation li{ display: inline; }

#navigation li a{ color: #D4A66F; text-decoration: none; }

#navigation .selected,#navigation a:hover{
	color:#ffffff;
	text-decoration: underline;
}

#content{
	width: auto;
	margin:0 auto;
	padding: 10px;
	background: #AD803D;
	color: #251200;
	text-align: left;
}

#content a { color: #e2c3a5; text-decoration: none; }
#content a:hover { text-decoration: underline; }

#content h2 { font-size: 15px; font-weight: bold; margin-top: 0px; margin-bottom: 10px; }

#iconwithtext{
	padding: 5px 8px 2px 0;
	margin: 10px 0 10px 0;
	background: no-repeat;
	width: auto;
	text-align: justify;
}
#iconwithtext a{ color: #170E01; }

.divider { border-bottom: 1px solid #663300; margin: 10px 0 10px 0; }

#footer{
	font-size: 9px;
	text-align: center;
	background: #170E01;
	color: #D4A66F;
	font-weight: bold;
	width: 100%;
	padding: 5px 0 5px 0;
	margin: 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#footer a { color: #e2c3a5; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

.image { border: solid 1px #663300; padding: 2px; }