body {
        background-image:#FFFFFF; 
        background-attachment: fixed;
	background-repeat:no-repeat;
         
        
        
}





div#header {
	position: absolute;
	width: 710px;
    height: 450px;
	left: 140px;
	top: 80px;
    background-color: #CCCCCC;
    border-bottom: 1px ridge #CCCCCC; 
    border-top: 1px ridge #CCCCCC;
    border-right: 1px ridge #CCCCCC ;
    border-left: 1px ridge #CCCCCC;
	z-index:1;
         
}
/*Songlist Page Header */ 
div#songs {
	position: absolute;
	width: 710px;
    height: 620px;
	left: 140px;
	top: 80px;
    background-color: #CCCCCC;
    border-bottom: 1px ridge #CCCCCC; 
    border-top: 1px ridge #CCCCCC;
    border-right: 1px ridge #CCCCCC ;
    border-left: 1px ridge #CCCCCC;
	z-index:2;
         
}

div#banner {
	background-color: #acac55;
	background-repeat: repeat-x;
	height: 90px;
        
        
}



/*Navigator Menu */ 
 
div#nav{
	color : #000000;
	background-color : #FFFFFF;
	height : 18px;
	font-size: 11px;
    font-family: verdana,arial;
    font-weight: bolder;
    position: absolute;
	top: 171px;
	width: 710px;
    left: 141px;
	z-index:2;
}

div#nav ul {
	list-style-type: square;
	margin-bottom: 0px;
    margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
    padding: 0 0 0 0;
    
        
}
div#nav ul li {
	display: inline;
}

div#nav li a{
	color : #000000;
	background-color : #FFFFFF;
	text-decoration : none;
	
}

div#nav li a:hover{
	color : transparant;
	background-color : #666666;
	border-bottom : 1px solid #FFFFFF;
}

/*Sidebar Layer text etc*/
div#sidebar {
	position: absolute;
	top: 230px;
	left: 194px;
	width: 600px;
	font-size : 12px;
	z-index:3;
}


div#sidebar div.feature {
	font-family: verdana, arial, serif;
	color : #000000;
	background-color : #FFFFFF;
	border : 1px solid #000000;
	margin-bottom : 11px;
	padding : 10px;
                  font-size: 11px;
}

div#sidebar div.feature ul{
	margin : 0;
	padding : 0;
	line-height : 180%;
	list-style-type: square;
	list-style-position: inside;
}

div#sidebar div.feature ul li{
	color :#FFFFFF;
	background-color : transparent;
}

div#sidebar div.feature ul li a{
	color : #000000;
	background-color : transparent;
	text-decoration : none;
}

div#sidebar div.feature ul li a:hover{
	text-decoration : underline;
}

div#sidebar h1{
	font-size : 13px;
    font-family: verdana,arial,serif;
	margin : 0;
	padding : 0;
	color: #000000;
}

/*Bottom text email aso*/

div#glidebar {
	position: absolute;
	top: 540px;
	left: 274px;
	width: 420px;
	height: 20px;
	font-size : 9px;
	z-index:4;
}

div#glidebar div.feature {
	font-family: verdana, arial, serif;
	color : #000000;
	background-color : #FFFFFF;
	border : 0px solid #000000;
	margin-bottom : 1px;
	padding : 2px;
    font-size: 9px;
	font-weight: bolder;
}

/* Bottom  Email ASO Repertoar*/



div#slidebar {
	position: absolute;
	top:710px;
	left: 274px;
	width: 420px;
	height: 20px;
	font-size : 9px;
	z-index:5;
}

div#slidebar div.feature {
	font-family: verdana, arial, serif;
	color : #000000;
	background-color : #FFFFFF;
	border : 0px solid #000000;
	margin-bottom : 1px;
	padding : 2px;
    font-size: 9px;
	font-weight: bolder;
}

/* Scroll IE 6.0 and Firefox*/
html,body {
        scrollbar-face-color: #FFFFFF; 
        scrollbar-highlight-color: #FFFFFF; 
        scrollbar-shadow-color: #CCCCCC; 
        scrollbar-3dlight-color: #FFFFFF; 
        scrollbar-darkshadow-color: #FFFFFF;
        scrollbar-arrow-color: #000000; 
        scrollbar-track-color: #FFFFFF; 
} 


