@charset "utf-8";
/* CSS Document */
#title {
	width:760px;
	height: auto;
	float:left;
}
#container {
	width:760px;
	height: auto;
	float:left;
	background-repeat:no-repeat;
	background-image:url(bg.jpg);
}
#container .topnav {
	width:360px;
	height: 47px;
	background-image:url(topnav_bg.png);
	float:left;
	padding:10px 0px 0px 400px;
}
#album {
	width:750px;
	height:auto;
	padding:0px 0px 0px 0px;
	float:left;
}
#album .frame {
	width:218px;
	height:211px;
	float:left;
	padding:9px 0px 0px 9px;
	margin-bottom:5px;
	margin-right:15px;
	background-image:url(album_bg.jpg);
	background-repeat:no-repeat;
	
}
#album .photo {
	width:200px;
	height:150px;
	text-align:center;
	overflow:hidden;
}
#album .name {
	width:200px;
	height:25px;
	padding-top:20px;
	text-align:center;
}
#album_detail {
	width:750px;
	height:auto;
	padding:0px 0px 0px 0px;
	float:left;
}
#album_detail .frame {
	width:218px;
	height:211px;
	float:left;
	padding:9px 0px 0px 9px;
	margin-bottom:5px;
	margin-right:15px;
	background-image:url(album_detail_bg.jpg);
	background-repeat:no-repeat;
}
#album_detail .photo {
	width:200px;
	height:150px;
	text-align:center;
	overflow:hidden;
}
#album_detail .name {
	width:200px;
	height:25px;
	padding-top:20px;
	text-align:center;
}
#Paging{
	width:644px;
	height: auto;
	padding:0px 50px 0px 50px;
	float:left;
	font-size:15px;
	color:#FFF;
	}
#Paging a{
	font-size:15px;
	color:#FFF;
	}
	
#Paging a:hover{
	font-size:15px;
	color:#FFF;
	}
	
#Paging a:visit{
	font-size:15px;
	color: #FC0;
	}
