body
{
	margin: 0;
	background-color: #fff;
}
#canvas
{
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}
#canvas td
{
	padding: 0;
}
#row1
{
	height: 185px;
}
.col1
{
	width: 225px;
	vertical-align: top;
}
.col2
{
	width: 685px;
	vertical-align: top;
}
#row2 .col1
{
	height: 53px;
	background: url('img/menu-top.jpg') no-repeat left top;
}
#row2 .col2
{
	background: #cfdd28 url('img/content-top.jpg') repeat-x left top;
}
#row2 .col3
{
	background: #cfdd28 url('img/content-top.jpg') repeat-x left top;
}
#row3 .col1
{
	background: #4f4f4f url('img/menu-left.jpg') repeat-y right top;
	height: 327px;
}
#row3 .col2, #row3 .col3
{
	height: 327px;
	background-color: #cfdd28;
	vertical-align: top;
}
#row4 .col1
{
	background: #4f4f4f url('img/menu-left.jpg') repeat-y right top;
	vertical-align: bottom;
}
#row4 .col1 img
{
	display: block;
}
#row5 .col1, #row5 .col3
{
	height: 100%;
	background: #fff url('img/content-bottom.jpg') repeat-x left top;
	vertical-align: top;
}

