body
{
	margin: 0;
	padding: 0;
	background-color: #FFCC66;
}

.sidebar
{
	border-right: 2px	solid #316310;
}


img.furniture-pic
{
	border: 2px solid #005500;
	margin: 2px;
}

A:link
{
	color: #336600;
}

A:active
{
	color: #FFFFFF;
}

A:visited
{
	color: #336633;
	font-style: italic;
}

hr
{
border: none;
border-top: 2px solid #316310;
}

p
{
 padding-left: 5px; 
 padding-right: 5px;
}



/* Contents stuff */

ul.contents /* root level contents */
{
	list-style-type: none; 
	margin-left: 4px;
	margin-right: 8px;
	margin-top: 128px;
}

ul.contents ul /* second-level stuff */
{
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 32px;

}

ul.contents li { font-weight: bold; }

ul.contents ul li { font-weight: normal; }
h1,h2,h3,h4,h5,h6 { color: #316310;}

.error {
color : #800;
}

.footer {
	text-align: center;
}

.weekday
{
	margin-bottom: 0px;
}

.openingStatus
{
	margin-top: 0px;
