@charset "utf-8";
/* CSS Document */

h1 {font-size:2.5em;} /* 40px/16=2.5em */
h2 {font-size:3.5em; font-family:Geneva,Verdana,sans-serif} /* song lyric title */

font.lyrictitle {font-size:24px; font-family:Geneva,Verdana,sans-serif} /* song lyric title */}
p.lyticstext { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:18px }


a.lytics:link {
	COLOR: #2F7500;
	text-decoration: none;
	font-size:16px;
	font-family:Geneva,Verdana,sans-serif;
}
a.lytics:visited {
	COLOR: #2F7500;
	text-decoration: none;
	font-size:16px;
	font-family:Geneva,Verdana,sans-serif;
}
a.lytics:hover {
	COLOR: #666;
	text-decoration: none;
	font-size:16px;
	font-family:Geneva,Verdana,sans-serif;
}
a.lytics:active {
	COLOR: #666;
	text-decoration: none;
	font-size:16px;
	font-family:Geneva,Verdana,sans-serif;
}




p.margin
{
margin-top:100px;
margin-bottom:100px;
margin-right:50px;
margin-left:200px;
}


ul li {
	display: inline-block;
	width: auto;
	/* min-height: 100px; */
	
	vertical-align: top; /*helps with variable length content*/
	height: inherit;	/* background-color: #666; */
	
}

#page-container {
	width:auto;
	


 } 

body {
	
	background-image:url(MyImages/myimg.JPG); 
	background-repeat:repeat;
	background-position: left top;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	font-size: 10px;
	
	
	
}



a:link {
	COLOR: #2F7500;
	text-decoration: none;
}
a:visited {
	COLOR: #2F7500;
	text-decoration: none;
}
a:hover {
	COLOR: #666;
	text-decoration: none;
}
a:active {
	COLOR: #666;
	text-decoration: none;
}


#header {
	float: top;
	height: 125px;
	
	
	

}

#menu {
	float: left;
	margin : 50px 0 200px 100px;
	Font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	
	/* margin top right tbc left*/
	/* 50px 0 120px 100px; */


}

#content_home {
	/* margin top right bottom left*/
	margin : 0 0 0 400px;
	width: 40%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;

}


#content_bio {

	/* margin top right bottom left*/
	margin : 0 0 0 400px;
	width: 50%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	
}

#footer {
	
	
	bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	clear: both;	



}





