table.frame {
	width: 721px;
	margin: 0 auto;
}

table.strip {
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
}

table.frame td,
table.toptable td,
table.menutable td,
table.middletable td,
table.middlelefttable td,
table.middlerighttable td {
	padding: 0px;
	vertical-align: top;
}

table.frame td.top {
	width: 721px;
	height: 328px;
	background-image: url("../images/topbg.jpg");
	background-repeat: repeat-y;
}

table.frame td.topborder {
	height: 2px;
	background-image: url("../images/topborder.jpg");
}

table.frame td.middle {
	height: 330px;
	background-image: url("../images/middlebg.jpg");
	background-repeat: repeat-y;
	padding: 10px 20px 10px 40px;
}

table.frame td.bottom {
	height: 54px;
	background-image: url("../images/bottom.jpg");
	background-repeat: no-repeat;
	vertical-align: middle;
}

table.toptable td.toplogo {
	width: 322px;
	height: 120px;
	background-image: url("../images/toplogo.jpg");
	background-repeat: no-repeat;	
}

table.toptable td.topimage {
	width: 399px;
	height: 326px;
	background-image: url("../images/topimage.jpg");
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: bottom;
	text-align: right;
}

table.toptable td.topmenu {
	width: 322px;
	height: 206px;
	background-image: url("../images/topmenu.jpg");
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	vertical-align: middle;
	/*padding: 20px 0px 20px 0px;*/
}

table.middletable td.middleleft {
	width: 265px;
	height: 330px;
	padding-right: 27px;
}

table.middletable td.middlesep {
	width: 3px;
	background-image: url("../images/middlesep.jpg");
	background-repeat: repeat-y;
}

table.middletable td.middleright {
	width: 344px;
	padding-left: 22px;
}

table.middlelefttable td.middlelefttop {
	width: 265px; 
	height: 206px;
	padding-bottom: 10px;
}

table.middlelefttable td.middleleftspacer {
	height: 2px; 
	background-image: url('../images/middlesep2.jpg');
}

table.middlelefttable td.middleleftbottom {
	height: 102px;
	padding-top: 10px;
}

table.middlerighttable td.middlerighttop {
	width: 344px; 
	height: 126px;
	padding-bottom: 10px;
}

table.middlerighttable td.middlerightspacer {
	height: 2px; 
	background-image: url('../images/middlesep2.jpg');
}

table.middlerighttable td.middlerightbottom {
	height: 182px;
	padding-top: 10px;
}

