@charset "utf-8";
/* CSS Document */

#login {
width:958px;
border-bottom:solid 1px #e4e4e4;
background: url(../images/index/login_bg.jpg) no-repeat top center;
text-align:right;
padding-top:8px;
padding-bottom:5px;
padding-right:12px;
}

#login a{
  color: #666;
}

.indexcontent {
width:100%;
height:400px;
}

#sidenav {
float:left;
width:197px;
height:341px;
background:url(../images/index/sidenav_bg.jpg) no-repeat top center;
}

#sidenav .linklist{
padding-left:25px;
padding-top:60px;
list-style-type:none;
}

#sidenav .linklist a{
	color:#a09a5a;
	text-decoration:none;
	font-weight:bold;
	line-height:24px;
	font-size:13px;
}
	
#sidenav .linklist a:hover{
	text-decoration:underline;
}

#rightpanel {
width:255px;
margin-right:12px;
float:left;
font-size:smaller;
color:#999999;
}

#pic {
width:253px;
height:253px;
padding-bottom:8px;
}

#centertext {
float:left;
width:452px;
text-align:left;
padding: 0 20px 0 20px;
line-height:22px;
color:#999999;
}

#centertext .head1 {
color:#a09a5a;
font:Georgia;
font-stretch:narrower;
font-size:21px;
letter-spacing:+3;
padding-bottom:8px;
}

#centertext .head2 {
line-height:20px;
color:#a09a5a;
font:Georgia;
font-size:16px;
font-weight:lighter;
font-stretch:condensed;
letter-spacing:+3;
}
