html, body{
	height: 100%;
}
body{
	margin: 0px;
	padding: 0px;
	background: #EFEFEF url(http://library.taconet.com.tw/R/M/icon/back/green/green_0008.gif) repeat;
	font-family: 'Open Sans', sans-serif;
//	font-size: 10pt;
	font-weight: 400;
	color: #333333;
	}
a{
	color: #525252;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.container{
	margin: 0px auto;
	width: 1200px;
}
	
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header{
		background: #00CC33;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo{
	padding: 20px 0px;
	color: #FF6633;
}
#logo h1{
	text-align: center;
	font-weight: 900;
	font-size: 3em;
}
#logo h1 a{
}
#logo span{
	padding: 0em 0em 0em 0.5em;
}
#logo a {
	color: #51AD6F;
}
/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/
#menu ul{
	text-align: center;
	margin: 0;
	padding: 10px 0px 10px 0px;
	list-style: none;
	line-height: normal;
}
#menu li{
	display: inline-block;
}
#menu a{
	display: block;
	padding: 10px 15px;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}
#menu a:hover{
	background: #FF6600;
	text-decoration: none;
	color: #FFFF66;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
#banner	{
	margin-bottom: 0.5em;
	text-align: center;	
}
/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/
#page-wrapper{
	padding: 15px 0em 10px 0em;
	background: #FFFFCC;
	text-align: center;
}
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
#footer	{
	padding: 15px 0em;
//	font-size: 13px;
//	letter-spacing: 1px;
//	text-align: center;
//	color: #6A6A6A;
}
#footer a{
//	color: #747474;
}


