@import url( ../../../stylesheets/base.css );
@import url( ../../../stylesheets/game.css );

/* DESCRIPTION + ICON */
	div#desc{ width: 125px; float: left; }
	div#desc img { margin: -10px 0px 0px -10px; }
	div#desc p { width: 112px; }

p#help{ margin-top: 18px; }

table#help { width: 510px; float: right; }
table#help thead tr th{ height: 30px; background-image: url( ../images/table-header.gif ); padding-left: 10px; text-align: left;}
table#help tbody tr td { padding: 10px 20px 10px 20px; border-left: 1px solid #B0DEEF; border-right: 1px solid #B0DEEF;}
table#help tfoot tr td { height: 14px; background-image: url( ../images/table-footer.gif ); background-repeat: repeat-x; background-position: 0 0; }
