/* main */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}

html {
	height: 100%;
	width: 100%;	
}

body {
	height: 100%;
	width: 100%;
	background-color: #fff;
	font-family: Arial, Times, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	color: #000;	
	scrollbar-3dlight-color: #eeffa0;
	scrollbar-arrow-color:#666;
	scrollbar-darkshadow-color: #e2f198;
	scrollbar-face-color:#eeffa0;
	scrollbar-highlight-color:#eeffa0;
	scrollbar-shadow-color: #eeffa0;
	scrollbar-track-color: #ffffbf;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

#wrapper {
	width: 974px;
	height: auto;
	overflow: auto;
	margin: 0 auto;	
	background-color: #fffef1;
}

#header {
	width: 100%;
	height: 122px;
	overflow: hidden;
}

#header_txt {
	float: left;
	margin-left: 32px;
	margin-top: 58px;
	color: RGB(0, 89, 53);
}

#header_logo {
	float: right;
	width: 233px;
	height: 107px;
	margin-top: 10px;
	margin-right: 5px;	
}

#b,#b1,#b2,#b3,#b4,#b5,#b6,#b7,#b8  {
	width: 100%;
	overflow: auto;
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 584px; 	
	margin-bottom: 15px;
}

#b1 { background-color: #fffb89; }
#b2 { background-color: #ffff99; }
#b3 { background-color: #fffbb1; }
#b4 { background-color: #ffffbf; }
#b5 { background-color: #ffffcc; }
#b6 { background-color: #fffdd5; }
#b7 { background-color: #fffee2; }
#b8 { background-color: #fffbb1; }

/*
#l1,#l2,#l3,#l4,#l5,#l6,#l7,#l8 {
	background-position: top left;
	background-repeat: repeat-y;
}


#l1 { background-image: url(../images/l1.jpg);}
#l2 { background-image: url(../images/l2.jpg);}
#l3 { background-image: url(../images/l3.jpg);}
#l4 { background-image: url(../images/l4.jpg);}
#l5 { background-image: url(../images/l5.jpg);}
#l6 { background-image: url(../images/l6.jpg);}
#l7 { background-image: url(../images/l7.jpg);}
*/

#p1, #p2, #p3, #p4, #p5, #p6, #p7, #p8 {
	width: 100%;
	height: 584px;	
	overflow: auto;
}

#p1 { 	background: #fff url(../images/p01-1.png) no-repeat;}
#p2 { 	background: #fff url(../images/p02.png) no-repeat;}
#p3 { 	background: #fff url(../images/p03.png) no-repeat;}
#p4 { 	background: #fff url(../images/p04.png) no-repeat;}
#p5 { 	background: #fff url(../images/p05.png) no-repeat;}
#p6 { 	background: #fff url(../images/p06.png) no-repeat;}
#p7 { 	background: #fff url(../images/p07.png) no-repeat;}
#p7 { 	background: #fff url(../images/p07.png) no-repeat;}
#p8 { }


#menu {
	float: right;
	margin-top: 46px;
	overflow: auto;
	width: 192px;
	height: auto;
}

#menu a {
	float: right;
	clear: right;
	margin: 0px 32px 16px 0;
	font-size: 12px;
	white-space: nowrap;
	color: #a8bcb1;	
}

#menu a.active {
	color: #00573a;
}

#menu a.inactive {
	color: #a8bcb1;
}

#footer {
	position: fixed;
	bottom: 0px;
	width: 974px;
	height: 16px;
	background-color: #fcfedb;
	color: #24211d;
	overflow: hidden;	
}

#content {
	width: 635px;
	float: right;
	padding: 10px;
}

#content p {
	padding-top: 10px;
}

/*.txt_   {	background: url(../images/txt1.png) repeat-y; margin-top: 70px;}*/
.txt_1 {	background: url(../images/txt1.png) repeat-y; margin-top: 70px; height:440px;overflow:auto}
.txt_2 {	background: url(../images/txt2.png) repeat-y; margin-top: 80px; height:430px;overflow:auto}
.txt_3 {	background: url(../images/txt3.png) repeat-y; margin-top: 112px; height:408px;overflow:auto}
.txt_4 {	background: url(../images/txt4.png) repeat-y; margin-top: 144px; height:376px;overflow:auto}
.txt_5 {	background: url(../images/txt5.png) repeat-y; margin-top: 176px; height:344px;overflow:auto}
.txt_6 {	background: url(../images/txt6.png) repeat-y; margin-top: 208px; height:312px;overflow:auto}
.txt_7 {	background: url(../images/txt7.png) repeat-y; margin-top: 240px; height:280px;overflow:auto}
.txt_8 {	background: url(../images/txt7.png) repeat-y; margin-top: 70px; height:440px;overflow:auto}

ul, ol {
	padding-left: 20px;
}

ul li, ol li {
	margin-top: 8px;
}
