* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/bk2.jpg) repeat-x;
	font-family: "Lucida Sans Unicode", Helvetica, Tahoma, Arial;
	font-size: 11px;
	color: #8B8A8A;
}

.f_text
	{
		font-family:"Lucida Sans Unicode";
		font-size:11px;
		color:#999999;
	}

.f1_text
	{
		font-family:Tahoma;
		font-size:11px;
		color:#8B8A8A;
	}
.box {
	border: 1px solid #3399FF;
	padding: 10px;
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;

}
.c_text
	{
		font-family:Tahoma;
		font-size:10px;
		line-height:10px;
		color:#777777;
	}
.c_text a:link, .c_text a:visited 
	{
	font-family:Tahoma;
	font-size:10px;
	line-height:10px;
	color:#777777;
	text-decoration: underline;
	}
.c_text a:hover, .c_text a:active
	{
	font-family:Tahoma;
	font-size:10px;
	line-height:10px;
	color:#3399FF;
	text-decoration: none;
	}
.xbox {
	border: 0px solid #FFFFFF;
	padding: 10px;
	font-family: Tahoma;
	font-size: 11px;
	color:#8B8A8A;
	vertical-align: top;

}

/* Menu */

#menu {
	width: 524px;
	height: 74px;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 104px;
	height: 46px;
}

#menu a {
	display: block;
	background:  url(images/bt1.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #8EA2C6;
	font-family: Lucida Sans Unicode;
	font-size: 12px;
	padding-top: 28px;
	height: 46px;
	width: 104px;
        position:relative;
	left:8px;
	top:20px;
}

#menu a:hover {
	background-image:  url(images/bt2.jpg);
	color: #545454;
	text-align: center;
	vertical-align: middle;

}

#menu .active {
}

#menu .active a {
	padding-top: 28px;
	background-image:  url(images/bt3.jpg);
	color: #FFFFFF;
}

#menu .active a:hover {
	background-image:  (images/bt3.jpg);
}

.recipe_name {
	font-family: "Lucida Sans Unicode";
	font-size: 40px;
	color: #C1C1C1;
	padding-left: 8px;
}

.icons {
	padding: 1px;
}
.icons a {
	color: #999999;
}
.icons a:hover {
	border: 1px solid #0099FF;
}

h2.img_logo {
    position:relative;
    left:7px;
    top:44px
}
.Head_s {
	font-family: Lucida Sans Unicode;
	font-size: 18px;
	color: #008cb8;

}
