*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #000;
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-size: 16px;
	line-height: 1.4em;
	background-color: #CFC;
	background-image: url("../img/pattern.png");
	background-attachment: fixed;
}

div#box
{
	margin: 0 auto;
	padding: 10px 0;
	width: 750px;
}

div#box div#top
{
	width: 750px;
	height: 25px;
	background-image: url("../img/top.png");
}

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

div#box div#middle img#header
{
	margin: 10px 125px 10px;
	width: 500px;
	height: 80px;
}

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

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

div#box div#middle p.subhead
{
	text-indent: 0;
	margin-top: 15px;
	text-align: center;
	color: #030;
	font-weight: bold;
}

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

div#box div#middle table
{
	margin: 10px 35px;
}

div#box div#middle table td
{
	padding: 5px 10px;
}

div#box div#middle table td.title
{
	text-align: center;
	color: #030;
	font-weight: bold;
	border: 1px #393 solid;
}

div#box div#middle table td.authors
{
	text-align: center;
	border-right: 1px #393 solid;
	border-bottom: 1px #393 solid;
}

div#box div#middle table td.vegetable
{
	text-align: left;
	border-right: 1px #393 solid;
	border-bottom: 1px #393 solid;
	border-left: 1px #393 solid;
}

div#box div#middle table td.count
{
	white-space: nowrap;
	text-align: center;
	border-right: 1px #393 solid;
	border-bottom: 1px #393 solid;
}

div#box div#middle table td p
{
	font-size: 90%;
	margin: 0;
	text-indent: 0;
}

div#box div#middle ol li
{
	font-size: 90%;
	margin-top: 5px;
	list-style-type: decimal;
	list-style-position: inside;
}

div#box div#middle ul li
{
	font-size: 90%;
	margin: 5px 25px 0 39px;
	list-style-type: square;
	list-style-position: outside;
}

div#box div#middle div#button
{
	width: 70px;
	height: 35px;
	margin: 10px auto;
}

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

div#box div#middle div#button a img
{
	width: 70px;
	height: 35px;
	border: 0 solid #CFC;
}

div#box div#middle p#copy
{
	margin-top: -10px;
	color: #363;
	background-color: inherit;
	text-indent: 0;
	text-align: center;
	font-size: 0.6em;
}

div#box div#bottom
{
	width: 750px;
	height: 25px;
	background-image: url("../img/bottom.png");
}
