#totalarea {
	width: 100%;
	height: 100%;
	background-image:url('/media/images/meat_city_footer_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

#wrapper {
	width:1000px;
	min-height:730px;
	margin: 0 auto;
}

#navigation {
	width:1000px;
	height:40px;
	text-align:center;
	color: #FFFFFF;
	padding-top: 15px;
}

#navigation a:link, #navigation a:visited {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 600;
}

#navigation a:hover {
	color:#FFFF00;
}


#header {
	width:1000px;
	height:203px;
}

#content {
	width:940px;
	min-height:208px;
	overflow: hidden;
	padding: 10px 30px;
	background-color:#FFFFFF;	
}
#content ul, #content ol {
	margin-left: 30px;
}


#footer {
	width:1000px;
	height:274px;
	padding-top: 30px;
	padding-left: 22px;
	text-align:right;
	font-size:11px;
	color: #666666;
}

.banner {
	background-image:url('/media/images/banner-background.jpg');
	width: 279px;
	height: 215px;
	float: left;
	text-align: left;
	padding: 20px;
}
.bannerheader {
	height: 24px;
	width: 270px;
	background-image:url('/media/images/green-arrow.jpg');
	background-position:left;
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;	
}
	