

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #dce7bd url(../images/offer-bkg.jpg) repeat-x ;

}
#wrapper { 
 margin: 0 auto;
 width: 880px;
}
#header {
 width: 880px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 height: 182px;
 margin: 0px 0px 0px 0px;
 background: url(../images/offer-head.jpg);
}

#nav {
 width: 880px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 height: 50px;
 margin: 0px 0px 0px 0px;
 background: url(../images/offer-nav.jpg);
}

#content1 { 
 width: 880px;
 color: #333;
 border: 0px solid #ccc;
 background: url(../images/offer-soup.jpg);
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 270px;
}

#content1lamb { 
 width: 880px;
 color: #333;
 border: 0px solid #ccc;
 background: url(../images/offer-lamb.jpg);
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 270px;
}

#content1ham { 
 width: 880px;
 color: #333;
 border: 0px solid #ccc;
 background: url(../images/offer-ham.jpg);
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 270px;
}

#content1stew { 
 width: 880px;
 color: #333;
 border: 0px solid #ccc;
 background: url(../images/offer-stew.jpg);
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 270px;
}

#content1steak { 
 width: 880px;
 color: #333;
 border: 0px solid #ccc;
 background: url(../images/offer-steak.jpg);
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 270px;
}

#content1success { 
 width: 880px;
 color: #333;
 border: 0px solid #ccc;
 background: url(../images/offer-success.jpg);
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 270px;
}

#content2 { 
 width: 880px;
 color: #333;
 border: 0px solid #ccc;
 background: url(../images/offer-content2.jpg);
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 341px;
}

#content3 { 
 width: 880px;
 color: #333;
 border: 0px solid #ccc;
 background: url(../images/offer-content3.jpg);
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 334px;
}
#footer { 
 width: 880px;
 height: 23px;
 color: #333;
 border: 0px solid #ccc;
 background: url(../images/offer-footer.jpg);
 margin: 0px 0px 10px 0px;
 padding: 0px;
}

p { 
	font: 9pt/14pt  arial, Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 0px;
	margin-left:5px; 
	margin-right:2px;
	margin-bottom:5px;
	color: #333333;
	text-align: left;
}

#txtbox1 {
 z-index:100;
 width: 350px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 height: 150px;
 position: relative;
 left:470px;
 top:70px;
 
}

#txtbox2 {
 z-index:100;
 width: 320px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 height: 150px;
 position: relative;
 left:75px;
 top:100px;
 
}

#txtbox3 {
 z-index:100;
 width: 750px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 height: 225px;
 position: relative;
 left:65px;
 top:73px;
 
}

a {
	font-size: 13px;
	color: #b2bb2d;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b2bb2d;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #b2bb2d;
}