#outer {
	width: 980px;
	background-color: #a6cd3c;
	margin: 0 auto;
}
#wrapContent {
	width: 896px;
	margin: 0 auto;
	background-color: #a6cd3c;
}
#header {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}
#header .Logo img {
	display: block;
}
.Details p {
	font-size: 1.3em;
	color: #FFFFFF;
	padding-bottom: 5px;
}
.WrapInfo .Banner {
	float: left;
	width: 646px;
	height: 415px;
	background: url(../images/gogurt-lunch-ad.jpg) left top no-repeat;
	position: relative;
}
.WrapInfo .Banner a.Coupon {
	position: absolute;
	width: 318px;
	height: 310px;
	left: 4px;
	top: 3px;
}
.WrapInfo .NavInfo {
	float: right;
	width: 250px;
}
.WrapInfo .NavInfo img,
.WrapInfo .Banner img {
	display: block;
}
.Footer {
	background: #a6cd3c url(../images/bg-footer.gif) left top no-repeat;
	width: 896px;
	padding: 5px 0px 5px 0px;
}
.Footer ul {
	width: 362px;
	margin: 0 auto;
	text-align: center;
}
.Footer ul li {
	float: left;
	display: inline;
}
.Footer ul li a:link,
.Footer ul li a:visited {
	font-size: 1.1em;
	color: #FFFFFF;
	white-space: nowrap;
	padding: 0px 0px 0px 14px;
}
.Footer ul li a:hover {
	text-decoration: underline;
}