body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #ccff96;
}

.logo {
	width: 1000px;
	height: 160px;
	background: url('/logo.jpg') no-repeat;
}

.thumb {
 	display: inline;
	padding: 2px;
}

.thumb img {
	width: 320px;
	height: 240px;	
	border: 1px solid #000;
}

.thumbs {
	display: block;
	width: 1000px;
}

.text {
	color: #333;
	font-size: 11px;
}

.text a {
	color: #ff7092;
}

.top {
	font-size: 17px;
	font-family: Trebuchet MS; 

}

/*------------------------------------------------top begin---------------------*/

#top_main {
	display: block;
	background: #ccff96;
	width: 1000px;
	margin:0 auto;
}

#top_main .col {
	float: left;
	width: 305px;
	margin: 5px;
}

#top_main h2 {
	font-size: 25px;
	font-family: Trebuchet MS;
	text-align: center;
	line-height: 30px;
	letter-spacing: -1px;
	padding-top:20px;
	padding-bottom: 10px;
}

.bookmark {
	font-size: 19px;
	font-family: Trebuchet MS;
	text-align: center;
	letter-spacing: -1px;
	padding: 20px;
	padding-top: 30px;
}

.bookmark a {
	color: #e52828;
	font-size: 33px;
	font-family: Trebuchet MS;
	text-align: center;
	line-height: 36px;
	letter-spacing: -1px;
}

#top_main span {
	display: block;
	background: url('/flower.png') 0 5px no-repeat;
	margin-left: 50px;
}

#top_main .top {
	padding-left: 30px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 28px;
	font-size: 17px;
	color: #363620;
}

.g_clear {
	clear:both;
}

/*------------------------------------------------top end---------------------*/

