body {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.footer {
	position: absolute;
	left: 0px;
	bottom: auto;
}
.navbg {
	background-attachment: fixed;
	background-image: url(nav_bg.gif);
	background-repeat: no-repeat;
}
.mainbg {
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
}
.headLG {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #7F0D04;
	text-decoration: none;
}
.headSM {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #7F0D04;
	text-decoration: none;
	text-align: left;
	vertical-align: baseline;

}
.normal,ol,ul {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}
.bold {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #2C6171;
	text-decoration: none;
	font-weight: bold;

}
.italic {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: italic;
	color: #2C6171;
	text-decoration: none;
}
a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #2C6171;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #7F0D04;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #7F0D04;
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #2C6171;
	text-decoration: underline;
}
.small {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #2C6171;
	text-decoration: none;
}
.member-list {
margin:10px;
font-weight:normal;
}
h5 {
color: #2C6171;
margin:10px 0;
}
.recipe {
background:#eee;
padding:10px 20px;
margin:10px 0;
border:1px solid #ddd;
}
h3 {
font-family: "Trebuchet MS";
font-size:16px;
color: #2C6171;
margin:10px 0;
}
h4 {
font-family: "Trebuchet MS";
font-size:14px;
color: #333;
margin:10px 0;
}
.recipe-image {
float:right;
border:5px solid #fff;
margin-left:10px;
}
