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

/* 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;
	color: rgb(229,206,78);
	font-size:10px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	outline: none;
	z-index: 1;
}

a.nav:hover {
	color: rgb(130,106,51);
	height: 20px;
	font-weight: 800;
	outline: none;
	z-index: 1;
}

/* MAIN NAV POSITION*/
#nav-links {
	position:absolute;
	left:390px;
	top:450px;
	width:280px;
	height:25px;
	z-index: 1;
}



#home-background {
	position:absolute;
	left:0px;
	top:0px;
	height:475px;
}

#med-christ-hm-btn {
	position:absolute;
	left:525px;
	top:215px;
	width:123px;
	height:214px;
	z-index: 1;
}


#hm-music {
	position:absolute;
	left:52px;
	top:411px;
	width:68px;
	height:13px;
}

#hm-teaching {
	position:absolute;
	left:135px;
	top:411px;
	width:97px;
	height:13px;
}

#hm-appearances {
	position:absolute;
	left:246px;
	top:411px;
	width:140px;
	height:13px;
}

