html
{
	background: #fff url("../images/kitchen-u464-fr.jpg") no-repeat center top fixed;
}

div#cooking
{
	clear: both;
	width: 100%;
}

div#cooking-body
{
	margin: 0 auto;
	width: 1100px;
	height: 600px;
	margin-top: 150px;
}

div.cooking-details
{
	clear: both;
	display: block;
	width: 1050px;
	height: auto;
	font-family: gentium-basic-n4, gentium-basic, sans-serif;
	font-size: 12pt;
	color: #000;
	padding: 12px;
	background-color: rgba(255, 255, 255, 0.65);
	margin-bottom: 50px;
	margin-top: 100px;
}

div.cooking-header
{
	font-size: 16pt;
	text-align: center;
}

div.cooking-header u
{
	text-decoration: none;
	border-bottom: 3px solid #697d5c;
}

div.cooking-details table
{
	border-top: 2px solid #697d5c;
	border-spacing: 0;
	border-collapse: collapse;
}

div.cooking-details table th
{
	border-bottom: 1px solid #697d5c;
	color: #697d5c;
	background-color: #dee3be;
	text-align: left;
	padding: 0 20px;
}

div.cooking-details table td
{
	background-color: #efefd8;
	padding: 0 20px;
}
