body 
{margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: arial, helvetica, sans-serif;
background: rgb(50,34,3);
background-image: url(images/star-canvas.jpg); 
background-repeat: repeat-y; 
background-position: center; 
}

/* main and inner tags are what center page, must be accompanied by doc type tag and following html mark up protocals for that doc type tag*/
#main {
	position: relative;
	top: 0px;
	width:675px;
	margin: auto;
	text-align:left;
        padding:0px 0px 0px 0px;
}

#inner {
	padding: 0px;
}


/* MAIN MENU BAR LINK STYLES*/
a.nav {text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: 800;
	height: 20px;
	color: rgb(130,106,51);
	font-size:10px;
	outline: none;
	z-index: 2;
}

a.nav:hover {
	color: rgb(229,206,78);
	height: 20px;
	font-weight: 800;
	outline: none;
	z-index: 10;
}

/* BODY TEXT LINKS*/
a.nav1 {text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: 800;
	height: 20px;
	color: rgb(130,106,51);
	font-size:11px;
	outline: none;
	z-index:1;
}

a.nav1:hover {
	color: rgb(229,206,78);
	height: 20px;
	font-weight: 800;
	outline: none;
	z-index: 1;
}

/* MAIN NAV POSITION*/
#nav-links {
	position:absolute;
	text-align: right;
	line-height: 18px;
	left:5px;
	top:215px;
	width:110px;
	height:155px;
	border-right: 1px solid rgb(130,106,51);
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 0px;
	z-index: 1; 
}


/* BACKGROUND IMAGES FOR ALL PAGES*/
#background-image {
	position:absolute;
	left:0px;
	top:0px;
	height:475px;
}


/* RECTANGLE LINK ON MUSIC TEACHING APPEARANCES */
#rectangle-link {
	position:absolute;
	left:525px;
	top:213px;
	width:123px;
	height:216px;
	z-index: 1; 
}

/*PHOTO OF KEMPER FOR ABOUT PAGE*/
img.floatLeft { 
	float: left; 
	margin: 0px 6px 0px 0px;;
	z-index: 5; 
}

/* BOX FOR ALBUM COVERS */
#music-album-cvrs {
	position:absolute;
	left:171px;
	top:430px;
	width:400px;
	height:200px;
	z-index: 1; 
	
}
/*ALBUM CVRS ON MUSIC*/
img.floatLeft2 { 
	float: left; 
	margin: 0px 20px 0px 0px;;
	z-index: 5; 
}


/*TEXT BOX 1 - TOP MIDDLE OF TEACH MUS APPEAR PAGE*/
#text-box-1 {
	position:absolute;
	left:170px;
	top:210px;
	width:475px;
	height:170px;
	z-index: 10;
}

/*TEXT BOX 2 - BOTTOM LEFT OF APPEAR PAGE*/
#text-box-2 {
	position:absolute;
	left:170px;
	top:415px;
	width:120px;
	height:160px;
	z-index: 1;
}

/*TEXT BOX 3 - BOTTOM CENTER OF APPEAR & MUSIC PAGE*/
#text-box-3 {
	position:absolute;
	left:310px;
	top:415px;
	width:210px;
	height:160px;
	z-index: 1;
}

/*TEXT BOX 4 - CD DESCRIPTIONS ON MUSIC PAGE*/
#text-box-4 {
	position:absolute;
	left:335px;
	top:406px;
	width:210px;
	height:160px;
	z-index: 1;
}

/*TEXT BOX 5 - ARITICLES PAGE*/
#text-box-5 {
	position:absolute;
	left:170px;
	top:215px;
	width:450px;
	height:600px;
	z-index: 1;
}

/*TEXT BOX 6 - LEFT TOP CONTACT PAGE*/
#text-box-6 {
	position:absolute;
	left:170px;
	top:215px;
	width:155px;
	height:200px;
	z-index: 1;
}

/*TEXT BOX 7 - CENTER TOP CONTACT PAGE*/
#text-box-7 {
	position:absolute;
	left:360px;
	top:215px;
	width:145px;
	height:200px;
	z-index: 1;
}

/*TEXT BOX 8 - RIGHT TOP CONTACT PAGE*/
#text-box-8 {
	position:absolute;
	left:515px;
	top:215px;
	width:145px;
	height:200px;
	z-index: 1;
}



/*WORDS STYLE THROUGHOUT*/
.words1 {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	font-weight:800;
	color: rgb(239,205,130);
	line-height: 14px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.words2 {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	font-weight:800;
	color: rgb(239,205,130);
	line-height: 14px;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}





