body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	

td {
	color:#FFFFFF;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;

}

/* ------------------------------------------------- */
.homebg{
	background-image:url(Home-bg.jpg);
	background-repeat:no-repeat;
	height:600px;
	width:998;
}
.AboutMe{
	background-image:url(AboutMe-bg.jpg);
	background-repeat:no-repeat;
	height:600px;
	width:998;
}
.food{
	background-image:url(Food-bg.jpg);
	background-repeat:no-repeat;
	height:600px;
	width:998;
}
.Newsletter{
	background-image:url(NewsLetter-bg.jpg);
	background-repeat:no-repeat;
	height:600px;
	width:998;
}
.Contact{
	background-image:url(Contact-bg.jpg);
	background-repeat:no-repeat;
	height:600px;
	width:998;
}
.Product{
	background-image:url(Product-bg.jpg);
	background-repeat:no-repeat;
	height:600px;
	width:998;
}
.Recipes{
	background-image:url(Recipes-bg.jpg);
	background-repeat:no-repeat;
	height:600px;
	width:998;
}

/* ------------------------------------------------- */
A:link, A:visited, A:active {
	COLOR: #1DB3F1; TEXT-DECORATION: none
}
A:hover {
	COLOR: #FFA800; TEXT-DECORATION: none
}

.input {
	border: 1px solid #000000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	height:19px;
	padding:2px;
}
.inputbig {
	border: 1px solid #000000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	padding:2px;
}

.imagepadding
{
	padding: 10px;
}


.dottedline {color: #f00; background-color: #fff; border: 3px dotted #ff0000; border-style: none none dotted; }