/* CSS Document */
body {
	background-color: #dfdfdf;
	background-image: url(../Images/gradientBackground.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
div#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100% auto;
	background-image: url(../Images/woodRepeat.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
div#left {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	height: 100%;
	width: 65px;
	background-image: url(../Images/woodRepeat.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
img#title {
	position: absolute;
	top: 45px;
	left: 0px;
	z-index: 3;
}
img#mainwood {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
div#indexBanner {
	position: absolute;
	top: 426px;
	left: 0px;
	height: 68px;
	width: 100%;
	background-image: url(../Images/bannerIndex.jpg);
	background-repeat: repeat-x;
	background-position: center;
	z-index: 1;
}
div#indexBanner2 {
	position: absolute;
	top: 429px;
	left: 10%;
	width: 90%;
	background:url(../Images/bannerIndex.jpg) repeat-x;
	padding-bottom:23px;
	text-align:center;
	z-index:99;
}
div#indexBanner2 ul {
	margin:21px 0 23px -10%;
	}
div#indexBanner2 li {
	list-style-type:none;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	border-left: 2px solid #ffffff;
	padding: 0px 5px 0px 5px;
	}
div#indexBanner2 li a {
	color:#FFFFFF;
	text-decoration: none;
	}
div#indexBanner2 li a:hover {
	color:#000000;
	text-decoration: none;
	}
div#right {
	padding-left:10%;
	width:80%;
	}
div#indexHeader {
	position: relative;
	margin: 0px auto;
	text-align: center;
	top: 0;
	width:385px;
	height:369px;
}
img#leftPiece {
	float: left;
}
img#rightPiece {
	float: right;
}
img.centerPiece {
	float: left;
	left: 77px;
}
div#indexNav {
	position: absolute;
	top: 25px;
	left: 180px;
	width: 75%;
	margin: 0px auto;
	height: 20px;
}
div#innerNav {
	position: relative;
	top: 0px;
	margin: 0px auto;
	text-align: center;
}
div#innerNav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	border-left: 2px solid #ffffff;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
div#innerNav a:hover {
	color: black;
	text-decoration: none;
}
div#innerNav a.first {
	border-left: 0px;
}
h5 {
	padding-top: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}