@charset "utf-8";
/* CSS Document */

#Table_01 {
	position:relative;
	left:0px;
	top:0px;
	width:auto;
	height:auto;
}

#header {
	position:relative;
	left:0px;
	top:0px;
	width:auto;
	height:107px;
	background-image:url(images/header_bg.png);
	background-repeat:repeat-x;
}

.header_content {
	position:relative;
	left:0px;
	top:0px;
	width:640px;
	height:107px;
}

#content {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:auto;
}

.art {
	border:#7f7f7f;
	border:1px solid #7f7f7f;
	padding:7px;
	background-color:#999999;
}

#footers {
	position:relative;
	left:0px;
	top:0px;
	width:640px;
	height:47px;
}