
/**
* Layout - Page
**/


#page {
	margin: auto;
	margin-top: 0px;
	width: 1003px;
}


#area_header {
	float: left;
	width: 1003px;
	height: 287px;
}

#area_header #area_logo {
	float: left;
	width: 136px;
	height: 100%;
}

#area_header #header {
	float: right;
	width: 867px;
}

#area_header #header #area_picture {
	float: left;
	width: 858px;
	height: 229px;
	overflow: hidden;
}

#area_header #header #area_menu_main {
	clear: both;
	float: left;
	width: 858px;
	height: 38px;
	background-color: #dfe5eb;
}

#area_content {
	clear: both;
	float: left;
	width: 903px;
	height: auto;
	margin-top: 16px;
	padding: 55px 50px 30px 50px;
	background-image: url('../images/content_bg.jpg');
	background-repeat: no-repeat;
}

#content {
	float: left;
	width: 639px;
}

#area_banner {
	float: right;
	width: 200px;
}
