table.creatures {
	width: 700px;
	margin: auto;
	border: none;
	border-spacing: 2px;
}

table.creature {
	width: 575px;
	margin-left: 10px;
	border: none;
	border-collapse: collapse;
}
table.creature th, table.creature td {
	border: 2px solid black;
	padding: 3px;
}
table.creature td.desc {
	font-size: 60%;
}

.cr_icon {
	width: 105px;
	border: 2px solid #000000;
	padding: 5px;
}
.Castle     .cr_icon { background: url("../h3px/grass.gif"); }
.Dungeon    .cr_icon { background: url("../h3px/subterain.gif"); }
.Fortress   .cr_icon { background: url("../h3px/swamp.gif"); }
.Inferno    .cr_icon { background: url("../h3px/lava.gif"); }
.Necropolis .cr_icon { background: url("../h3px/dirt.gif"); }
.Rampart    .cr_icon { background: url("../h3px/grass.gif"); }
.Stronghold .cr_icon { background: url("../h3px/rough.gif"); }
.Tower      .cr_icon { background: url("../h3px/snow.gif"); }
.Neutrals   .cr_icon { background: url("../h3px/grass.gif"); }
.Machines   .cr_icon { background: url("../h3px/grass.gif"); }
