﻿*
{
	margin:0;
	padding:0;
}
body 
{
	margin:0;
	padding:0;
	font:12px "宋体";
	color:#000000;
	text-align:center;
	background-color:#FFAB45;
	
}

ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

img{
  border:0;
}

.clear
{
	clear:both;
}
h1,h2{
	font:12px "宋体";
  color:#666666;
}



/*网站布局，三列*/
#head,#nav,#search,#mid,#foot
{
	margin:0 auto;
	width:950px;
	text-align:left;
	background-color:#FFF;

}

#head
{
	height:186px;

}

#nav
{
	height:28px;
  padding-top:4px;
	width:950px;
	background: url(../images/nav_bg.gif) repeat-x left top;
}

#midcer
{
   margin:0 auto;
	width:950px;
	text-align:center;
	background-color:#FFF;
}
#mid1
{
    margin:0 auto;
	width:950px;
	height:500px;
    background: url(../images/book_bot.gif) no-repeat left bottom;
}


#search_left
{
	width:600px;
	float:left;
	padding-top:13px;
    text-indent:30px;
}
#search_right
{
	width:350px;
	float:right;
    padding-top:6px;
}

#leftNav
{
	width:200px;
	float:left;
    padding-left:10px;
    padding-top:10px;
}
#leftNav1
{
	width:715px;
	float:left; 
    padding-left:20px;
    padding-top:10px;
}
#leftNav2
{
	width:355px;
	float:left;

}
#rightNav1
{
	width:720px;
	float:left; 
    padding-left:10px;
    padding-top:10px;
}
#rightNav2
{
	width:350px;
	float:right;
}
#content
{
	width:730px;
	float:right;
	padding-top:10px;
}

#mainContent
{
	width:520px;
	float:left;
}
#secondaryContent
{
	width:200px;
	float:right;
}



/*链接*/

#nav ul{
  list-style:none;
  padding-left:15px;
}
#nav ul li{
  float:left;
  width:80px;
  height:21px;
}
#nav a{
  display:block;
  text-decoration:none;
  text-align:center;
  color:#FFFFFF;
  width:80px;
  height:21px;
  margin-left:2px;
    background:url(../images/nav_off.gif) no-repeat;
}
#nav a:hover{
  background:url(../images/nav_on.gif) no-repeat;
  font-weight:bold;
}

a:link
{
	text-decoration:none;
	color:Black;
}
a:visited
{
	text-decoration:none;
	color:Black;
}
a:hover
{
	text-decoration:underline;
	color:Red;
}
a.himg:hover
{
	border:solid 1px red;
}


/*字体*/
.searchRedBold
{
	color:Red;
	font-weight:bold;
}
