﻿/*头部文件样式定义*/
.banner
{
	width						: 776px;
	margin						: 0px auto;
}

.logo
{
	background-image			: url("/Images/index/grzy_t1.gif");
	background-repeat			: no-repeat;
	width						: 160px;
	height						: 109px;
	float						: left;
}

.nav
{
	width						: 616px;
	float						: right;
}

.menu
{
	font-family					: "宋体";
	font-size					: 12px;
	background-color			: #79c010;
	width						: 616px;
	height						: 30px;
	line-height					: 20px;
	border-bottom				: 1px solid #FFFFFF;
	border-top					: 1px solid #FFFFFF;
	text-align					: center;
}
.menu a
{
	color						: White;
	font-weight					: bold;
	text-decoration				: none;
}
.menu a:link
{
	color						: White;
	font-weight					: bold;
	text-decoration				: none;
}
.menu a:hover
{	
	font-weight					: bold;
	color						: #ff0000;
	text-decoration				: underline;
}
/*头部文件样式定义结束*/

/*底部文件样式定义*/
.CopyRight
{
	width						: 776px;
	margin						: 0px auto;
}
.botNav,.copyright
{
	font-family					: "宋体";
	font-size					: 12px;
	color						: #FFFFFF;
	text-decoration				: none;
	line-height					: 20px;
	height						: 20px;
	background-color			: #79C010;
	text-align					: center;
}
.botNav a
{
	text-decoration				: none;
	color						: #ffffff;
}
.botNav a:link
{
	text-decoration				: none;
	color						: #ffffff;
}
.botNav a:hover
{
	color						: #ff0000;
	text-decoration				: underline;
}

.embellish
{
	height						: 8px;
	background-color			: #304d06;
}
/*底部文件样式定义结束*/