@charset "utf-8";
/* CSS Document */
#inner_content_wrap{
	width:900px;
	float:left;
	background-image:url(../images/inner_content_bg.jpg);
	background-repeat:repeat-y;
	padding:0px 5px 0px 5px;
	}
#inner_left_area{
	width:617px;
	float:left;
	padding:0px 10px 0px 10px;
	border-top:2px solid #FFFFFF;
	}
#inner_right_area{
	width:243px;
	float:left;
	padding:0px 10px 0px 10px;
	border-top:2px solid #FFFFFF;
	}
#inner_footer_wrap{
	width:900px;
	float:left;
	background-image:url(../images/horizontal_bg.jpg);
	background-repeat:repeat-y;
	padding:0px 5px 0px 5px;
	background-color:#FFFFFF;
	}
.inner_footer{
	width:885px;
	float:left;
	background-color:#567e0b;
	background-image:url(../images/inner_bottom_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:15px 0px 10px 15px;
	}
#additional_footer{
	width:900px;
	float:left;
	text-align:center;
	}

