.area_main {
	width: 950px;
	position: relative;
	left: 50%;
	margin-left: -475px;
}
.area_top {
	height: 90px;
	width: 950px;
	position: absolute;
	background-image: url(../pics/bgd_top.gif);
}
.area_navi_left {
	height: 17px;
	position: absolute;
	width: 645px;
	top: 100px;
	background-color: #A00000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	padding-left: 5px;
}
.area_navi_right {
	height: 17px;
	position: absolute;
	width: 295px;
	top: 100px;
	background-color: #A00000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 5px;
	vertical-align: middle;
	left: 650px;
	text-align: right;
	clip: rect(auto,auto,auto,auto);
	padding-right: 5px;
}
.area_content {
	width: 635px;
	position: absolute;
        margin:12px 0pt;
}
.area_body {
	position: absolute;
	width: 950px;
	top: 120px;
}
.area_boxes {
	width: 300px;
	position: absolute;
	left: 650px;
}
.area_box_empty {
	width: 300px;
	position: relative;
	left: -2px;
	height: 10px;
}
.area_box_header {
	width: 300px;
	position: relative;
	left: -2px;
	height: 15px;
	background-color: #A00000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A00000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A00000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 5px;
}
.area_box {
	width: 290px;
	position: relative;
	left: -2px;
	background-color: #222222;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A00000;
	border-bottom-color: #A00000;
	border-left-color: #A00000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}
