@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9999ff;
	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:922px;
	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:52px;
	background-color:#cc0000;
	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:#ff9999;
	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:26px;
	color:#FFFFB2;
	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:#000066;
	
} 
#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:	#ff6666; 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:#ff6666; height:821px; width:160px; float:left;}

#menu1 {border-bottom:3px solid  #FCFFFA;}
#menu2 { border-bottom:3px solid  #FCFFFA;}

/* Lists*/
a:link{color:#000; font-size:13px;}
a:visited{color:#333; font-size:13px;}
a:hover{color:#ff0000; font-size:13px; text-decoration:none; font-weight:bold;}
#songs { height:410px; width:336px; background-color:#FFFFB2;   float:left; }
#verses { height:410px; width:335px; background-color:#ccccff; border-left:3px solid  #FCFFFA; float:left; }
#movies { height:408px; width:336px; background-color:#ccccff; border-top:3px solid  #FCFFFA; float:left; }
#kids { height:408px; width:335px; background-color:#FFFFB2; border-left:3px solid  #FCFFFA; border-top:3px solid  #FCFFFA; float:left;}
#listname {text-align:center; font-size:18px; font-weight:bold; color:#000066; width:340px; height:16px; margin:0; }
#adsL {margin-top:10px; }
#adsR {margin-top:10px; }

/*UL*/
#ulsongs{ padding-left:10px; }
#ulverses{padding-left:10px;}
#ulmovies{padding-left:10px; }
#ulkids{padding-left:10px; }
#listblock { height:373px; width:335px; }


#verh{ height:64px;border-bottom:3px solid  #FCFFFA;}
#niz{height:64px;}
#s11 a {height:64px; width:78px; background: url(../img/elvsprite-home.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/shsprite79x192-h.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/mmsprite-h.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-h.gif); float:left; }
#s44 a:hover{ background-position:0 -64px ; }
#s44 a:active{ background-position:0 -128px ; }



