@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(backgrounds/bamboofade15.png);
	background-position: center;
	background-color: #993300;
}
#maincontainer {
	position:absolute;
	left:0px;
	top:75px;
	width:100%;
	height:600px;
	z-index:1;
	background-color: #AD4319;
	background-image: url(backgrounds/bamboopattern.jpg);
}
#backstrip1 {
	position:absolute;
	width:100%;
	height:115px;
	z-index:2;
	left: 0px;
	top: 280px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	background-image: url(backgrounds/bamboo2.jpg);
}
#backstrip2 {
	position:absolute;
	width:100%;
	height:49px;
	z-index:2;
	left: 0px;
	top: 420px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	background-image: url(backgrounds/bamboo2.jpg);
}
#container {
	position:relative;
	width:900px;
	height:600px;
	z-index:4;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position:absolute;
	width:100%;
	height:100px;
	z-index:5;
	left: 0px;
	top: 0px;
	text-align: center;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #E9C9A3;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #E9C9A3;
	background-repeat: no-repeat;
	background-image: url(text/bamboo.png);
	background-position: center;
}
#navholder {
	position:absolute;
	width:140px;
	height:400px;
	z-index:10;
	left: 30px;
	top: 125px;
}
#footer {
	position:absolute;
	width:900px;
	height:20px;
	z-index:5;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	bottom: -30px;
}
#content {
	position:absolute;
	width:670px;
	height:384px;
	z-index:5;
	left: 200px;
	top: 125px;
	background-image: url(backgrounds/bamboo2fade.jpg);
	border: 1px solid #000;
}
#nav {
	position:absolute;
	width:122px;
	height:400px;
	z-index:12;
	left: 0px;
	top: 0px;
}
#info {
	position:absolute;
	width:425px;
	height:364px;
	z-index:8;
	top: 10px;
	right: 10px;
	font-size: 12px;
	background-image: url(backgrounds/bamboo3fade.jpg);
}
#images {
	position:absolute;
	width:215px;
	height:364px;
	z-index:6;
	top: 10px;
	left: 10px;
	background-color: #000;
}
.border {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #894710;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #894710;
}

