body{
	background:#4e575c;
	color:#c2d1d8;
}

a:link {color:white;text-decoration:none;}
a:visited {color:white;text-decoration:none;}
a:active {color: #444;}

.song{
	font-size:1.5em;
	font-weight:400;
	padding-left:90px;
	padding-right:90px;
	padding-bottom:30px;
}



/*----------------------
        Structrue
------------------------*/

.header{
	background: #DDD url('../images/head.jpg');
	height:180px;
	padding:0px;
	margin:0px;
}

.content{
	background:black url('../images/repeatfull.jpg') repeat-y top right;
	margin:0px;
	padding:10px;
}

.content2{
	/*background: url('../images/violin.jpg') no-repeat scroll top left;*/
	width: 960px;
	height: 348px;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
}

.footer{
	text-indent:-9999999px;
	background:black url('../images/btm.jpg') repeat-y top right;
	margin:0px;
	height:105px;
	padding:10px;
}

.container_16 .tl{
	background:black url('../images/tl.jpg') no-repeat top right;
	text-indent:-9999999999px;
	width:120px;
	height:50px;
	margin:0px;
	padding:0px;
}

.container_16 .tt{
	background:black url('../images/tt.jpg') no-repeat top right;
	text-indent:-9999999999px;
	height:50px;
	width:720px;
	margin:0px;
	padding:0px;
}

.container_16 .tr{
	background:black url('../images/tr.png') no-repeat top right;
	text-indent:-9999999999px;
	height:50px;
	width:120px;
	margin:0px;
	padding:0px;
}

.container_16 .l{
	background:black url('../images/l.jpg') repeat-y top right;
	width:120px;
	margin:0px;
	padding:0px;
}

.container_16 .m{
	background:black;
	height:50px;
	width:720px;
	margin:0px;
	padding:0px;
}

.container_16 .r{
	background:black url('../images/r.jpg') repeat-y top right;
	width:120px;
	height:100%;
	margin:0px;
	padding:0px;
}

/*----------------------
       Text
------------------------*/

.thin {font-weight:100;}
.white {color:white;}
.indent{padding-left:60px;}
.large{font-size:1.6em;}
.bold{font-weight:900;}

.title{font-size:1.2em;font-weight:900;text-transform: uppercase;}
.subline{font-size:1.2em;color:#666666;font-weight:100;text-transform: uppercase;}
.date{color:#6F0000;font-weight:100;font-style:italic;font-size:.7em;}
div .song img{margin-top:10px;}

/*----------------------
       Navigation
------------------------*/
div.button a       {width:120px; height:24px; display:block; padding-top:2px;}
div.button a:link  {text-decoration:none;}
div.button a:hover {color:#696969;}

.nav:hover{background: url('../images/navbar_over.png') no-repeat top right;}
.na{top:45px;}
.nb{top:65px;}
.nc{top:85px;}
div .nav{
	left:-20px;
	background: url('../images/navbar.png') no-repeat top right;
	position:relative;
	width:124px;
	height:23px;
	padding-left:100px;
	padding-right:20px;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:-17px;
	line-height:20px;
	font-weight:500;
	font-size:22px;
	letter-spacing:-1px;
	color:white;
}

#login {position:relative;display:block;top:57px;left:230px;}



