#wrapper {
	background: url(Images/Layout/content_bg.gif) repeat-y;
	width: 970px;
	margin: 0 auto;
}

#header {
	background: url(Images/Layout/header_bg.gif) no-repeat top left;
	background-repeat: no-repeat;
	_height: 1%;
}
#header #nav_top {
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
}
#header #logo {
	float: left;
	position: relative;
	height: 69px;
	width: 260px;
	background: url(Images/Layout/logo_bg.gif) no-repeat top left;
}
#header #logo h1 {
	position: absolute;
	z-index: 1;
	left: 50px;
	top: -23px;
	width: 189px;
	padding: 93px 0 0 0;
	overflow: hidden;
	background: url(Images/Layout/logo_purina.png) no-repeat top left;
	height: 0px !important;
	height /**/:93px;
	text-indent: -4444px;
	cursor: pointer;
}
#header #nav_main {
	float: left;
	width: 710px;
}
#header #breadcrumb {
	clear: both;
	margin: 0 0 6px 259px;
	_display: inline-block;
	height: 19px;
}

#main {
	background: url(Images/Layout/bottom_bg.jpg) no-repeat bottom left;
	height: 480px;
	overflow: hidden;
}

.main_content {
	padding: 0 10px;
	height: 480px;
}

#footer {
	margin: 0;
}
#footer #logo_footer {
	position: relative;
	height: 52px;
	background: #000000;
}
#footer #logo_footer h1 {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	width: 120px;
	margin: 0;
	padding: 29px 0 0 0;
	overflow: hidden;
	background: url(Images/Layout/logo_purina_footer.gif) no-repeat top left;
	height: 0px !important;
	height /**/:29px;
	text-indent: -4444px;
	cursor: pointer;
}
#footer #nav_footer {
	background: #e1e1e1;
	padding: 0 5px 2px 5px;
	margin-top: 1px;
}
#footer #legal {
	background: #ffffff;
	padding-top: 2px;
	text-align: right;
	font-size: 0.85em;
	font-weight: bold;
	color: #888888;
}