
	html { height:102%; }
	body { margin:0 auto;
		max-width:1024px;
		}
	table#banner { width:100%; border-width:4px; background-color:#cff; margin:0 0 1em; border:4px solid blue;}
	table#banner td.first { width:15% }
	table#banner td { text-align:center; vertical-align:middle; border:1px solid blue;}
	table#banner i { color:blue; font-size:250% }
	table#banner a { text-decoration:none; color:blue; display:block; }
	table#banner img { width:90px; height:90px; border:none;}

	table#content { border-collapse: collapse; border:none; max-width:40em; }
	table#content td { vertical-align:top; }
	div#menu { float:left; font-size:125%; line-height:2em;
			  font-variant: small-caps; font-weight:bold;
			  white-space:nowrap; width:10em; margin:0 2em 0 3em;
			  font-family:arial, sans-serif; }
	div#menu a { display:block }
	div#card { float:right; margin:0 8% 0 1em; }
	div#card img { width: 160px; height:160px; }
