html, body {
	background: #ffffff;
}

#container {
	width: 100%;
	border: 0;
}

#content_table {
	width: 782px;
	background: #064e6e;
	border: 1px solid #064e6e;
}

#pic_header_left {
	background-image: url(../images/pic_header_left.jpg);
	background-repeat: no-repeat;
	width: 240px;
	height: 270px;
}

#pic_header_right {
	background-image: url(../images/pic_header_right.jpg);
	background-repeat: no-repeat;
	width: 285px;
	height: 270px;
}

#bg_header_right {
	background-image: url(../images/bg_header_right.jpg);
	background-repeat: no-repeat;
	width: 149px;
	height: 300px;
}

#bg_content_left_top {
	background-image: url(../images/bg_content_left_top.jpg);
	background-repeat: no-repeat;
	width: 525px;
	height: 140px;
}

#bg_content_left_center {
	background-image: url(../images/bg_content_left_center.gif);
	background-repeat: repeat-y;
	width: 525px;
}

#bg_content_left_bottom {
	background-image: url(../images/bg_content_left_bottom.jpg);
	background-repeat: no-repeat;
	width: 525px;
	height: 50px;
}

#bg_navi {
	background-image: url(../images/bg_navi.jpg);
	background-repeat: no-repeat;
	width: 255px;
	height: 205px;
}

#bg_content_right {
	background-image: url(../images/bg_content_right.jpg);
	background-repeat: no-repeat;
	width: 255px;
	height: 255px;
}

#bg_content {
	width: 525px;
	height: 325px;
	background: #064e6e;
}

#bg_footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 30px;
}