body{
	background-color: rgb(252,240,215);
}

a,
a:link,
a:hover,
a:active
{
	color: rgb(151,109,34);
}

#gsHeader{
	background-color: rgb(238,183,135);
	font-size: 70%;
	text-align: right;
	color: rgb(255,255,255);
	width: 100%;
}

#gsHeader span{
	margin-right: 5px;
}

#gsHeader a{
	color: rgb(239,248,237);
}


#header{
	text-align: center;
	background-color: rgb(255,221,157);
}

#header h1{
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#container{
	margin-top: 0;
	text-align: center;
}

#content{
	width: 850px;
	margin: 0 auto;
	background-color: rgb(255,255,255);
	color: rgb(80,80,80);
	text-align: left;
}

#contentRecipe{
	margin: 0 10px;
}

#contentRecipe h2{
	padding: 10px 0;
	font-weight: bold;
	font-size: 150%;
	color: rgb(190,138,98);
}


#contentRecipe h3{
	margin: 20px 0;
	font-weight: bold;
	font-size: 130%;
	color: rgb(255,143,53);
	border-bottom: 1px solid rgb(255,143,53);
}

#contentRecipe h4{
	font-weight: bold;
	font-size: 110%;
}

#contentRecipe h5{
	font-size: 110%;
}

#contentRecipe p{
	line-height: 1.3;
}

#contentRecipe ul.ingredients{
	margin: 15px 0;
}

#contentRecipe ul.ingredients li{
	margin-left: 1.5em;
	line-height: 1.3;
}


#contentRecipe dt{
	color: rgb(255,143,53);
}

#contentRecipe dd{
	margin-left: 1em;
}



p.ad{
	clear: both;
	padding: 20px 0;
	text-align: center;
}


ul#topMenu{
	width: 780px;
	list-style-type: none;
	margin-bottom: 20px;
}

ul#topMenu li{
	float: left;
	width: 380px;
	margin: 5px;
}

ul#topMenu li img{
	vertical-align: middle;
}
ul#topMenu li a:hover{
	text-decoration: none;
}

