body {
	background: black;
	color: white;
	margin: 0;
}

.cookingtime {
	float: right;
	width: 160px;
	background: #EFE;
	padding: 6px;
	margin-bottom: 20px;
	margin-left: 30px;
	border: 2px solid #ACA;
    -moz-border-radius: 10px;
	text-align: center;
}
.cookingtime p:last-child {
}
.cookingtime h3:first-child {
	margin-top: 0;
}


#middle {
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	
	background: white;
	background-image: url('/template/lines.png');
	background-repeat: repeat;
	background-position: center;
}

#main {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding-bottom: 0px;
}

#header {
	width: 100%;
	height: 160px;
	margin: 0;
	background-position: center top;
	background-color: black;
	background-repeat: repeat-x;
	border-bottom: 2px solid #000;
}

#header h1 {
	display: none;
	color: white;
	height: 160px;
	font-family: "Helvetica";
	font-weight: normal;
	vertical-align: middle;
	margin-top: 0;
}

#header #headermain {
	display: block;
	width: 950px;
	height: 170px;

	position: relative;
	margin-left: auto;
	margin-right: auto;

	background-image: url('/template/logo.png');
	background-position: center left;
	background-repeat: no-repeat;
}


.hline {
	height: 0px;
	border-top: 1px solid #EEE;
	margin-top: 10px;
	margin-bottom: 1px;
}

#header #search {
	position: absolute;
	top: 40px;
	right: 20px;
}

#search input {
	margin-top: 15px;
	background: #F0F0F0;
	border: 2px solid #555;
	padding: 3px;
	padding-left: 4px;
	-moz-border-radius: 4px;
}

#navbar {
	width: 100%;
	height: 50px;
	margin: 0;
	background-image: url('/template/grad.png');
	background-position: top;
	background-repeat: repeat-x;
	clear: both;
	
	border-bottom: 2px solid #000;
}

#navbar ul {
	display: block;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	
	list-style-position: outside;
	list-style-type: none;
	font-size: 14pt;
	line-height: 24pt;
	font-family: "DejaVu Sans";
}

#navbar ul li {
	display: block;
	float: left;
}

#navbar ul li:last-child {
	border-right: 1px solid #222;
}

#navbar ul li a {
	display: block;
	color: white;
	
	border-left: 1px solid #222;
	padding: 10px 30px;
	text-decoration: none;
}

#navbar ul li a:hover {
	color: #ADF;
	background-image: url('/template/grad_light.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

#content {
	margin-top: 0px;

	float: left;
	display: block;
	width: 930px;
	background-color: transparent;
	padding: 14px;
	background-image: url('/template/white3.png');
	background-repeat: repeat;
	
	/*border: 14px solid #EEE;
	-moz-border-radius: 14px;*/
}

#content #mainblock {
	border: 1px solid #5F5F5F;
	border-right: 3px solid #444;
	border-bottom: 3px solid #444;	

	padding: 0;
	width: 930px;
	background: white;
/* for IE */
  filter:alpha(opacity=90);
/* CSS3 standard */
  opacity:1.5;	
}
#content #mainblock #maintext {
	margin: 10pt;
	color: black;
	text-align: justify;
	font-family: Georgia, serif;
	font-size: 13pt;
}

#content a {
	text-decoration: none;
	color: #24A;
}
#content a:hover {
	text-decoration: underline;
}

#content ul {
	list-style-type: none;
	padding-left: 30px;
	margin-top: 0;
}

#content ol li {
	padding-bottom: 10px;
}

#content ul li {
	padding-bottom: 10px;
}

#content h2 {
	display: block;
	color: #000;
	font-family: "DejaVu Sans";
	font-size: 34pt;
	font-weight: normal;
	margin: 0;
	width: auto;
	padding: 0;

	margin-bottom: 20px;
}

#content h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #464;
}

.blocklink div {
	float: left;
	text-align: center;
	border: 2px solid #CCC;
	-moz-border-radius: 6px;
	padding: 15px;
	margin: 10px;
}

.blocklink:hover div {
	background-color: #DEF;
	border-color: #555;
}

#footer {
	border-top: 2px solid black;
	border-bottom: 1px solid #333;
	padding-top: 10pt;
	margin-top: 0;
	font-variant: small-caps;
	
	padding-bottom: 10pt;
	text-align: center;
	font-size: 12pt;
	color: #CCC;
	background-image: url('/template/grad.png');
	background-repeat: repeat-x;
	background-position: top;
}
#footer a {
	color: #68D;
	font-weight: bold;
	text-decoration: none;
}

.searchgrey {
	color: #444;
}