/* CSS Document */
body{
	background:url(../images/sand.jpg) fixed repeat;
	/*background:url(../images/jungle.jpg);*/
	background-color:#000000;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	margin:0px;
	color:#993300;
}
#container{
	width:800px;/*
	border:solid 1px #999999;*//*
	background:url(../images/sand.jpg) repeat;*//*
	background-color:#333333;*/
}
h1{
font-size:15px;
}
h2{
font-size:13px
}
.nav{
	background:url(../images/nav.jpg) repeat-x;
	height:26px;
	font-weight:bold;
	font-size:11px;
}
.nav a{
	margin-left:8px;
	display:block;
	background:url(../images/nav_but_a.jpg) repeat-x;
	margin-right:2px;
	height:16px;
	text-decoration:none;
	color:#FFFFFF;
	padding:5px 8px 4px 8px;
	border:solid 1px #999999;
}
.nav a:hover{
	margin-left:8px;
	display:block;
	background:url(../images/nav_but_over.jpg) repeat-x;
	margin-right:2px;
	height:16px;
	text-decoration:none;
	color:#333333;
	padding:5px 8px 4px 8px;
	border:solid 1px #999999,
}
.rope{
	background:url(../images/rope.png) repeat-y;
}
.bamboo{
	background:url(../images/bamboo.png) no-repeat;
	width:162px;
	height:30px;
	padding: 8px 0px 6px 30px;
	color:#663333;
	font-size:14px;
	font-weight:bold;
}
.table{
	margin:-4px 0 0 10px;
}
.table a{
	color:#663333;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	background:url(../images/table.png) no-repeat;
	display:block;
	width:150px;
	height:39px;
	padding: 10px 0 0 20px;
}
.table a:hover{
	background:url(../images/table_over.png) no-repeat;
}
.bamboo-right{
	background:url(../images/bamboo.png) no-repeat;
	width:162px;
	height:30px;
	padding: 8px 0px 6px 30px;
	color:#663333;
	font-size:14px;
	font-weight:bold;
}
.table-right{
	margin:-8px 0 0 10px;
}
.table-right a{
	color:#663333;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	background:url(../images/table.png) no-repeat;
	display:block;
	width:140px;
	height:39px;
	padding: 10px 0 0 20px;
}
.table-right a:hover{
	background:url(../images/table_over.png) no-repeat;
}
#copy{
	background:url(../images/copy.jpg) repeat-x;
	height:19px;
	font-size:12px;
	color:#000;
	padding-top:8px;
}
#up{
	background:url(../images/text_up.jpg) repeat-x;
}
#left{
	background:url(../images/text_left.png) repeat-y;
}
#right{
	background:url(../images/text_right.png) repeat-y;
}
#text{
	background:url(../images/content.gif) repeat;
	padding: 10px 0px 10px 0px;
	padding: 8px 8px 8px 8px;
	margin-bottom:8px;/*
	border:solid 5px #8BA100;*/
	border:dashed 4px #8BA100;
	text-align:justify;
}
h1{
	font-size:16px;
}
.condons{
padding-top:0px;
text-align:center;
}
.title{ color:#FFFFFF;
font-weight:bold;
}