<!--
form{
	margin		: 0em ;
}
input
{
	font-size	: 9pt;
}
textarea
{
	font-size	: 9pt;
}
select
{
	font-size	: 9pt;
}
-->
body {
	margin-top: 0px;
	font-size: 14px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
h1 {
	font-size: 130%;
}
img {
	border-width: 0px;
}
h2 {
	display: block;
	border: 1px solid #0A51A1;
	vertical-align: middle;
	color: #0A51A1;
	font-size: 130%;
}
div#container {
	margin: 0px auto;
	width: 800px;
}
div#head {
	width: 100%;
	border-bottom: 1px solid #FF0000;
}
div#menu2 {
	clear: right;
	float: left;
	width: 165px;
	background: #E4DCA7;
	height: 800px;
}
div#main {
	width: 600px;
	float: right;
}
div#main .cook {
	background: #FFFFC8;
	border: 1px solid #FF0000;
	display: block;
	float: left;
	width: 280px;
	margin-right: 20px;
}
div#main  .preserve {
	background: #E6FFFF;
	display: block;
	width: 280px;
	border: 1px solid #0033FF;
	float: left;
}
#main .title {
	font-size: 120%;
	width: 150px;
}
div#footer {
	clear: both;
	width: 100%;
	position: relative;
	border-top: 3px solid #FF0000;
	font-size: 70%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.boxflaot_left {
	float: left;
	margin-right: 5px;
}
.floatclear {
	clear: both;
}
.pagetop {
	color: #FF0000;
	font-size: 80%;
	text-align: right;
}
.pagetop a {
	color: #FF0000;
	text-decoration: none;
}
