.font,input {font:normal 12px tahoma, arial, helvetica, sans-serif;}

a:link {color: #000000; text-decoration: none}
a:visited {color: #000000; text-decoration: none}
a:hover {color: red;text-decoration:none}

*{
	margin:0;padding:0;
}

body{
	text-align:center;
}
.container{
	width:1000px;
	margin:0 auto;		/*for Firefox*/
}
.pagehead{
	width:100%;
	height:85px;
	text-align:left;
	background:url(images/head-bg.gif) left top no-repeat;
}
.logo{
	width:235px;
	height:80px;
	float:left;
	margin-left:0px;
	background:url(images/logo.gif) right bottom no-repeat;
}
.headright{
	width:765px;
	height:85px;
	float:right;			/*for Firefox*/
}
.navlink1{
	text-align:right;
	margin-top:10px;
	margin-right:25px;	
}
.navlink2{
	text-align:right;
	margin-top:35px;
	margin-right:25px;
}
.navlink3{
	text-align:center;	
}
.navlink1 li{
	padding-right:6px;
	display:inline;
}
.navlink2 li{
	padding-right:6px;
	display:inline;
}
.navlink3 li{
	display:inline;	
}

.cred{
	color:red;
}
.headbottom{
	width:100%;
	height:5px;
	line-height:5px;/*for IE6-*/
	background-color:#690;
	overflow:hidden;
}
.content{
	width:100%;
}
.contentbg{
	width:100%;
	background-color:#fff;
	float:left;
}
.content-left{
	width:218px;
	height:430px;
	float:left;
	background:url(images/left-bg.gif) 12px 14px no-repeat;	
}
.leftnav{
	width:80px;
	height:220px;
	margin:130px 88px 30px 50px;
	line-height:35px;
	font-weight:bold;
	font-size:14px;
}
.leftnav{
	list-style-type:none;
}
.content-right{
	width:782px;
	float:right;
}
.foot{
	width:100%;
	height:80px;
	clear:both;
	background-color:#fff;
}
.fTop{
	width:100%;
	height:28px;
	background-color:#ebebeb;
	padding-top:10px;
}
.fBottom{
	width:100%;
	height:28px;
	padding-top:10px;
}
.hand {
	cursor: hand;
}
