/* CSS Document */

body {
	background-color:#FEF4DC;
	}

.container {
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	}

.nav {
	text-align:center;
	vertical-align:bottom;
	height:33px;
	}

.containerTop {
	height:20px;
	background:transparent url("../images/containerTop.gif") center no-repeat;
	}

.containerBottom {
	height:20px;
	background:transparent url("../images/containerBottom.gif") center no-repeat;
	}

.content {
	background:#422000 url("../images/contentBg.gif") center repeat-y;
	padding:10px 40px;
	vertical-align:top;
	color:#FEF4DC;
	}
	
.contentrecipes {
	background:#422000 url("../images/contentBg.gif") center repeat-y;
	padding:0px 25px;
	vertical-align:bottom;
	color:#FEF4DC;
	}
	
a {
	color:#FBBCCE;
	}

a:hover {
	color:#E388A2;
	}
	
#FBBCCE{
	color:#FBBCCE {color: pink};
	}
	



