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

/* Body Settings */

body {
	
	background-image: url(../images/background-line.jpg);
	}


	/* Background settings */
	
	.wrapperall

{
	position: relative;
	margin-top: 17pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	top: 0px;
	bottom: 0px;
	width: 916px;
	height: 665px;
	background-x-position: 0%;
	background-y-position: 0%;
	left: 0px;
	
	background-image: url(../images/background.jpg);
}



/* Navigation */
	
	
		.nav
		
	{
	width: 718px;
	height: 21px;
	position: absolute;
	left: 100px;
	top: 189px;
}


		/* Text Space */
	
	.textWrapper

{
	top: 112px;
	left: 423px;
	width: 289px;
	height: 207px;
	position: absolute;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	overflow: auto;
	
}

	/* Text Space */
	
	.textWrapperAll

{
	top: 64px;
	left: 10px;
	width: 707px;
	height: 303px;
	position: absolute;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	overflow: auto;
	
}



.text1

{
	font-family:  Futura, Arial;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
	letter-spacing: 1px;
	font-weight: lighter;
}

.text2
{
	font-family:  Futura, Arial;
	font-size: 16px;
	color: #ffffff;
	font-style: normal;
	letter-spacing: 1px;
}


.text3
{
	font-family:  Futura, Arial;
	font-size: 18px;
	color: #DEAE40;
	font-style: normal;
	letter-spacing: 1px;
}


	/* Image Space */
	
	.imageWrapper

{
	top: 101px;
	left: 1px;
	width: 411px;
	height: 208px;
	position: absolute;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	overflow: auto;
	
}



/* PLACEMENT OF NAVIGATION  */



#home{
	background-image: url(../images/nav/home.gif) ;
	position: absolute;
	width: 62px;
	height: 21px;
	left: 0px;
}
#home:hover {
	background: url(../images/nav/home-roll.gif) no-repeat;
}


#news{
	background-image: url(../images/nav/news.gif);
	position: absolute;
	width: 67px;
	height: 21px;
	left: 64px;
	
}
#news:hover {
	background: url(../images/nav/news-roll.gif) no-repeat;
}



#bio{
	background-image: url(../images/nav/bio.gif);
	position: absolute;
	width: 51px;
	height: 20px;
	left: 149px;
	
}
#bio:hover {
	background: url(../images/nav/bio-roll.gif) no-repeat;
}



#sched{
	background-image: url(../images/nav/sched.gif);
	position: absolute;
	width: 89px;
	height: 20px;
	left: 220px;
}
#sched:hover {
	background: url(../images/nav/sched-roll.gif) no-repeat;
}


#reviews{
	background-image: url(../images/nav/reviews.gif);
	position: absolute;
	width: 89px;
	height: 20px;
	left: 336px;
	
}
#reviews:hover {
	background: url(../images/nav/reviews-roll.gif) no-repeat;
}



#gallery{
	background-image: url(../images/nav/gallery.gif);
	position: absolute;
	width: 89px;
	height: 20px;
	left: 436px;

}
#gallery:hover {
	background: url(../images/nav/gallery-roll.gif) no-repeat;
}




#links{
	background-image: url(../images/nav/links.gif);
	position: absolute;
	width: 89px;
	height: 20px;
	left:440px;/*542px;*/

}
#links:hover {
	background: url(../images/nav/links-roll.gif) no-repeat;
}


#contact{
	background-image: url(../images/nav/contact.gif);
	position: absolute;
	width: 89px;
	height: 20px;
	left:555px;/*634px;*/
	
}
#contact:hover {
	background: url(../images/nav/contact-roll.gif) no-repeat;
}



/* End Right Nav */



a:link {
	color: #DECEA4;
	text-decoration: underline;
}
a:visited {
	color: #DECEA4;
}
a:hover {
	color: #B39271;
}

a:active {
	color: #DECEA4;
	}
	

