*
{
	margin: 0;
	padding: 0;
}

b
{
	color: #F00;
	font-weight: bold;
}

acronym
{
	cursor: help;
	border-bottom: #F00;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	font-variant: normal;
}

body
{
	margin: 0;
	color: #333;
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-size: 15px;
	line-height: 140%;
	background-image: url('../img/background.png');
	background-attachment: fixed;
	background-color: #C00;
}

div#box
{
	width: 790px;
	margin: 0 auto;
}

div#box div.top
{
	width: 790px;
	height: 40px;
	background-image: url('../img/top.png');
	background-repeat: no-repeat;
}

div#box div.middle
{
	width: 790px;
	background-image: url('../img/middle.png');
	background-repeat: repeat-y;
}

div#box div.bottom
{
	width: 790px;
	height: 40px;
	background-image: url('../img/bottom.png');
	background-repeat: no-repeat;
}

div#box div.middle img#kitchen
{
	margin: 0 45px 25px;
}

div#box div.middle p
{
	margin: 0 50px;
	text-indent: 2em;
	text-align: justify;
}

div#box div.middle p.first
{
	text-indent: 0;
}

div#box div.middle p#title
{
	display: none;
}

div#box div.middle p a
{
	color: #000;
	text-decoration: none;
	border-bottom: #F00;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

div#box div.middle p a:hover
{
	color: #F00;
	text-decoration: none;
	border-bottom: #F00;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

div#box div.middle p.button
{
	text-indent: 0;
	text-align: center;
	border: none;
}

div#box div.middle p.button a
{
	text-decoration: none;
	border: none;
}

div#box div.middle p.button a img
{
	margin-top: 20px;
	border: none;
}

div#copy
{
	width: 790px;
	margin: -10px 0 10px 0;
	font-size: 9px;
	text-align: center;
	line-height: 9px;
	color: #000;
}

div#qTip
{
	display: none;
	position: absolute;
	padding: 0 0.5em;
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-size: 80%;
	text-align: left;
	z-index: 1000;
}
