/******* body style *******/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bgtexture.gif);
	background-repeat: repeat-y,x;
	background-color:#FFFFFF;	
	margin:0px;
	padding:0px;
}

/******* page wrapper style *******/

#pagewrapper{
	background-image: url(images/bodyrepeat.gif);
	background-repeat: repeat-y;
	width: 767px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	
}
/*#maincontent and #navigation have been put in the #header style in order to maintain the tree watermark. If your content extends beyond the 600px height of #header, use #overflowcontent. This will dynamically expand and fill in the repeating bodyrepeat.jpg graphic.*/
#header{
	background-image: url(images/header.gif);
	background-repeat:no-repeat;
	width: 767px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	list-style-type: disc;
	
}


#contentend{
	background-image: url(images/contentend.gif);
	width: 767px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	clear:both;
	
}

#maincontent {
	position:relative;
	left:85px;
	top:110px;
	width:450px;
	height:397px;
	float:left;
	z-index:0;
}

#maincontent td{
	border-width:thin;
	border-bottom-style: dotted;
	border-color:#666699;	
	border-left:none;
	border-top:none;
	border-right:none;
}

#sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#663366;
	padding: 5px;
	border-width:thin;
	border-bottom-style: dotted;
	border-color:#666699;	
	
}

/*this style is so that we can maintain the ghosted tree limbs at the top of the content area and also have a dynamicically expanding content area should our content overflow from the #header style*/
#overflowcontent{
	background-image: url(images/bodyrepeat.jpg);
	background-repeat: repeat-y;
	padding-left: 250px;
	padding-right: 68px;
	margin-top: 0px;
	padding-top: 5px;
	
}

/******* footer style *******/

#footer{
	background-image: url(images/footer.jpg);
	width: 767px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 15px;
	
}

/******* navigation style *******/


#navigation {
	position:relative;
	left:20px;
	top:85px;
	width:163px;
	height:397px;
	float:left;
	z-index:2;
}

.menuheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#663366;
	padding: 5px;
	border-width:thin;
	border-bottom-style: dotted;
	border-color:#666699;
}



#navigation a{
	font: bold 10pt/20px Arial, Helvetica, sans-serif;
	color:#6699CC;
	text-decoration:none;
	//*list-style-image: url(images/bullet.gif);*//
	//*padding-left:5px;*//

	
}

#navigation a:hover {
	color:#009999;
	text-decoration:none;
	list-style-type: disc;
}

#pagetitle {
	font: bold 12pt/20px Arial, Helvetica, sans-serif;
	color:#6699CC;
	text-transform: uppercase;

	text-align: center;

	position:relative;
	left:85px;
	top:90px;
	width:450px;
	height:20px;
	float:left;
	z-index:0;

	
}

/******* photo page style *******/

#photopagewrapper{
	width: 767px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	
}

#photopageheader{
	background-image: url(images/photoheader.jpg);
	background-repeat:no-repeat;
	height:120px;
	width: 767px;
	margin-top: 0px;

	
}

#photocontentend{
	background-image: url(images/photobottom.jpg);
	width: 767px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	
}

#photocontent {
	background-image: url(images/photobodyrepeat.jpg);
	background-repeat: repeat-y;
	position:relative;
	width:767px;
	padding: 5px;
	margin: 0px;
}



#photopagetitle {
	font: bold 12pt/20px Arial, Helvetica, sans-serif;
	color:#6699CC;
	text-transform: uppercase;
	top: 90px;
	position: relative;
	width: 767px;
	text-align: center;
}

#returnbutton {
	background-image: url(images/photobodyrepeat.jpg);
	background-repeat: repeat-y;
	position:relative;
	width:767px;
	margin: 0px;
}
.menuIndent {
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 5px;
}
