body{
	background: #ffffff url('images/bg.jpg') center top fixed;
	font-family:"Microsoft JhengHei",Arial, Helvetica,sans-serif;
	margin:0px;
}

#wrapper{
	width:960px;
	height:100%;
	margin:0 auto;
	border-right:5px solid black;
	border-left:5px solid black;
}

#container{
	width:100%;
	background: #ffffff url('images/container_bg.jpg');
}

#header{
	position: relative;
	width:100%;
	height:600px;
}

#header img{
	display:block;
}

#page_title{
	width:960px;
	height:500px;
	overflow: hidden;
	background: url(images/title.jpg);
}

#book{
	width:280px;
	height:280px;
	position: absolute;
	right:0px;
	bottom:-180px;
	z-index: 3;
}

#book #shop{
	padding-left:45px;
}

#book p{
	color:white;
	font-size:0.8em;
	line-height: 1.5em;
}

#book #shop span.book_title{
	font-size:1.2em;
}

#book #shop span.point{
	/*color:red;*/
}

#book #shop span.point2{
	color:red;
	font-size:1.2em;
}

#book a.shopcart{
	display:block;
	background: url(images/shopcart.png);
	width:155px;
	height:45px;
	text-indent: -99em;
	margin-top:5px;
}

/***************/

.section{
	padding-left:60px;
	padding-right:60px;
	line-height:1.5em;
}

.section p{
	padding-bottom:1em;
}

a.topbar{
	display:block;
	width:200px;
	height:40px;
	background: url(images/topbar.jpg);
	text-indent: -99em;
	margin-left:740px;
}

a.topbar2{
	display:block;
	width:960px;
	height:40px;
	background: url(images/topbar2.jpg);
	text-indent: -99em;
}

/***************/

#menu{
	width:960px;
	height:100px;
	position: absolute;
	z-index: 2;
	top:500px;
	background: url(images/menu.jpg);	
}

#menu ul{
	position: absolute;
	display:block;
	width:625px;
	height:30px;
	top:55px;
	left:45px;
}

#menu ul li{
	display:block;
	float:left;
}

#menu ul li a{
	display:block;
	width:125px;
	height:30px;
	text-indent: -99em;
	background: url('images/menu.png');
}

#menu ul li a#menu1{
}
#menu ul li a#menu2{
	background-position-x: -125px;
	background-position: -125px 0px;
}
#menu ul li a#menu3{
	background-position-x:-250px;
	background-position: -250px 0px;
}
#menu ul li a#menu4{
	background-position-x:-375px;
	background-position: -375px 0px;
}
#menu ul li a#menu5{
	background-position-x:-500px;
	background-position: -500px 0px;
}

#menu ul li a:hover{
	background-position-y: -30px;
}

#menu ul li a#menu1:hover{
	background-position: 0px -30px;
}
#menu ul li a#menu2:hover{
	background-position: -125px -30px;
}
#menu ul li a#menu3:hover{
	background-position: -250px -30px;
}
#menu ul li a#menu4:hover{
	background-position: -375px -30px;
}
#menu ul li a#menu5:hover{
	background-position: -500px -30px;
}


/***************/

#intro{
	background: black;
	color:#d1c0a5;
}

#intro .content{
	width:600px;
	font-size:12pt;
	line-height:1.5em;
}

#intro h3{
	font-size:1.2em;
	line-height:1.7em;
	padding:1.5em 0 1.5em 0;
	color:#f3f3da;
}

#intro h4{
	color:white;
}

#intro .sub{
	color:#eb6100;
	font-size:1.1em;
	line-height:1.6em;
	text-indent: 0em;
}


/**************/

#author h4{
	font-size:1.4em;
	font-weight: bold;
	margin-bottom:1em;
}

#author img.photo{
	float:left;
	margin-right:2em;
	margin-bottom:1em;
}

#author p{
	text-indent: 2em;
}

/**************/

#classic{
	background: url(images/classic_bg.jpg);
}

#classic p{
	text-indent: 2em;
}

#great{
	color:#333333;
}

#great p{
	margin-top:0.5em;
}

#great span.sub{
	color:#6a3906;
	font-size:0.8em;
	font-weight: bold;
}

/**************/

#preview{
	background: white;
	color:#333333;
	padding-bottom:1.5em;
}

#preview img.bar{
	display:block;
	margin-left:-60px;	
}

#preview .content{
	height:540px;
	overflow: auto;
	padding-right:1em;
	padding-top:2em;
}

#preview .content h4{
	font-weight: bold;
	font-size:1.3em;
	margin-bottom:2em;
}

#preview .content p{
	text-indent: 2em;
}

/**************/

#footer{
	height:60px;
}