a {
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-decoration: none;
}

body {
	background-color: #CCC4B7;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.animal {
	border: 1px solid rgb(171, 158, 141);
	margin: 40px auto;
	padding: 15px;
}

div.animal h3 {
	margin-left: 25px;
	text-align: left;
	text-decoration: underline;
}

div.animal img, img.left { float: left; }

div.bottomMenu {
	background-color: rgb(225, 25,4);
	border-bottom: rgb(0, 0, 0) solid 1px;
	border-top: rgb(0, 0, 0) solid 1px;
	clear: both; /* necessary for proper alignment of menu & content divs */
	height: 30px;
}

div.content {
	background-image: url(images/contentBackground.gif);
	float: right;
	margin: 0 40px 0 auto;
	min-height: 1000px;
	padding: 0 0 50px 0px;
	width: 550px;
}

div.content img { border: 0; clear: both; margin: 15px 25px; }

div.credits { font-size: 10px; padding: 15px; }

div.credits a { color: rgb(0, 0, 0); }

div.credits a:hover, p a:hover { text-decoration: underline; }

div.header {
	background-image: url(images/header.gif);
	height: 168px;
}

div.main {
	background: url(images/menu.gif) repeat-y 0;
	border: 0;
	padding: 0;
}

div.menu { float: left; width: 111px; }

div.wrapper {
	background-color: rgb(249,180,65);
	border: rgb(0, 0, 0) 1px solid;
	margin: 0 auto;
	padding: 0;
	width: 770px;
}

dl.glossary { border: thin dashed rgb(225, 25,4); padding: 20px; }

dl.glossary dd {
	line-height: 15px;
	margin-left: 20px;
	text-align: justify;
}

dl.glossary dt {
	border-right: 15px;
	font-weight: bold;
	line-height: 25px;
	margin-top: 15px;
	text-align: left;
}

dl.glossary, div.animal { background-color: #F9D392; }

h1 { font-size: 30px; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	text-align: center;
	text-decoration: none;
}

h2 {
	border-bottom: thin solid rgb(0, 0, 0);
	font-size: 22px;
	margin-top: 30px;
}

h3 { font-size: 18px; }

h3.faq { margin-top: 250px; padding: 50px; text-align: left; }

h4 { font-size: 10px; }

img.right { float: right; }

ol { text-align: left; }

ol.faq { font-size: 16px; line-height: 25px; }

p {
	font-size: 14px;
	line-height: 20px;
	margin: 25px;
	text-align: justify;
}

p.form {
	font-size: 18px;
	font-weight: bold;
	margin: 40px 20px 10px;
	text-align: left;
}

table.sale { font-size: 16px; }

td.data { font-weight: normal; text-align: left; width: 200px; }

td.title {
	border-right: 15px solid #f9d392;
	font-weight: bold;
	text-align: right;
}

ul.bottomMenu {
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	list-style: none;
	margin: 0 auto;
}

ul.bottomMenu a { display: block; height: 30px; line-height: 30px; }

ul.bottomMenu a:hover, ul.menu li a:hover { background-color: #f9b441; }

ul.bottomMenu li { display: block; float: left; width: 70px; }

ul.content { line-height: 20px; text-align: left; }

ul.menu {
	border: 0;
	letter-spacing: 1px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.menu li {
	border-top: rgb(0, 0, 0) 1px solid;
	display: block;
	float: left;
	height: 25px;
	width: 106px;
}

ul.menu li a { display: block; line-height: 25px; }

.last { border-bottom: rgb(0, 0, 0) solid 1px; }

