table#layout {
	border: 1px solid gray;
}

table#layout td#header {
	border: none;
}

table#layout td#header img {
	float: left;
}

table#layout td#menu {
	font-size: 9pt;
	border: 1px solid gray;
}

table#layout td#content {
	font-size: 9pt;
	border: 1px solid gray;
}

dt {
	font-weight: bold;
	padding: 5px;
}

