body {
	margin: 0;
	padding: 6px;
	text-align: center;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #fff;
}

#canvas {
	position: relative;
	margin: auto;
	width: 812px;
	text-align: left;
	z-index: 1;
}

#header {
	position: relative;
	width: 812px;
	height: 155px;
	z-index: 2;
}

#logo {
	position: relative;
	float: left;
	width: 210px;
	height: 155px;
	z-index: 3;
}

#quotation {
	position: relative;
	float: right;
	width: 596px;
	height: 155px;
	background-image: url(/_images/bg_quotation.gif);
	background-repeat: repeat-x;
	z-index: 3;
}

#quotation_left {
	position: relative;
	float: left;
	width: 9px;
	height: 155px;
	background-image: url(/_images/bg_quotation_left.gif);
	background-repeat: none;
	z-index: 3;
}

#quotation_right {
	position: relative;
	float: right;
	width: 9px;
	height: 155px;
	background-image: url(/_images/bg_quotation_right.gif);
	background-repeat: none;
	z-index: 3;
}

#quotation_content {
	position: relative;
	padding: 12px 12px 6px 12px;
	z-index: 3;
}

#menu {
	position: relative;
	clear: both;
	margin-top: 6px;
	width: 812px;
	height: 36px;
	background-image: url(/_images/bg_menu.gif);
	background-repeat: repeat-x;
	z-index: 2;
}

#menu_left {
	position: relative;
	float: left;
	width: 9px;
	height: 36px;
	background-image: url(/_images/bg_menu_left.gif);
	background-repeat: none;
	z-index: 3;
}

#menu_right {
	position: relative;
	float: right;
	width: 9px;
	height: 36px;
	background-image: url(/_images/bg_menu_right.gif);
	background-repeat: none;
	z-index: 3;
}

#menu_content {
	position: relative;
	padding-top: 12px;
	z-index: 3;
}

#content_top {
	position: relative;
	clear: both;
	width: 812px;
	height: 9px;
	line-height: 1px;
	font-size: 1px;
	margin-top: 6px;
	background-image: url(/_images/bg_content_top.gif);
	background-repeat: none;
	z-index: 2;
}

#content {
	position: relative;
	width: 810px;
	background-image: url(/_images/bg_content.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 2;
}

#left {
	position: relative;
	padding: 0 0 9px 9px;
	width: 385px;
	float: left;
	z-index: 3;
}

#right {
	position: relative;
	padding: 0 9px 9px 0;
	width: 385px;
	float: right;
	z-index: 3;
}

#both {
	position: relative;
	padding: 0 9px 0 9px;
	z-index: 3;
}

#copyright {
	position: relative;
	clear: both;
	padding: 0 9px 3px 9px;
	font-size: .8em;
	text-align: right;
	z-index: 3;
}
