﻿body {
	background: #060000 url('img/bg.jpg') repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Georgia, "Century Schoolbook", serif;
	font-size: .9em;
}
#container {
	width: 920px;
	margin: 0 auto 0 0;
	padding: 0;
	border: 0;
	z-index: 100;
}
#masthead {
	background: url('img/header.png') no-repeat;
	margin: 0;
	padding: 0;
	border:0;
	height: 200px;
	position:relative;
	overflow:hidden;
}
#navigation {
	margin: 105px 0 0 220px;
}
#headline {
	
}
#page {
	background: url('img/fill.png') repeat-y;
	margin: 0;
	padding: 0 40px 0 160px;
	border: 0;
	position: relative;
	overflow: hidden;
	min-height: 325px;
	text-align:left;
}
.photo {
	background-color: #F8F8F8;
	border: 1px #996633 solid;
	padding: 7px;
	margin: 5px;
}
#footer {
	background: url('img/footer.png') no-repeat;
	height:110px;
	margin:0;
	padding: 0 40px 0 160px;
	border:0;
	position:relative;
	overflow:hidden;
	text-align:center;
}
#knife {
	z-index: 1;
	position: absolute;
	margin: 150px 0 0 900px;
}
#fork {
	margin: 150px 0 0 5px;
	z-index: 1;
	position: absolute;
}
#coffee {
	z-index: 200;
}
h1, h2, h3 {
	color: #993333;
	font-style:italic;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
	color: #526A8E;
}
.button {
	background-color: #8C99C6;
	color: #060000;
	font-weight: bold;
}
#view, #view a{
	float: right;
	width: 150px;
	color: #993333;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
a {
	color: #993333;
}
a:hover {
	color: #000080;
}
.red {
	color: #993333;
	font-weight: bold;
}
.special {
	list-style: square inside;
	margin-left: 0px;
	color: #993333;
}
.normal {
	padding: 0;
	color: #000;
}