@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #D4D4FF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:910px;
	background-color:#FCFFFA;
	border-left:3px solid  #FCFFFA;
	border-right:3px solid  #FCFFFA;
	border-bottom:3px solid  #FCFFFA;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	
    	 
}

#header {
	width:1000px;
	height:40px;
	background-color:#297A52;
	border-bottom:3px solid  #FCFFFA;
	border-top:3px solid  #FCFFFA;
	
	} 
	
	.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	
	#bottom {
	width:1000px;
	height:40px;
	background-color:#ADD6C2;
	border-top:3px solid  #FCFFFA;
	
	} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:21px;
	color:#FFE6E6;
	text-align:center;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-bottom:20px;
	width:1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#4C3D3D;
	
} 
#footer h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-size:18px;
	text-align:center;	
}



#menuL {background-color:#85C2A3; height:821px; width:160px; float:left;}
#lists { background-color:#fff; height:821px; width:674px; border-left:3px solid  #FCFFFA; border-right:3px solid  #FCFFFA; float:left;}
#menuR {background-color:#85C2A3; height:821px; width:160px; float:left;}

#menu1 {background-color:#5CAD85; border-bottom:3px solid  #FCFFFA;}
#menu2 {background-color:#5CAD85; border-bottom:3px solid  #FCFFFA;}

/* Lists*/
a:link{color:#000; font-size:13px;}
a:visited{color:#333; font-size:13px;}
a:hover{color: #F00; font-size:13px; text-decoration:none; font-weight:bold;}
#songs { height:548px; width:336px; background-color:#FFE6E6;   float:left; }
#newads { height:548px; width:335px; background-color:#D4D4FF; border-left:3px solid  #FCFFFA; font-size:10px; float:left; }
#best { height:270px; width:336px; background-color:#D4D4FF; border-top:3px solid  #FCFFFA; float:left; }
#etoun { height:270px; width:335px; background-color:#FFE6E6; border-left:3px solid  #FCFFFA; border-top:3px solid  #FCFFFA; float:left;}
#listname {text-align:center; font-size:18px; font-weight:bold; color:#4C3D3D; width:340px; height:22px; }
#adsL {margin-top:10px; }
#adsR {margin-top:10px; }

/*UL*/
#ulsongs{ padding-left:10px; }
#ulnewads{padding-left:10px;}
#ulbest{padding-left:10px; }
#uletoun{padding-left:10px; }

#verh{ height:64px;border-bottom:3px solid  #FCFFFA;}
#sered{height:64px; width:160px; border-bottom:3px solid  #FCFFFA;}
#niz{height:64px;}
#s11 a {height:64px; width:78px; background: url(../img/homesprite-m.gif); float:left; border-right:3px solid  #FCFFFA;}
#s11 a:hover{ background-position:0 -64px ; }
#s11 a:active{ background-position:0 -128px ; }

#s22 a {height:64px; width:79px; background: url(../img/shsprite-m.gif); float:left; }
#s22 a:hover{ background-position:0 -64px ; }
#s22 a:active{ background-position:0 -128px ; }

#s33 a {height:64px; width:78px; background: url(../img/elvsprite-m.gif); float:left; border-right:3px solid  #FCFFFA;}
#s33 a:hover{ background-position:0 -64px ; }
#s33 a:active{ background-position:0 -128px ; }

#s44 a {height:64px; width:79px; background: url(../img/mickeysp-m.gif); float:left; }
#s44 a:hover{ background-position:0 -64px ; }
#s44 a:active{ background-position:0 -128px ; }

/*scroll*/

div#scrollbar {
    display:block; /* initially display:none; to hide from incapable */
    }

div#wn	{ 
    position:relative;
    width:312px; height:500px;
    overflow:hidden;
	}
    
div#scrollbar { 
  position:relative;
  width:11px; height:500px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:476px;
  background: #E6B8B8;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#B28F8F;
  }  
div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}


/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 




