@charset "utf-8";
/* CSS Document */
#container		{  background:url(../images/container_bg.gif) top no-repeat center; width:100%; }
#layout_outline	{ width:1000px; height:100%; background:#FFF;}
#layout_banner	{ width:1000px; display:table; height:172px;}
#layout_menu_top{ width:1000px; height:41px; display:table-cell; margin:0px;}
#layout_footer	{ width:1000px; height:60px; padding:2px 15px;}

#layout_main	{ width:1000px;display:table; height:auto; clear:right}

#home_left			{ width:1000px; height:100%; background:url(../images/home_left.gif) repeat-y top left; float:left; display:table;}
#home_right			{ width:1000px; height:100%; background:url(../images/home_right.gif) repeat-y top right; float:right; display:table;}
#home_top_left 		{ width:1000px; background:url(../images/top_left.gif) no-repeat top left; height:41px;}
#home_top_right 	{ width:1000px; background:url(../images/top_right.gif) no-repeat top right; height:41px;}
#home_bottom_left 	{ width:1000px; background:url(../images/bottom_left.gif) no-repeat bottom left; height:41px;}
#home_bottom_right 	{ width:1000px; background:url(../images/bottom_right.gif) no-repeat bottom right; height:41px;}
#home_bottom_main 	{ height:41px; display:block; width:1000px; line-height:41px;}


#home_main	{ width:970px; padding:0px 15px;}
#home_main #layout_main_left	{ width:200px; height:100%; float:left; margin-top:10px; text-align:left}
#home_main #layout_main_right	{ width:760px; height:100%; float:right; margin-top:10px; display:table;clear:right; margin-left:5px;}

#box_load	{ display:table; }




