@charset "utf-8";

.pagemain {
	width:900px;
	margin-left:auto;
	margin-right:auto;	
}
.pageheader {
	background-image: url(images/template/header-bg.png);
	background-repeat: repeat-x;
}
.thinline {
	background-color:#cccccc;
	height:1px;
	margin-left:5px;	
}
.accentfont {
color:#254477;	
}
#nav { float:right;background: #999; margin-top:20px;height: 42px; width: 725px; font-size: 1em; *font-size: 16px; line-height: 42px; font-family: Helvetica, Arial, sans-serif; overflow: hidden; }
#nav li { float: left; margin: 0; padding: 0; list-style: none; }
#nav a { float: left; color: #fff; text-decoration: none; padding: 0 16px; *padding: 0 14px; }
#nav a:hover, #nav a:focus, #nav .active a {
	background-color: #666;
}

.pagefooter {
	text-align:right;	
	margin-top:5px;
	
}
.pagefooter a {
	color: #000;
	text-decoration: none;
}
.pagefooter a:hover {
	text-decoration: underline;	
}
.centerit {
	margin-left:auto;
	margin-right:auto;	
}

.accoladesbg {
	background-image: url(images/template/logo-bw-light.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.recipelist {
	list-style-type: none;
padding: 0px;
margin: 0px;
}
.recipelist li {
padding-bottom:10px;
}
