@charset "utf-8";
/* CSS Document */
#body{
	width:1003px;
	margin:auto;
	text-align:center;
}
#header{
	background:url(../images/logo.jpg) no-repeat 73px 0;
	padding:22px 0 0 0;
}
#among{
	width:856px;
	margin:30px auto;
}
#footer{
	background:url(../images/line.jpg) no-repeat top;
	width:856px;
	margin:auto;
	text-align:center;
	padding:15px 0 7px 0;
}
#arrow{
	background:url(../images/arrow.jpg) no-repeat 0 2px;
	font-size:14px;
	padding:0 0 0 28px;
	color:#DA946A;
	font-weight:bold;
}
#sidebar{
	float:left;
	width:245px;
	margin:15px 0 0 14px;
	*display:inline
}
#list{
	background:url(../images/list_bg_1.jpg);
	text-align:center;
	font-weight:bold;
	padding:2px 0 0 0;
}
#list a{
	color:#000000;
}
#list1{
	background:url(../images/list_bg_2.jpg);
	padding:2px 0 1px 0;
	text-align:center;
	font-weight:bold;
}
#list1 a{
	color:white;
}
#right{
	float:right;
	width:556px;
	min-height:355px!important;
	height:auto!important;
	height:355px;
	background:url(../images/bg1.jpg) repeat-x top;
	margin:15px 0 0 0;
	text-align:center;
}
#content{
	width:536px;
	margin:auto;
}
