body {
	margin: 0;
	background: url(../../image/flavour/img01.jpg) repeat-x left top;
	font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	/*color: #787878;*/
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #cc6600;
}

a:hover {
	background: none;
}

/* Header */

#header {
	width: 920px;
	height: 98px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 600px;
}

#logo h1 {
	float: left;
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 30px 0 0 2px;
	text-transform: lowercase;
	font: 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #ff6c00;
}

/* Search */

#search {
	float: right;
	width: 200px;
	padding-top: 16px;
}

#search form {
	width: 230px;
	height: 41px;
	margin: 0;
	padding: 15px 0 0 10px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	border: none;
	text-transform: lowercase;
	border: 1px #19000d solid;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #df0475;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 920px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	margin-right: 30px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
        color: #00ffff;
}

#menu a {
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	background: #4b4b4b;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	/*width: 920px;*/
	width: 75%;
	margin: 0 auto;
	padding-top: 15px;
}

/* Content */

#content {
	float:left;
	width: 700px;
	overflow: hidden;
    position: relative;
	margin: 0 10px;
}

/* Footer */

#footer {
	width: 100%;
	height: 50px;
	margin: 30px auto;
	padding: 40px 0;
	background: #90BF4D url(../../image/flavour/img02.jpg) left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #416110;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}


/* error_msg */
    .error_msg {color: #ff0000;}
    
/* form_manage 管理表格 */
#form_manage {width: 100%;}
#form_manage table {width: 100%; border: 1px solid #999999; font-size: 100%}
#form_manage table.t1 {border: none;}
#form_manage th {background-color:#FFFFBB; padding: 4px; width: 100px; vertical-align: top;}
#form_manage th.g1 {border-right: 1px solid #999999;}
#form_manage th.g2 {border-top: 1px solid #999999;}
#form_manage td {border-top: 1px solid #999999; padding: 4px;}
#form_manage td.g1{border-right: 1px solid #999999;}
#form_manage td.g2{border-top: none;}

/* grid 管理顯示資料的表格 */
.grid tr:nth-child(odd) {background-color:#e2ffba; }


