body {
	margin: 0px;
	padding: 0px;
	background-color: #c69c6d;
	background-image: url(../images/body_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
}

#header {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 169px;
	width: 849px;
}

.menu_top {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

.menu_top a {
	text-decoration: none;
	color: #fff;
}

.header_title {
	margin: 0px 0px 0px 0px;
	padding: 20px 204px 0px 204px;
	text-align: center;
	font-size: 29px;
	color: #000;
	font-weight: bold;
}

.header_title span {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-style: italic;
}

#content {
	margin: 0;
	padding: 0;
	width: 849px;

}

.content_left {
	float: left;
	margin: 0;
	padding: 0px;
	width: 223px;
	height: 307px;
	background-image: url(../images/content_left_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.content_right {
	margin: 0px;
	padding: 15px;
	float: right;
	text-align:left;
	color: #000;
	width: 580px;
}

.illus_picture {
	margin: 10px;
	float:left;
	text-align:center;
	font-weight: bold;	
}


#footer {
	clear: both;
	margin: 0;
	padding: 0px 0px 0px 0;
	background:url("../images/footer_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 92px;
	text-align: right;
	width: 849px;
}

#footer div {
	float: right;
	padding: 30px 20px 20px 0;
	width: 200px;
}