body {
	font-size: 12px;
	font-family: arial, verdana, tahoma, Arial;
	color: black;
	line-height: 17px;
	margin: 0;
	padding: 0;
	background-color: #d0cdc0;
	background-image:url(images/mainbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.main {
	background-image:url(images/bg.jpg);
	background-repeat: repeat-y;
	background-color: white;
}
textarea.contact {
	width: 100%;
	height: 150px;
	border: 1px solid #D6D0C4;
	background-color: #f4f1eb;
}
input.contact {
	width: 100%;
	border: 1px solid #D6D0C4;
	background-color: #f4f1eb;
}


a:visited {
	color: #b23131; text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #b23131; text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #b23131; text-decoration: none;
	font-weight: bold;
}

a.whitelink:visited {
	color: white; text-decoration: none;
	font-weight: bold;
}
a.whitelink:link {
	color: white; text-decoration: none;
	font-weight: bold;
}
a.whitelink:hover {
	color: white; text-decoration: underline;
	font-weight: bold;
}

.whitetext {
	color: white;
}

.footer {

}
.box {
	background-color: #f7f5f0;
	background-image:url(images/recipe-bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border: 1px solid #ebe7db;
}

.title {
	font-size: 42px;
	font-family: "Times New Roman", Times, serif;
	color: #D1CDC1;
}
