/*机构组织页样式*/

/*主体内容样式*/
#main
{
	width:950px;
	margin:0 auto;
	overflow:hidden;
	*display:inline-block;
}
#side_nav
{
	background:url(../images/bg_side3.jpg) no-repeat bottom center;
	padding-bottom:40px;
	width:156px;
	float:left;
}
#content
{
	width:784px;
	float:right;
	font-size:14px;
	margin-bottom:30px;
}
#content h2
{
	font-size:16px;
	background:url(http://localhost/aspd/../images/bg_title.gif) no-repeat;	
	line-height:24px;
	height:32px;
	text-indent:25px;
	color:#39342a;
}
#content h3
{
	font-size:14px;
	padding:5px 0;
	padding-left:15px;
	background:url(../images/icon1.gif) no-repeat left center;
}

#com_desc
{
	background-color:#f6f6f6;
	border:1px solid #ccc;
	padding:0 5px;
}
#com_desc p
{
	line-height:24px;
	color:#717171;
	margin:10px 0;
	text-indent:2em;
}
#com_desc p:first-child,#com_desc .first_child
{
	text-indent:0;
}
#com_desc p:first-child .big_first,#com_desc .first_child .big_first
{
	font-size:2em;
	float:left;
}
#com_desc p em
{
	color:#c00;
	text-decoration:underline;
	font-style:normal;
}


#position 
{
	font-size:12px;
	padding:5px 10px;
}
#position span
{
	color:#a31616;
}
