body {
	width:100%;
	margin:0 auto;
	background:#848D9B url(images/golden_header.jpg) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	width:950px;
	margin:0 auto;
	height:120px;
}
#header .logo{
	padding-top:30px;
	float:left;
}
#header .login{
	padding-top:40px;
	float:right;
	width:500px;
	color:#CBCDCF;
	font-size:12px;
	width:550px;
}
#header .login table{
	float:right;
} 
#header .button {
	background:url(images/button_login.jpg) no-repeat;
	width:59px;
	height:23px;
	cursor: pointer;
	border:none;
}
#header .button:hover {
	background:url(images/button_login_hover.jpg) no-repeat;
}
#header .login a{
	color:#cbcdcf;
	text-decoration:none;
	font-size:12px;
}
#header .login a:hover{
	color:#fff
}
#header .forget{
	float:right; 
	padding-top:8px;
}
a img  {
	border:none;
}
#content{
	width:950px;
	margin:0 auto;
	background:#fff;
	text-align:center;
}
#content .left{
	padding-left:14px;
	font-size:12px;
	width:206px;
	float:left;
}
#content .left .menu {
	background:url(images/golden_menu.jpg) no-repeat; 
	width:206px; 
	height:356px;
	float:left;
	position: relative;
}
#content .left .menu ul {
	color:#fff;
	list-style-type:square;
	text-align:left;
	padding-left:20px;
	margin-left:5px;
	margin-top:5px;
}
#content .left .menu li a {
	color:#fff;
	text-decoration:none;
	line-height:25px;
}
#content .left .menu li a:hover{
	color:#000;
}
#content .left .down {
	clear:both; 
	position:relative; 
	background:url(images/golden_right.jpg) bottom repeat-x; 
	width:206px; 
	height:333px;
}
#content .left .down .hd {
	background:#fff; 
	color:#5F6877; 
	font-weight:bold; 
	text-align:left; 
	padding:5px 10px; 
	width:150px; 
	margin:0 auto; 
	margin-top:5px;
}
#content .right {
	width:700px; 
	margin:0 auto; 
	margin-right:9px;
}
#content .right p{
	text-align:left; 
	margin-right:5px; 
	font-size:13px; 
	line-height:18px;
	color: #333333;
	margin-left:10px;
}
#content .right img {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
#content .right .hd_img {
	float:none;
	padding:0;
}
#foot{
	background:#575D66;
}
#foot .footer{
	background:#575D66 url(images/golden_footer.jpg) top repeat-x; 
	width:950px; 
	height:60px; 
	margin:0 auto;
}
#foot .footer a{
	color:#fff;
	font-size:12px;
}
#foot .footer a:hover{
	text-decoration:none
}
#foot .footer ul{
	display:inline;
	height:20px;
	list-style-type: none;
}
#foot .footer li{
	float:left;
	margin-right:20px;
}
#foot .left{
	float:left; 
	padding-top:25px; 
	padding-left:14px;
}
#foot .right{
	float:right; 
	padding-top:20px; 
	padding-right:15px; 
	color:#FFFFFF; 
	font-size:12px;
}
#foot .right a{
	text-decoration:none;
}
#foot .right a:hover{
	text-decoration:underline;
}

.root     {
    position:relative;
    height:      110px;
    width:      170px;
    margin:0 auto;
	background:#fff url(images/bk.jpg) right repeat-y;    
    }
.root p   {
	color:#5F6877;
	margin-top:0px;
    }
.root b {
	color:#5F6877;
	padding-top:5px;
	font-weight:bold;
}
.thumb     {
    position:      absolute;
    height:      9px;
    width:      10px;
    }
.up, .dn   {
    position:      absolute;
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:      0;
    }
.scrollContainer { 
    position:      absolute; 
    left:      2px; 
    top:      19px; 
    width:      150px; 
    height:      100px; 
    clip:      rect(0 467 200 0); 
    overflow:      auto; 

    }
.scrollContent { 
    position:      absolute; 
    left:      0px; 
    top:      0px; 
    width:      150px;
	text-align:left;
    }
