* {padding: 0px; margin: 0px;}

body {
	padding-top: 10px;
	width: 880px;
	margin: 0px auto;
	color: #333300;
	font-family: verdana;
	font-size: .9em;
	background-color: #ebf5cc;
}

h1 { font-size: 18pt; }

li { margin-left: 15px; }

.lec { 
	font-family: papyrus;
	font-size: 1.3em;
	font-weight: bold;
}


.fpp {
	color: #6c6a00;
}

#wrapper {
	float: left;
	width: 880px;
}

#header {
	float: left;
	width: 856px;
	border: 2px solid #808000;
	background: url("../images/mainback.gif");
	padding: 10px;

}

.logotop {
	text-align: center;
	width: 100%;
}
.red {
	font-size: 1.6em;
	font-family: papyrus;
	color: #800000;
	font-weight: bold;
}
.view legend { font-size: 1.2em; margin-bottom: 9px; color:#8d8d05; }
.view { padding: 9px; border: 1px solid #8d8d05;}

#top {
	width: 100%;
	font-family: papyrus, verdana;

}

#menu {
	width: 195px;
	float: left;
	padding-top: 10px;
}

.menu { float: left; padding-top: 15px; list-style: none; }

.menu li {
	margin-bottom: 12px;
}

a { 
	color:  #800000;
	text-decoration: underline;
}

a:hover {
	color:  #333300;
	text-decoration: underline;
}

.menu a { 
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
	color: #333300;
	text-decoration: none;
	padding: 5px 0px 5px 15px;
	background: url("../images/menuup.gif") center left no-repeat;
}

.menu a:hover {
        background: url("../images/over.gif") center left no-repeat;
	text-decoration: underline;
}

#content {
	margin-top: 10px;
	width: 650px;
	min-height: 500px;
	padding: 10px;
	float: right;
	border: 2px solid #808000;
	background: url("../images/mainback.gif");
}
* html #content {height:300px} /* IE Min-Height Hack */ 
#content p {
        margin: 5px 0px 10px 5px;
}


#footer {
	width: 880px;
	float: left;
	text-align: center;
	border-bottom: 3px solid #808000;
}

#footercontent {
        width: 880px;
        float: left;
        text-align: center;
	font-size: .8em;
	padding-top: 6px;
}

.signupfeatures { margin: 10px 0px 10px 0px; }
.signupfeatures li { margin-top: 10px; }

.recipe {
	border: 3px solid #808000;
	padding: 5px;
	margin: 10px 0px 10px 20px;
	background: white;
}

.recipe h4 {
	margin-bottom: 5px;
	text-decoration: underline;
	font-size: 1em;
	width: 100%;
	text-align: center;
}

