body {
	margin: 0px;
}

img {
	border: 0px;
}

.base {
	position: relative;
	top: 5px;
	left: 0px;
	width: 820px;
	background-image: url("../images/base_back.gif");
	text-align: left;
}

.base_2 {
	position: relative;
	top: 0px;
	left: 13px;
	width: 774px;
	background-image: url("../images/menu_back.gif");
	background-repeat: repeat-y;
	text-align: left;
}

.header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 820px;
	height: 112px;
	overflow: hidden;
	background-image: url("../images/header_back.gif");
	background-repeat: no-repeat;
}

.header_bar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 35px;
	overflow: hidden;
	background-image: url("../images/header_bar.gif");
	background-repeat: no-repeat;
}

.menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 195px;
}
.menu_btn {
	position: relative;
	top: 0px;
	left: 0px;
	width: 195px;
	height: 44px;
	overflow: hidden;
}

.footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 145px;
	overflow: hidden;
	background-image: url("../images/footer_back.gif");
	background-repeat: no-repeat;
}

.footer_drop {
	position: relative;
	top: 0px;
	left: 0px;
	width: 820px;
	height: 20px;
	overflow: hidden;
	background-image: url("../images/base_back_footer.gif");
	background-repeat: no-repeat;
}

.copyright {
	position: relative;
	top: 100px;
	left: 470px;
	width: 316px;
	height: 10px;
	overflow: hidden;
	background-image: url("../images/copyright.gif");
	background-repeat: no-repeat;
}
.footer_menu {
	position: relative;
	top: 105px;
	left: 470px;
	width: 316px;
	height: 14px;
	overflow: hidden;
	font-size: 12px;
	text-align: right;
}

.main {
	position: absolute;
	top: 0px;
	left: 195px;
	width: 592px;
}

.sub_title {
	position: relative;
	left: 24px;
	width: 568px;
	height: 26px;
	background-image: url('../images/sub_title_back.gif');
	background-repeat: no-repeat;
}
