﻿@charset "utf-8";
/**
*Copyright: 闽江学院软件学院 网络部
*Author:   任小刚
*Version： 1.0
*date:    2009/04/18
*/
/*public*/
* {
	margin:0px;
	padding:0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form, fieldset, legend, input, button, textarea, p, tr,th, td {
    margin:0px;
    padding:0px;
}
img {
	border:0px;
	background-repeat:no-repeat;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
a {
	font-family:'微软雅黑','宋体';
	color:#4F4F4F;
	text-decoration:none;
}
a:hover {
	color:#FF6600;
	text-decoration:underline;

}
li {
	overflow:hidden;
	list-style:none;
}
body {
	font-size:12px;
	font-family:'微软雅黑','宋体';
}
/*container*/
#container {
	width:970px;
	height:auto;
	margin:0px auto;
}
/*导航条*/
#meun {
	width:970px;
	height:84px;
}
/*logo*/
#logo {
	width:970px;
	height:130px;
}
/*友情链接*/
*html #link {
        display:inline;
	width:858px;
	height:39px;
	float:left;
	padding:12px 0px 0px 112px;
	margin-top:10px;
	background:url(familysite_bg.gif) no-repeat;
}
#link {
        display:inline;
	width:858px;
	height:39px;
	float:left;
	padding:12px 0px 0px 112px;
	margin-top:21px;
	background:url(familysite_bg.gif) no-repeat;
}
#link li {
	width:116px;
	height:39px;
	margin-right:20px;
	float:left;
}
#link li img {
	width:26px;
	height:26px;
	float:left;
	margin-right:8px;
	background-repeat:no-repeat;
}
#link li a {
	color:#525252;
	margin-top:5px;
	float:left;
	font-weight:bold;
	font-size:14px;
}
/*底部导航*/
#nav {
	width:648px;
	height:25px;
	float:left;
	padding:8px 0 0 264px;
	margin:16px 0px 17px;
	background:url(nav_bottom_bg.gif) no-repeat 237px 0px;
}
#nav a {
	color:#60ACC2;
	font-weight:bold;
	margin-right:18px;
}
#footer {
	width:765px;
        float:left;
        display:inline;
	padding-left:205px;
	height:89px;
	background:url(footer_bg.jpg) no-repeat;
}
#footer .logo img {
	width:143px;
	height:89px;
	margin-right:23px;
	float:left;
}
#footer .copyright {
	width:534px;
	height:89px;
	color:#525252;
	_font-family:"Courier New";
	float:left;
}
#footer .copyright p {
	line-height:22px;
	height:22px;
	width:534px;
}
.textindent {
	text-indent:82px;
}
