/* CSS RESET */
html{color:#F2F5F5;background:#3E7A00;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {font:13px/1.231 arial,helvetica,clean,sans-serif;}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */


body {
	text-align:center;
	background:#3E7A00;
	color:#F2F5F5
}
a {
	text-decoration:none;
	color:#fff
}
a:hover {
	color:#000;
}

td.mainBody {
	height: 400px;
	padding:0 40px 0 40px;
	vertical-align: top;
}

#base {
	width:1000px;
	text-align:left;
	margin:0 auto;
}

.float-l{ float:left}
.float-r{ float:right}
.clearfix{ clear:both}

#bg {margin:50px 0 0 0; background:url(../images/bg5.jpg); height:592px;}

/* header */
#header { position:relative;height:160px  }

#logo { position:relative; top:20px; left:40px}

#nav { position:relative; top:50px; left:40px}
#nav li {float:left; padding:0;}

#nav2 { position:relative; top:60px; left:40px}
#nav2 li {float:left; padding:0;}

/* content */
#content {width:900px; }
.main {width:760px;margin:0 0 0 80px; font-family:Verdana, Arial, Helvetica, sans-serif; display:inline}
#text {width:750px; }
#text h2 {font-size:30px}
#text a { color: #CCCC00}

.staffname {font-size:12pt;font-weight:bold;}
.staffrole {}

#ingredients {list-style-type: disc;}

/* footer */
#footer { background:url(../images/ft5.jpg); height:90px; position:relative}
#foottext {text-align:center;position:relative; top:40px;margin:0 60px 0 60px;}