html{
	height: 100%;
	padding: 0;
	margin: 0;
}
body{
	margin: 0;
	font-family: Helvetica;
	height: 100%;
}
a{
	font-weight: bold;
	text-decoration: none;
}
img{
	border: none;
}
#top{
	width: 100%;
	height: 263px;
	background: url(images/top-bg.jpg) repeat-x top left;
}
	#top-user-infor{
		width: 169px;
		height: 243px;
		padding: 10px 5px;
		float: right;
		margin-right: 155px;
		background: url(images/top-transparence.png) repeat-y top left;
		text-align: right;
		color: #fff;
		font-weight: bold;
		font-size: 11px;
	}
	#top-user-infor a:hover{
		text-decoration: underline;
	}
	#top-user-infor a{		
		color: #fff;
	}
	#top-user-infor p{
		margin: 0;
	}
#nav{
	width: 100%;
	border-bottom: 1px solid #ccc;
	position: relative;
	text-align: left;
}
	#select{
		margin-top: 5px;
	}
		#select select{
			width: 180px;
			margin-right: 10px;
		}
	#where{
		font-size: 26px;
		line-height: 1.2em;
		font-weight: bold;
		margin: 10px 0;
		color: #333;
	}
	#desc{
		color: #666;
		font-weight: bold;
		font-size: 12px;
		margin-bottom: 15px;
		width: 760px;
	}
#content{
	width: 100%;
	padding-top: 4px;
	padding-bottom: 40px;
}
	.item{
		float: left;
		margin: 0 10px 22px 0;
		text-align: left;
		border-bottom: 1px solid #ccc;
		font-size: 11px;
		width: 180px;
	}
		.item-flag-new{
			color: #fff;
			font-weight: bold;
			padding-left: 5px;
			background: #E80078;
			font-size: 11px;
			margin-top: 2px;
		}
		.item-title{
			border-top: 1px solid #ccc;
			margin-top: 2px;
			height: 33px;
		}
		.item-title span{
			color: #9F9F9F;
			padding-left: 2px;
		}
		.item-title a{
			color: #343434;	
			padding-left: 2px;
		}
		.item a:hover{
			background: #343434;
			color: #fff;
		}
		.item-meta{
			margin-top: 14px;
		}
		.item-meta a{
			padding-left: 2px;
			color: #a0a0a0;
		}

#login_wrap{
	width: 100%;
	height: 100%;
	background: url(images/login_bg.jpg) repeat-x top left;
}
	#login_panel{
		float: right;
		margin-right: 155px;
		width: 204px;
		height: 100%;
		background: url(images/login_bg.png) repeat-y top left;
	}
	#login_panel input.text{
		width: 180px;
		margin-top: 350px;
		margin-left: 11px;
		padding-left: 5px;
		padding-top: 2px;
		border: none;
		color: #333;
		background: url(images/login_field_bg.gif) repeat-x top left;
		font-family: Helvetica;
		font-weight: bold;
	}
	#login_panel input#password{
		margin-top: 10px;
	}
	input#term{
		margin-top: 11px;
		margin-left: 11px;
		#float: left;
	}
	input.submit_btn{
		display: none;
	}
	#login_panel span{
		color: #fff;
		font-weight: bold;
		font-size: 11px;	
		#float: left;
		margin-top: 12px;
		margin-left: 2px;
	}
	#login_panel a#term_link{
		font-family: Helvetica;
		color: #fff;
		font-size: 11px;
		text-decoration: underline;
		display: block;
		margin-left: 30px;
		clear: left;
		#margin-left: -20px;
		width: 174px;
	}
	#login_panel a#term-link:hover{
		text-decoration: none;
	}
	#login_panel a.submit_btn{
		width: 79px;
		height: 18px;
		background: url(images/login_submit_btn.jpg) no-repeat top left;
		text-indent: -9999px;
		display: block;
		margin-left: 11px;
		margin-top: 21px;
		float: left;
	}
	#login_bottom{
		position: fixed;
		bottom: 30px;
		right: 185px;
		font-size: 11px;
	}
	#login_bottom a:hover{
		text-decoration: underline;
	}
	#login_bottom a{
		display: block;
		color: #fff;
		font-size: 11px;
		text-align: left;
	}
#news{
	clear:left;
}
.photo-title,div.news-title{
	font-weight: bold;
	width: 180px;
	height: 33px;
	overflow: hidden;
}
.item-title .photo-author{
	height: 17px;
}

#body_login_wrap{
	width: 100%;
	height: 100%;
	display: block;
	background: #f60;
}
.news-title{
	font-weight: bold;
	color: #333;
}
.news-author{
	color: #333;
}
.news_body{
	color: #666;
	margin-top: 30px;
	font-weight: normal;
}
.news_body a{
	color: #666;
}
#lbCaption .photo-title{
	color: #000;
	font-weight: bold;
}
#lbCaption .photo-author{
	
}
#lbCaption .download_small{
	color: #999;
}
#lbCaption .download_large{
	color: #999;
}