@charset "utf-8";
/* CSS Document */

.container {
	width:996px;
	height:auto;
	text-align:left;
	margin:0px auto;
}
.top_nav {
	display:block;
	background-image:url(../images/top_nav.jpg);
	background-repeat:no-repeat;
	height:67px;
	width:996px;
}
.button_left {
	display:block;
	clear:both;
	background-image:url(../images/button_left.jpg);
	background-repeat:no-repeat;
	height:48px;
	width:17px;
	float:left;
}
.button_bg {
	display:block;
	background-image:url(../images/button_bg.jpg);
	background-repeat:repeat-x;
	height:48px;
	width:962px;
	float:left;
}
.button_right {
	display:block;
	background-image:url(../images/button_right.jpg);
	background-repeat:no-repeat;
	height:48px;
	width:17px;
	float:left;
}
.header {
	display:block;
	clear:both;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:279px;
	width:996px;
}
.header_down {
	display:block;
	clear:both;
	background-image:url(../images/header_down.jpg);
	background-repeat:no-repeat;
	height:7px;
	width:996px;
}
.content {
	display:block;
	clear:both;
	height:auto;
	width:996px;
}
.footer {
	display:block;
	clear:both;
	background-image:url(../images/footer.jpg);
	width:996px;
	height:84px;
}

/* body */
.content {
	padding-left:35px;
}
.left_body {
	display:block;
	height:auto;
	width:618px;
	float:left;
}
.border_mid {
	display:block;
	background-image:url(../images/border_mid.jpg);
	background-repeat:no-repeat;
	width:32px;
	height:353px;
	float:left;
}
.right_body {
	display:block;
	height:auto;
	width:269px;
	float:left;
}