* {
	margin: 0;
	padding: 0;
}

html, body {
	font-size: 1em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #F5E1A5;
	color: #4a3824;
}

#cage {
	width: 482px;
	margin: 0 auto;
	padding: 80px 0;
}

#header a {
	display: block;
	width: 482px;
	height: 114px;
	margin-bottom: 15px;
	text-indent: -9999px;
	background: url(images/header.gif);
}

#menu {
	width: 454px;
	height: 128px;
	margin-left: 15px;
	background: url(images/menu.gif);
	list-style: none;
	text-indent: -9999px;
}

#body-care #menu {
	background-position: 0 512px;
}

#body-herd #menu {
	background-position: 0 384px;
}

#body-babes #menu {
	background-position: 0 256px;
}

#body-talk #menu {
	background-position: 0 128px;
}

#menu li {
	display: inline;
}

#menu li a {
	display: block;
	float: left;
	height: 120px;
}

#menu-care {
	width: 113px;
	background: url(images/menu-text.png) -10px 0;
}

#menu-care:hover {
	background-position: -10px 128px;
}

#menu-herd {
	width: 113px;
	background: url(images/menu-text.png) 329px 0;
}

#menu-herd:hover {
	background-position: 329px 128px;
}

#menu-babes {
	width: 102px;
	background: url(images/menu-text.png) 215px 0;
}

#menu-babes:hover {
	background-position: 215px 128px;
}

#menu-talk {
	width: 124px;
	background: url(images/menu-text.png) 115px 0;
}

#menu-talk:hover {
	background-position: 115px 128px;
}

#content {
	margin: 15px;
}

#content h2 {
	font-size: 1.5em;
	margin-bottom: 0.2em;
}

#content h3 {
	font-size: 1.2em;
}

#content h4 {
	font-size: 1em;
}

#content img.wide {
	margin-bottom: 0.2em;
}

#content p, #content ul {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

#content ul {
	margin-left: 20px;
}

div.hog {
	float: left;
	margin: 0 50px 20px 0;
}

div.hog img {
	margin-left: -3px;
}

div.last {
	margin-bottom: 0;
}

a {
	color: #3D272F;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div.ads {
	margin: -10px 0 -15px -10px;

}
#footer {
	margin-top: -15px;
	text-align: center;
	font-size: 0.8em;
}

div.hr {
	clear: both;
	width: 454px;
	height: 16px;
	margin: 20px 0;
	border: none;
	background: url(images/hr.gif);
}

div.hr hr {
  display: none;
}