/** reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;z-index:100;}:focus{outline:0;}body{line-height:1;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}

body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color: #333;
	padding: 0px;
	margin: 0px;
	
}

#header {
  /*background-color:#333;*/
  /*border-bottom:2px solid #EEE;*/
  height:32px;
  overflow:hidden;
  text-align:left;
}

.logo{
  margin-top:5px;
  margin-left:10px;
}

.logo a{
	font-weight: bold;
}

#wrap {
  margin:0 auto;
  width:1010px;
}

#content {
  padding-top:8px;
  
}

a {
	color: #000000;
}

.chapter {
  margin:0 auto;
  height:22px;
  padding:6px 10px 8px;
}

.left_nav {
  float:left;
  width:68%;
  height:10px;
  padding:8px 2px;
  text-align:left;
  font-weight:700;
  line-height:0.6em;
}

.page {
  float:right;
  height:24px;
  line-height:24px;
}

.drop {
  margin-left:8px;
  margin-right:8px;
  min-width:40px;
}
.prev {
  text-align:left;
}
.prev, .next, .go_btn {
  float:right;
  line-height:24px;
  height:24px;
  font-size:12px;
  
}
.go_btn {
	line-height:0px;
	margin-left:8px;
}

.prev a, .next a, .go_btn {
	color: #999;
	font-size:11px;
	font-weight:normal;
}

.btn, .disabled {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  font-weight:bold;
  padding:3px 6px;
  text-decoration:none;
}

.btn {
  border:1px solid #AAA;
  color:#333 !important;
  cursor:pointer;
  text-shadow:0 1px 0 #FFF;

  background-image: -moz-linear-gradient(#fff, #eee);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
  box-shadow:3px 3px 3px #eee;
  
}

.btn:hover {
  -moz-box-shadow:0 0 3px #999;
  border-color:#333;
}

#bottom {
  height:100px;
  margin:10px auto;
  /*overflow:hidden;*/
  text-align:center;
  width:748px;
}
