body {
	margin: 0;
	padding: 20px 10px 10px 10px;
	text-align: center;
	color: #50555f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	background-color: #fff;
}

#canvas {
	position: relative;
	margin: auto;
	width: 72em;
	padding: 0;
	text-align: left;
	z-index: 1;
}

#topframe {
	position: relative;
	z-index: 2;
}

#mainnavi {
	position: relative;
	float: left;
	padding: 12px 0 8px 0;
	z-index: 3;
}

#logo {
	position: relative;
	float: right;
	padding-right: 15px;
	z-index: 3;
}

#keyframe {
	position: relative;
	clear: both;
	width: 72em;
	height: 105px;
	overflow: hidden;
	background-repeat: no-repeat;
	z-index: 2;
}

#contentframe {
	position: relative;
	float: left;
	width: 72em;
	padding-top: 12px;
	background: url(/_images/dot.gif) repeat-y right;
	z-index: 2;
}

#leftportal {
	position: relative;
	float: left;
	width: 23em;
	z-index: 3;
}

#middleportal {
	position: relative;
	float: left;
	width: 23em;
	padding-left: 1.5em;
	z-index: 3;
}

#rightportal {
	position: relative;
	float: right;
	width: 23em;
	z-index: 3;
}

#leftstandard {
	position: relative;
	float: left;
	width: 18em;
	z-index: 3;
}

#rightstandard {
	position: relative;
	padding: 0 5em 0 1em;
	float: right;
	width: 46em;
	z-index: 3;
}

#footer {
	position: relative;
	float: left;
	width: 72em;
	height: 13px;
	background: url(/_images/bottom.gif) repeat-x;
	z-index: 2;
}

#footleft {
	position: relative;
	float: left;
	width: 20px;
	height: 13px;
	background: url(/_images/left_corner.gif) no-repeat left;
	z-index: 3;
}

#footright {
	position: relative;
	float: right;
	width: 20px;
	height: 13px;
	background: url(/_images/right_corner.gif) no-repeat right;
	z-index: 3;
}
