body {
	margin: 10px;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
	color: #000;
	background-color: #fff;
}

#quicklinks {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}
#quicklinks ul li {height: 1.6em;}

#canvas {
	position: relative;
	width: 990px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#topframe {
	position: relative;
	width: 990px;
	height: 90px;
	z-index: 2;
}

#metanavi {
	position: relative;
	height: 20px;
	margin: 0;
	padding: 0;
	z-index: 3;
}

#toplogo {
	position: relative;
	clear: both;
	height: 60px;
	background: url(../images/bg_logo.gif) repeat-y;
	z-index: 2;
}

#logo {
	position: relative;
	padding: 20px 0 0 20px;
	z-index: 3;
}
#logoprint { display: none; }

#topstripe {
	position: relative;
	height: 10px;
	background: url(../images/bg_stripe.gif) repeat-y;
	z-index: 2;
}

#mainframe {
	position: relative;
	width: 990px;
	margin: 0;
	padding: 0;
	z-index: 2;
}

#mainleft {
	position: relative;
	width: 180px;
	padding: 10px 0 0 0;
	margin-left: -800px;
	float: left;
	background: url(../images/bg_navi.gif) repeat-x;
	z-index: 3;
}

#mainmiddle {
	position: relative;
	width: 620px;
	margin-left: 180px;
	float: left;
	z-index: 3;
}
* html div#mainmiddle {	margin-left: 90px; }

#mainright {
	position: relative;
	width: 190px;
	float: right;
	margin: 0 0 0 -10px;
	z-index: 3;
}

#searchbox {
	position: relative;
	width: 180px;
	height: 50px;
	padding: 20px 10px 0 0;
	text-align: right;
	background: url(../images/bg_search.gif) repeat-x;
	z-index: 4;
}

#keyviscont {
	position: relative;
	width: 620px;
	height: 70px;
	background-color: #ededed;
	z-index: 4;
}

#keyviscapt {
	position: relative;
	width: 620px;
	height: 170px;
	background-color: #ededed;
	z-index: 4;
}

#segmentbox {
	position: relative;
	overflow: hidden;
	width: 620px;
	height: 23px;
	background: #ededed url(../images/bg_segment.gif) repeat-x;
	z-index: 4;
}

#segmentjump {
	position: relative;
	width: 650px;
	height: 23px;
	z-index: 5;
}

#breadcrumb {
	position: relative;
	width: 610px;
	margin-top: 1.5em;
	font-size: .9em;
	line-height: 1.4em;
	z-index: 4;
}

#content {
	position: relative;
	width: 610px;
	margin-top: 1.5em;
	z-index: 4;
}

#footer {
	position: relative;
	clear: both;
	width: 610px;
	padding-top: 1.5em;
	z-index: 4;
}

#footbox {
	position: relative;
	width: 610px;
	border-top: 1px solid #c0bfbf;
	z-index: 5;
}

#copyright {
	position: relative;
	float: left;
	width: 300px;
	margin-top: 7px;
	z-index: 6;
}

#sitetop {
	position: relative;
	float: right;
	width: 300px;
	text-align: right;
	margin-top: 6px;
	z-index: 6;
}

