/*
说明：所有属性名请用小写
      选择符命名尽量有意义，全部用下划线或大写分隔
      每次修改请修改下面的最后修改时间和修改人
Last Modify: 2007-12-31; By: qkiori
*/
@charset "utf-8";
/*公用样式开始*/
.main{
	width:990px;
	margin:auto;
	display:table;
	overflow:hidden;
	border:0px solid #FF0;
}
/*公用样式结束*/
#main{
	background:url("/images/page/wedclerk/bg_body.jpg") repeat;
}
#main #main_title{
	width:873px;
	margin:0 auto;
	background:url("/images/page/wedclerk/bg_middle_top.gif") center top no-repeat;
	height:36px;
	padding-top:30px;
	padding-left:35px;
}
#main_content{
	width:908px;
	margin:0 auto;
	background:url("/images/page/wedclerk/R_bg.gif") right top repeat-y;
}
#main_left{
	float:left;
	width:710px;
	background:#FFF;
	overflow:hidden;
}
	#content_title{
		width:450px;
		height:60px;
		margin:10px auto;
		padding-top:30px;
		padding-right:25px;
		padding-left:200px;
		background:url("/images/page/wedclerk/left_title.gif") no-repeat;
	}
	#content{
		padding:10px;
	}
	#content td{
		text-align:left;
	}
#main_right{
	float:left;
	width:198px;
}
#main_right ul{
	background:url("/images/page/wedclerk/Rmain_bg.gif") repeat-y;
}
#main_right li{
	width:165px;
	padding-top:8px;
	margin-left:25px;
}
#main #main_bottom{
	background:url("/images/page/wedclerk/bg_middle_btm.gif") center bottom no-repeat;
	height:35px;
}
