/***********************************************/
/*              Misty Willow Creek             */
/***********************************************/ 

body {
	
	text-align: center;
	background-image: url(images/bg-all.gif);
	background-repeat: repeat;
	background-position: 0px;
}

#mwc {
	position: absolute;
	right: 12px;
	z-index: 21;
	height: 100%;
	width: 25%;
	float: right;
	background-image: url(images/mwc.gif);
	background-repeat: no-repeat;
	background-position: right 100px;
	top: 0;
	}
#rightcreek {
	position: absolute;
	right: 21px;
	width: 305px;
	z-index: 5;
	height: 557px;
	background-position: right;
	background-image: url(images/rightcreek-bg4.jpg);
	background-repeat: repeat-y;
	bottom: 39px;
	}
#leftcreek {
	position: absolute;
	left: 22px;
	width: 305px;
	z-index: 4;
	height: 557px;
	background-position: left;
	background-image: url(images/leftcreek-bg4.jpg);
	background-repeat: repeat-y;
	bottom: 40px;
	}
#leftborder {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 22px;	
	z-index: 21;
	height: 100%;
	background-position: left;
	background-image: url(images/bg_tile-flip.gif);
	background-repeat: repeat-y;
	}
#rightborder {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 22px;	
	z-index: 20;
	height: 100%;
	background-position: right;
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat-y;
}
#topborder {
	background-position: center top;
	background-image: url(images/topgradient.jpg);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 10;
	height: 74px;
	background-color: #426b6b;
}
#content {
	left: 0px;
	bottom: auto;
	width: 100%;
	z-index: 26;
	height: 400px;
	position: absolute;
	text-align: center;
	top: auto;
}
#content img {
	border: 1px solid #000000;
}

#content img.noborder {
	border: 0px solid #000000;
}
#content a{
	color: #000000;
	text-decoration: underline;
}
#content a:hover,a:link{
	color: #cccccc;
	text-decoration: none;
}

#bottomborder {
	text-align: center;
	vertical-align: bottom;
	background-image: url(images/bg_tile2.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 24;
	height: 40px;
}
#footer {
	text-align: center;
	vertical-align: bottom;
	position: absolute;
	left: 0px;
	bottom: 40px;
	width: 100%;
	z-index: 25;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #cccccc;
	font-variant: normal;
}
#footer a{
	color: #015254;
	text-decoration: none;
}

#footer a:hover,a:link{
	color: #cccccc;
	text-decoration: none;
}
.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.copybig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.copy a{
	color: #015254;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
