@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background:#460000;
}

#navbar { margin:40px 0 25px 0; }
#navbar .menu_item {
	text-align:center;
	color:#FFFFFF;
	background:#300;
	padding:5px 10px;
}
#navbar .menu_item a {
	text-decoration:none;
	color:#FFFFFF;
}
#navbar .menu_item a:hover {
	color:#CF3;
}

#container {
	margin:0 auto;
	padding:0 20px;
}

#container h1.header {
	color:#FFFFFF;
	text-shadow: 0px 0px 20px #000000;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#section1 {
	margin:0 0 20px 0;
	text-align:center;
}

.chapter_title_header {
	color:#760000;
}
.chapter_title {
	color:#000000;
	font-weight:bold;
	margin:0 0 5px 10px;
}

#buyNow {
	width:200px;
	height:50px;
	line-height:50px;
	font-size:22px;
	font-weight:bold;
	margin:0 auto;
	background:#FF0;
	border-radius:5px;
	text-align:center;
	cursor:pointer;
}
#buyNow:hover {
	background:#F90;
}

#chkBuyAccept {
	margin-right: 10px;
}

#cancelBuyAccept {
	width:200px;
	margin:20px auto 10px auto;
	text-align:center;
	text-decoration:underline;
	color:#000000;
	cursor:pointer;
}

#touContainer {
	width:500px;
	height:630px;
	padding:5px 10px;
	background:#ffffff;
	font-size:14px;
	text-align:left;
	border:#333 1px solid;
	border-radius:5px;
	float:left;
	top:5px;
	left:0;
	position:fixed;
	overflow:auto;
	box-shadow:0px 0px 20px #000000;
	display:none;
}
#touContainer h3 { font-size:1.4em; text-align:center; }

div.text1 {
	width:70%;
	margin:0 auto;
	padding:10px 20px 40px 20px;
	background:#ffd5b2;
	font-color:#000;
	text-align:left;
	border-radius:5px;
}
div.text1 h1, div.text2 h1 { text-align:center; margin-bottom:30px; }

div.text2 {
	width:620px;
	height:450px;
	margin:0 auto;
	padding:10px 20px 40px 20px;
	background:#ffd5b2;
	font-color:#000;
	text-align:left;
	border-radius:5px;
}

.drop_shadow {
	-webkit-box-shadow: 0px 3px 10px 0px #000;
	-moz-box-shadow:    0px 3px 10px 0px #000;
	box-shadow:         0px 3px 10px 0px #000;
}