*
{
	margin: 0;
	padding: 0;
}

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

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

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

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

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

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

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

div#box div.middle p.course
{
	text-indent: 0;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	margin: 15px 0 5px;
}

div#box div.middle p.dish
{
	text-indent: 0;
	text-align: center;
	margin: 5px 0;
}

div#box div.middle p.dish a
{
	color: #000;
	text-decoration: none;
}

div#box div.middle p.dish a:hover
{
	color: #666;
	text-decoration: none;
}

div#box div.middle p.button
{
	text-indent: 0;
	text-align: center;
	font-size: 120%;
}

div#box div.middle p.button a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

div#box div.middle p.button a:hover
{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

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

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