/* ========== 2008.09.12 ========== */


body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font: 12px "Trebuchet MS", Arial, sans-serif;
	color: #555;
}

a {
	text-decoration: none;
	color: #6A0;
}


#wrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -130px;/*-div高度值的一半-*/
	margin-left: -415px;/*-div宽度值的一半-*/
	width: 830px;	
	height: 260px;
}

#col1 {
	float: left;
	margin-right: 30px;
	width: 200px;
	height: 255px;
}

#col2 {
	float: left;
	margin-right: 35px;
	padding: 30px 0 0 40px;
	width: 260px;
	height: 225px;
	background: url(col2_bg1.png) no-repeat 0 0;
	text-align: center;
	font-size: 13px;
}

#col3 {
	float: left;
	padding-left: 30px;
	background: url(col2_bg2.png) no-repeat 0 0;
	height: 255px;
}

#footer {
	clear: both;
	width: 100%;
	padding: 50px 0 0;
	text-align: center;
	color: #7BAD5C;
	letter-spacing: 1px;
}

/* ------ #col1 ------ */

#col1 h1 {
	margin: 0;
}

#col1 h1 a {
	display: block;
	width: 200px;
	height: 255px;
	background: url(coverbg.jpg) no-repeat 0 0;
	text-indent: -9999px;
}


/* ------ #col2 ------ */

h2 {
	margin: 0 0 18px 0;
	font-size: 36px;
	font-family: "Microsoft JhengHei","微軟正黑體","Microsoft Yahei","微软雅黑","黑体",arial,sans-serif;
	letter-spacing: 1px;
}

h2 a {
	padding: 5px 3px;
	border-bottom: 2px dotted #98B872;
	color: #444;
}
h2 span {
	font-size: 18px;
	font-weight: normal;
	color: #6A0;
	margin-left: 8px;
}
h2 span strong {
	font-family: "Trebuchet MS",arial,sans-serif;
}

h2 a:hover {
	border-bottom: 3px solid #9BCC09;
	color: #462;
}
h2 a:hover span {
	color: #78AD27;
}

#col2 .blog {
	margin-bottom: 40px;
}


/* ------ #col3 ------ */

h3 {
	margin: 0;
	padding: 5px 12px 2px 12px;
	width: 65px;
	background: #64a945;
	font: 12px "MS Gothic", Arial, sans-serif;
	color: #FFF;
	letter-spacing: 2px;
}

#col3 a {
	color: #609F00;
}
#col3 a:hover {
	color: #4A7C18;
	text-decoration: underline;
}

/* Scroll layout css */

#scroll_div {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 220px; /* important */
	height: 215px; /* important */
	background: #FFF;
	border: 3px solid #64a945;
}

#scroll_content {
	position: absolute;
	left: 0;
}

.scroll_item {
	overflow: hidden;
	padding: 5px;
	height: 195px; /* important */
	background: #FFF;
}

/* scroll item list */

.scroll_item ol,
.scroll_item ul {
	margin: 0;
	padding: 0;
	list-style-position : inside;
}
.scroll_item ul {
	list-style-type: square;
}
.scroll_item li {
	margin: 0;
	padding: 4px 0 4px 6px;
	border-bottom: 1px dashed #DAEBA5;
	line-height: 17px;
	color: #888;
	letter-spacing: 0.5px;
}