/*** Nav bar styles ***/

#banner{
	height: 10%;
	/*left: 25%;*/
	margin-left: 28%;
	padding-bottom: 2%;
	padding-right: 15%;*/
}
ul.nav{
	/*height: 10%*/
	margin-left: 15%;
	/*margin-right: 20%;*/
	/*margin-top: 4%;*/
	/*margin: 0;*/
	/*padding: 0%;*/
	cursor: default;
	list-style-type: none;
	display: table;
	border: 3px solid #000000;
	/*display: inline;*/
}

ul.nav li{
	display: table-cell;
	position: relative;
	padding: 3px 10px;
	/*border-right: 3px solid #000000;*/
}

ul.nav a{
	text-decoration: none;
	font: bold 160% tahoma;
}

ul.left{
	float: left;
	position: absolute;
	margin-left: 1%;
	margin-right: 80%;
	margin-top: 5%;	  	
  	width: 37%;
	/*margin: 0;*/	
	padding: 0;
	/*
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 6cm;
	*/
	cursor: default;
	list-style-type: none;
	display: table;
	/*border-right: 1px solid #000000;*/
	/*display: inline;*/
}

ul.left li{
	display: table-row;
	position: relative;	
	padding: 5px 10px;
	/*border-right: 3px solid #000000;*/
}

ul.left a{
	text-decoration: none;
	font: 100% tahoma;	
}

ul.songs {
	position: absolute;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: table;
}

ul.songs li{
	display: table-row;
	position: relative;			
}

ul.songs a{
	text-decoration: none;
	font: 120% tahoma;	
	padding-right: 5px;	
}

#centreposition {
	padding-right: 20%;
	padding-left: 20%;
	/*background-color: #FFFFF7;*/
}

#centrecontent {
	z-index: 100;
	min-width: 1px;
	background-color: #FFFFFF;
	/*border: 1px solid #999999;*/
	padding: 10px;
}

#lyriccontent {
	font: 100% tahoma;
}

#left-menu {
	width: 35%;
	position: absolute;
	top: 27%;
	left: 2%;
	padding: 10px 0px 10px 6px;
}
/*
left-menu.ul{
	float: left;
	position: absolute;
	margin-left: 5%;
  	width: 14%;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: table;
	border-right: 1px solid #000000;
}

left-menu.ul li{
	display: table-row;
	position: relative;
	padding: 5px 10px;
}

left.menu a{
	text-decoration: none;
	font: 100% tahoma;
}
*/