body { 
	color: #5b5955;
	font-family: "Gill Sans MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited {
	color: #383F20;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
h1 { font-size:36px}
h2 { font-size:30px}
h3 { font-size:24px}
p,h1,h2,h3 { margin:0px 10px 10px 10px;}

/*#PageContainer { width: 780px; }*/
#MainSection { 
	min-width: 780px; 
	max-width: 1000px;
}
#BannerSection, #FooterSection {
	width: 100%;
}
#BannerArea {
	float: left;
	width: 540px; /* take off 240 px from 780px;*/
}
#BannerSection {
	background-image: url(images/bannerbg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 260px;
}
#BannerArea {
	background-image:url(images/banner.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height:50px;
	padding: 200px 0px 10px 240px;
}

#LeftColumn { 
	float: left;
	width: 220px;
}
#LeftColumn h2 { 
	font-size: 14px;
	text-transform: capitalize;
}
#LeftColumn .Section {
	margin-bottom: 30px;
}	
#LeftColumn .Recipe {
	float: left;
	text-align: center;
	width: 100px;
}
#LeftColumn ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}
#LeftColumn ul li {
	padding: 5px 0px 5px 0px;
}

#CentreColumn { 
	border-left: 1px solid #d2cdc4;
	margin-left: 230px;
	padding-left: 15px;
	padding-right: 15px;
}
#RightSide #CentreColumn { 
	border-right: 1px solid #d2cdc4;
	margin-right: 170px;
}
#CentreColumn h2 {
	font-size: 18px;
}
#CentreColumn h3 {
	font-size: 16px;
}

#RightColumn { 
	float: right;
	width: 160px;
}

.ArticleImage {
	clear: right;
	float: right;
	margin: 0px 0px 40px 40px;
}

#MainSection {
	margin-top: 20px;
}

#FooterSection {
	background-color: #608139;
	color: #ffffff;
	clear: both;
	font-size: 9px;
	padding: 15px 0px 15px 0px;
	text-align: center;
}
#FooterSection a:link, #FooterSection a:visited {
	color: #ffffff;
}

.Article {
	margin-bottom: 50px;
}
.Section {
	margin-bottom: 40px;
}
.ErrorMessage {
	color:#990000;
	font-weight: bold;
	text-align: center;
}
.SuccessMessage {
	color:#00CC33;
	font-weight: bold;
	text-align: center;
}

.textright {
	text-align: right;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.hnav {
	margin: 0;
	padding: 5px 0 4px 0;
	white-space: nowrap;
}
.hnav ul {
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.hnav ul li {
	display: inline;
	margin: 0;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}
.hnav ul li a {
	margin: 4px -1px 0 0;
	padding: 1px 10px 4px 10px;
	text-decoration: none;
}

.hnav ul li a:link, .hnav ul li a:visited {
	background-color: #a4cf54;
	color: #403b33;
}

.hav ul li a:hover {
	background-color: #373f20;
	color: #FFFFFF;
}

.hNAV
{
	padding: 0;		/*	IE5/Win will resize hnav to fit the heights of its
						inline children that have vertical padding. So this
						incorrect case selector will remove that padding */
}
.HNAV ul li a
{
	height: 1%;		/*	holly hack for IE5/Win because 5.0 doesn't recognize 
						inline padding by default */
}
html>body .HNAV
{
	padding: 5px 0 4px 0;	/* Fix for Safari which is case-insensitive */
	height: auto;
}
.hnav ul li span { display: none;}



