/* 机构设置 CSS Document */

body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}


A:link {
	color: #000000;
	text-decoration: none;
}
A:visited {
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: red;
	text-decoration: none;
}




/*通用样式开始*/
#page_wrapper /*全局外框*/{
	text-align: left;
	width: 780px;
	font-size: 12px;
	margin-bottom: 2px;
	border: 1px solid #1972b5;
	background-image: url(/Template/pic/bg_2001.gif);
	background-repeat: repeat-y;
}
#left {
	width: 180px;
	text-align: center;
	float: left;
	height: 560px;
	font-size: 12px;
	line-height: 20px;
}
#left #title{
	text-align: center;
	font-size: 14px;
	color: #FF9900;
	line-height: 28px;
	height: 28px;
	font-weight: bold;
	padding-top: 10px;
}
#left td {
	text-align: center;
	background-image: url(/Template/pic/502.gif);
	line-height: 32px;
	float: left;
	height: 32px;
	width: 180px;
	font-size: 14px;
}
#right {
	width: 590px;
	margin-bottom: 5px;
	text-align: center;
	float: right;
	height: 560px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1972b5;
}
#right #title {
	font-size: 22px;
	line-height: 28px;
	height: 90px;
	padding-top: 40px;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	}

#right #author {
	height: 18px;
	font-size: 12px;
	background-color: #e7e7e7;
	line-height: 22px;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
	}

#right #content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5%;
	padding-left: 5%;
	height: 350px;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	}
#right #nav {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5%;
	padding-left: 5%;
	height: 18px;
	background-color: #e7e7e7;
	width: 90%;
	}



#footer {
	text-align: center;
	background-image: url(/Images/button.gif);
	height: 80px;
}
#footmenu {
	text-align: center;
	line-height: 32px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
#copyright {
	text-align: center;
	background-image: url(/Images/button.gif);
	height: 80px;
	padding-top: 30px;
}

