
*
{
	/*padding: 0px;
	margin: 0px;*/
	padding-top: 0px;
	margin-top: 0px;;
	padding-bottom: 0px;
	margin-bottom: 0px
}


body
{
	margin-top: 0px;
	
	/*background: #F9F9F7 url('../Images/a1.gif') repeat-x;*/
	background: #F9F9F7;
	font-size: 12px;
	color: #8C8C73;
	line-height: 18px;
}


a
{
	color: #FF7800;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

td 
{  
	font-size: 12px
}

.webTitle {
	font-size: 24px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.webTitleSub {
	font-size: 14px;
	color: white;
	text-decoration: none;
}

/*  menu  */
#menu
{
	position: relative;
	background: #46461F url('../Images/a16.gif') repeat-x;
	height: 34px;
	padding: 0px 20px 0px 5px;
	/*margin: 98px 0px 20px 0px;*/
}

#menu ul
{
}

#menu ul li
{
	display: inline;
	/*line-height: 53px;*/
	line-height: 35px;
	padding-left: 3px;
}

#menu ul li.first
{
	border-left: 0px;
}

#menu ul li a
{
	background-color: transparent;
	background-repeat: repeat-x;
	padding: 4px 8px 4px 8px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover
{
	background: #fff url('../Images/a18.gif') repeat-x top;
	color: #4A4A24;
	text-decoration: none;
}


h3
{
	font-size: 14px;
	color: #656551;
}


/* 内容底部背景、底部文本距离 */
.detailFooter {
	position: relative;
	/*top: -10px;*/
	background: url('../Images/a33.gif') repeat-x;
	text-align: right;
	height: 64px;	
}
.detailFooter_content {
	position: relative;
	top: 15px;
}

/* 新闻标题和内容 */
.newsTitle {
	position: relative;
	top: 4px;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	color: #656551;
	letter-spacing: -1px;
	background: url('../Images/a22.gif') bottom repeat-x;
	padding: 10px 0px 4px 10px;
	margin-bottom: 20px;
}
.newsContent {
	padding: 10px 10px 10px 10px;
}

/* 备注 */
.comments {
	border-collapse: collapse;
	border-color: #DDDDDD;
	line-height: 25px;
	width: 100%;
}
.comments_header {
	background: #EEEEEE;
}

/* 子导航 */

.subNav a
{
	font-weight: bold;
	color: #8C8C73;
	padding-left: 2px;
	padding-right: 10px;
	text-decoration: none;
}
.subNav a:hover
{
	text-decoration: underline;
}

/* 页头 */
.headerNav a {
	color: #8C8C73;
	text-decoration: none;
}
.headerNav a:hover {
	text-decoration: underline;
}



#footer
{
	position: relative;
	clear: both;
	height: 66px;
	text-align: center;
	line-height: 66px;
	background-image: url('../Images/a50.gif');
	color: #A8A88D;
}

#footer a
{
	color: #8C8C73;
}


/*
#upbg_left
{
position: relative;
top: 0px;
left: 0px;
//background: #fff url('../Images/upbg_left.gif') no-repeat;
background: #fff url('../Images/abg_left.gif') repeat-y;
width: 16px;
height: 264px;
z-index: 1;
}

#upbg_right
{
position: relative;
top: 0px;
left: 0px;
//background: #fff url('../Images/upbg_right.gif') no-repeat;
background: #fff url('../Images/abg_right.gif') repeat-y;
width: 16px;
height: 264px;
z-index: 1;
}

#outer
{
position: relative;
width: 747px;
margin: 0 auto;
background: #fff url('../Images/abg.gif') repeat-y;
}
*/


/* 左右边框 */
#outer_left {
	position: relative;
	width: 16px;
	margin: 0 auto;
	height: 100%;
	background: #fff url('../Images/abg_left.gif') repeat-y;
}
#outer_right {
	position: relative;
	width: 16px;
	margin: 0 auto;
	height: 100%;
	background: #fff url('../Images/abg_right.gif') repeat-y;
}




