body {
	background: #d9edf6 url('../images/background.png') no-repeat;
}

div#Title, div#Content {
	position: absolute;
	left: 265px;
	width: 620px;
}

div#Title {
	top: 275px;
}

div#Title, div#Title span {
	color: #0089c5;
	font-size: 16px;
	font-weight: bold;
}

div#Content {
	top: 320px;
}

div#LeftColumn, div#RightColumn,
div#LeftWideColumn, div#RightNarrowColumn {
	position: absolute;
}

div#LeftColumn { width: 280px; }
div#LeftWideColumn { width: 400px; }

div#LeftColumn img.bigIllustration {
	display: block;
	margin-bottom: 10px;
}

div#RightColumn {
	left: 285px;
	/*width: 335px;*/
	width: 390px;
}

div#RightNarrowColumn {
	left: 420px;
	width: 200px;
}

th {
	color: #0089c5;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}

td {
	padding-bottom: 4px;
}

col.right {
	text-align: right;
}

tr.oddrow td {
	background-color: #ebebeb;
}