﻿#d_top,#d_main,#d_bottom,#d_friend,#d_foot
{
	width:900px;
	margin-left:-450px;
	left:50%;
	position:relative;
	background-color:#fff;
	}
/*--最顶部的头部，包含方块的连接--*/	
#d_top
{
	background-position: left top;
	background-image: url(../images/index/top.gif);
	background-repeat: no-repeat;
	height:74px;
}
#d_top h1
{
	position:absolute;
	left:30px;
	top:10px;
	width:145px;
	height:48px;
	background-position: left top;
	background-image: url(../images/index/top_logo.gif);
	background-repeat: no-repeat;
}
#d_top a
{
	color: #696969;
	position: relative;
	left: 580px;
	top: 10px;
	font-size: 1.2em;
	display:block;
	float: left;
	text-decoration: none;
	border: solid 1px #ccc;
	width: 80px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	margin: 0 4px;
}
#d_top a:hover
{
	 text-decoration:underline;
	}
	/*-----主板块，包括左右两个板块----*/
#d_main
{
	background-position:center top;
	background-image: url(../images/index/main_bg.gif);
	background-repeat:repeat-y;
}
/*----左边板块---*/
#d_left
{
	width:260px;
	float:left;
	}
/*------右边栏目-----*/
#d_right
{
	width:584px;
	 position:relative;
	left:-49px;
	top:-8px;
	float:right;
	
	}

/*----第一行橘红色导航-----*/
#right_top
{
	height:53px;
	background-position: left top;
	background-image: url(../images/index/right_top.jpg);
	background-repeat:no-repeat;
	}
#right_top a
{
	color:#fff;
	text-decoration:none;
	margin-right:16px;
	font-weight:bold;
	position:relative;
	left:9px;
	top:5px;
	font-size:1.4em;
	width:81px;
	height:39px;
	line-height:39px;
	
	float:left;
	text-align:center;
	}
#right_top a:hover
{
	background-position: left top;
	background-image: url(../images/index/right_top_hover.gif);
	background-repeat:no-repeat;
	}
/*---第二行绿色导航---*/
#right_top2
{
	
	height:30px;
	background-position: left top;
	background-image: url(../images/index/right_top2.gif);
	background-repeat:no-repeat;
	color:#fff;
	font-size:1.2em;
	line-height:30px;
	text-indent:352px;
}
#right_top2 a
{
	color:#fff;
	text-decoration:none;
	margin:0 2px;
}
#right_top2 a:hover
{ 
	border-bottom:dashed 1px #ff9933;
	
	}
/*---第三行当前位置---*/
#right_top3
{
	line-height:40px;
	font-size:1.2em;
	text-align:right;
	}
#right_top3 a,#right_top3 span
{
	color:#000;
	text-decoration:none;
	padding:0 4px;
	}

/*---------主窗体最下面的部分，为了显示背景图片-----------*/
#d_bottom
{
	background-position: left top;
	background-image: url(../images/index/main_bottom.gif);
	background-repeat:repeat-y;
	height:27px;
	}
/*-----页脚部分的友情连接位置---------*/
#d_friend
{
	 border-top:solid 1px #ccc;
	 height:30px;
	 line-height:30px;
		text-indent:20px;
}
#d_friend a
{
	color:#222;
	margin:5px 4px;
	font-size:1.2em;
	text-decoration:none;
}
/*-----页脚部分-----*/
#d_foot
{
	border-top:solid 4px #dcdcdc;
	border-bottom:solid 4px #dcdcdc;
	height:70px;
	
	background-position: 30px 10px;
	background-image: url(../images/index/foot_logo.gif);
	background-repeat:no-repeat;
}
#d_foot p,#d_foot strong
{
	position:relative;
	left:260px;
	top:15px;
	}
#d_foot a
{
	color:#999;
	text-decoration:none;
	}
#d_foot p
{
	color:#999;
	font-size:1.3em;
	letter-spacing:3px;
}
#d_foot strong
{
	color:#000;
	font-size:10px;
	 font-family:Arial;
	 font-weight:normal;
	}