#banner {
	background: url(images/bg/banner_bg.jpg) repeat-x left top;
	margin-top: 10px;
	border-bottom: 1px solid #73AFB7;
	padding-left: 15px;
}
#banner p {
	margin: 0;
	background: url(images/bg/banner_flower.jpg) no-repeat right top;
	height: 85px;
}
#mainNav {
	float: left;
	width: 175px;
	margin-top: 20px;
	padding-left: 10px;
}


body {
	width: 800;
	margin: 0;
}
#content {
	margin-left: 200px;
	padding-left: 10px;
	border-left: 1px solid #D6ECAE;
}
#footer {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #294E56;
}

a.int:link {
	color: #0033FF;
	background-color: #FFFFFF;
	text-decoration: none;
}

a.int:visited {
	color: #ffF;
	background-color: #999933;
	text-decoration: none;
}

a.int:hover {
	color: #fff;
	background-color: #0033FF;
	text-decoration: none;
	font-style: italic;
}

a.ext:link {
	color: #f60;
	background-color: #FFFFFF;
	text-decoration: none;
}

a.ext:visited {
	color: #900;
	background-color: #999933;
	text-decoration: none;
}

a.ext:hover {
	color: #f33;
	background-color: #000;
	text-decoration: none;
	font-style: italic;
}

body {
	width: 800px;
	color: #102536;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 62.5%;
}

h1 {
	font-size: 2.4em;
	color:#14556B;
}

h2 {
	font-size: 1.5em;
	color: #993;
	margin-bottom: 5px;
}

p {
	font-size: 1.2em;
	font-family: "細明體", "新細明體", "標楷體";
	margin-top: 5px;
	margin-bottom: 0;
	text-indent: 2em;
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 5px;
}

.byline {
	color: #73afb7;
	font-size: 1.5em;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	font-variant: small-caps;
	text-indent: 0;
}

#mainNav ul {
	font-size: 1.2em;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-transform: uppercase;
	text-align:center;
}

#mainNav li {
	margin-bottom: 10px;
}

#content ul {
	font-size: 1.2em;
	list-style-type: square;
}

#content li {
	margin-bottom: 5px;
}

.b_line {
	padding: 0 0 5px 0;
	border-bottom-style: groove;
	border-bottom-color: #006600;
}

