html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #F1E9D4 url(http://library.taconet.com.tw/R/M/icon/back/gray/gray_0067.gif) repeat;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	color: #747474;
}
a {
	color: #706C53;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 1200px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 600px;
}

#header {
        width: 960px;
//        height: 200px;
        margin: 0 auto;
        padding: 0px 20px;
}

/* Logo */

#logo {
	overflow: hidden;
	padding: 20px 0px;
	color: #706C53;
}

#logo h1, #logo p {
	text-align: center;
}

#logo h1 {
	padding: 0px 0px 0px 0px;
	font-size: 3em;
	font-weight: 900;
}

#logo p {
	margin-top: -20px;
	padding: 0px 0px 0px 5px;
	font-size: 20px;
	font-weight: 300;
	color: #696969;
}

#logo p a {
	color: #696969;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #3C342E;
}

/* Menu */

#menu-wrapper {
	overflow: hidden;
	height: 52px;
	margin-bottom: 2em;
	border-top: 1px solid #f68e54;
	border-bottom: 1px solid #f68e54;
}

#menu {
	overflow: hidden;
	height: 52px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 0px 20px;
	line-height: 52px;
	border: none;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	color: #990000;
}

#menu a:hover, #menu .current_page_item a {
	background: #FFFFFF;
	text-decoration: none;
	color: #990000;
}

/** PAGE */


#page {
	overflow: hidden;
	width: 1100px;
	margin-bottom: 3em;
	padding: 20px 30px;
	background: #fdc68c;
	border: 1px solid #f68e54;
}

/* Footer */

#footer {
	overflow: hidden;
	padding: 20px 0px
	border-top: 1px solid #f68e54;
	color: #7A7762;
	text-align: center;
}

#footer a {
	color: #7A7762;
}

