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

/* Body Settings */

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


	/* Background settings */
	
	.wrapperall

{
	position: relative;
	margin-top: 0pt;
	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: 856px;
	height: 34px;
	position: absolute;
	left: 28px;
	top: 589px;
}


		/* Text Space */
	
	.textWrapper

{
	top: 137px;
	left: 382px;
	width: 492px;
	height: 428px;
	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: #EFFF97;
	font-style: normal;
	letter-spacing: 1px;
	font-weight: bold;
}


	/* Image Space */
	
	.imageWrapper

{
	top: 140px;
	left: 41px;
	width: 327px;
	height: 400px;
	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: 34px;
	left: 0px;
}
#home:hover {
	background: url(../images/nav/home-roll.gif) no-repeat;
}


#venues{
	background-image: url(../images/nav/venues.gif);
	position: absolute;
	width: 75px;
	height: 34px;
	left: 188px;
	
}
#venues:hover {
	background: url(../images/nav/venues-roll.gif) no-repeat;
}


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



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






#contact{
	background-image: url(../images/nav/contact.gif);
	position: absolute;
	width: 101px;
	height: 34px;
	left: 773px;
	top: 0px;
	
}
#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;
	}
	

/* FOOTER  */
.elleeyedesign {
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #81795F;
	left: 22px;
	top: 633px;
	width: 247px;
	height: 19px;
}

.elleeyedesign a {
color: #823F37;
text-decoration: none;

}
.elleeyedesign a:hover {color: #827568;
text-decoration: none;
}

.elleeyedesign a:visited {color: #827568;
text-decoration: none;
}

