td.main-content { background: url('./shape-line.gif') no-repeat; }
td.main-content div.decoration { background: url('./shape-bg.gif') no-repeat top right; }

table.content-table { background: url('./people.jpg') no-repeat bottom right; }
table.content-table td.right-cell { padding-top: 180px; padding-bottom: 250px; }
table.content-table td.main-cell { padding-bottom: 100px; }


/* left-decor */
div.left-decor {
	margin-top: 100px; height: 339px;
	max-width: 275px; width: expression((parseInt(parentNode.offsetWidth) > 275)? '265px' : 'auto');
	background: url('./left-decor.gif') no-repeat top right;
}
