/*----------------------------------------
Name: home.css
Developed by: Gerald Yeo
Date Created:
Last Updated:
Copyright:
----------------------------------------*/



ul
{
	margin:0px;
	list-style-type:none;
}

#header
{
	background-image:url(../images/home_masthead.gif);	
}

#welcome
{
	overflow:auto;
}

/* Blurb
---------------------------------------*/
.blurbContainer
{
	width:350px;
	margin-left:40px;
	float:left;
}

.blurbTop
{
	width:320px;
	height:100%;
	padding:15px;
	float:left;
	background:url(../images/common_blurb_top.png) no-repeat top;
}

.blurbBtm
{
	width:350px;
	height:45px;
	float:left;
	background:url(../images/common_blurb_btm.png) no-repeat top;
}

.blurbTop2
{
	width:255px;
	height:100%;
	padding:15px;
	background:url(../images/common_blurb_top2.png) no-repeat top;
}

.blurbBtm2
{
	width:285px;
	height:45px;
	background:url(../images/common_blurb_btm2.png) no-repeat top;
}

.grey_link
{
	margin:0 0 0.4em 0;
	font-size:10px;
	font-weight:normal;
	color:#7A7A7A;
	text-align:right;
}

#heroImgContainer
{
	margin-left:20px;
}

#recipeLink
{
	margin-top:10px;
	background:url(../images/recipelink.png) no-repeat center;
}

	#recipeLink p
	{
		font-size:14px;
		text-align:center;
	}
