body {
	margin: 0px 0px 2em;
	padding: 0px;
	color: #fc3;
	background-color: #033;
	font-family: Georgia, Times New Roman, Times, serif;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2.breeding, h3.breeding {
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
	margin-bottom: 0px;
}

img { border: none; }

a {
	color: #fc3;
	text-decoration: none;
}

a:hover {
	color: #f93;
	text-decoration: underline;
}

div#menu {
	margin: 1em 0em 4em 0em;
	padding: 0px;
	display: table;
	width: 100%;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	display: table-row;
}

div#menu ul li {
	display: table-cell;
	vertical-align: middle;
	list-style-type: none;
	text-align: center;
}

div#menu ul li.current {
	color: #f93;
}

* html div#menu ul li { /* Mac IE */
	display: inline-block;
	width: 14%; /* More space for rounding errors? Whitespace bug? Don't know at the moment */
}

/* Hides from IE Mac \*/
* html div#menu ul li {
	display: inline;
	width: 14.2%; 
}
/* width matches (100% - some space for rounding errors) / seven items */

p#caption {
	width: 800px;
	margin: auto;
/*	padding-left: 100px;
	padding-right: 100px; */
	font-weight: bold;
	font-style: italic;
	text-align: justify;
}

table#links {
	width: 600px;
	margin: auto;
}

table#links td {
	padding: 8px;
	text-align: center;
}

table#links td.left {
	text-align: left;
}
