
/* Layout Stylesheet */ 

body{
	margin: 0;
	padding:0;
	background: #FFFFFF;
 }
 
#container{
 	margin: 0;
	padding:0;
	background: #EDEBEC;
	color: #000000;
	width: 780px;
 }
	 
#hdr{
 height:142px;
 background:#FFFFFF;
 color:#000000;
 }
 
 #navbar{
 height:23px;
 background:#A7CF58;
 }
 
#footer{
 height:20px;
 background:#EDEBEC;
 }

#leftnav{
	position: relative;
	width: 175px;
	background: #EDEBEC;
	color: #74bf44;
	font-variant: small-caps;
	margin-top: 20px;
	float: left;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 30px;
	padding-top: 50px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
 }
 
 #veggienav{
	position: relative;
	width: 175px;
	background: #EDEBEC;
	margin-top: 20px;
	float: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
 }
 
 #veggienavtext{
	width: 140px;
	background: #ffffff;
	padding: 10px;
 }
 
#subpagecontent{
	background: #ffffff;
	color: #333333;
	padding: 20px;
	position :relative;
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 210px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
 }