@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color:#000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {

}
h1 {
	 font-family: 'Tangerine', serif;
  font-size: 36px;
  text-shadow: 4px 4px 4px #aaa;
}
h2 {
	 font-family:"Arial Black", Gadget, sans-serif;
  font-size: 22px;
  text-shadow: 2px 2px 2px #aaa;
  color:#666;
}
td {
	vertical-align:top;
}
a {
	text-decoration:none;
	color:#999;
}
a:hover {
	text-decoration:none;
	color:#F00;
}
#musicplayer {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}
#top-logo {
	width:468px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 0 20px 0;
}
#navigation {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	width:948px;
	outline:#444 solid medium;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2px;
	color:#ccc;
	padding-top:6px;
	padding-right:6px;
	text-align:right;
}
#top-image {
	width:960px;
	height:150px;	
	margin-left:auto;
	margin-right:auto;
}
#content-outline {
	background:url(images/bg_mainbody.png) repeat-x #fff;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	}
	#footer {
		background:url(images/bg_footer.png) repeat-x #fff bottom;
		height:32px;
		width:954px;
		padding-top:20px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
		padding-left:6px;
	}
	
.boxinfo {
	background-image:url(images/displayboxbg.gif);
	background-repeat:repeat-y;
	background-position:center;
	width:860px;
	margin-left:auto;
	margin-right:auto;
}
.boxleft {
	width:410px;
	float:left;
	border:3px solid #000; 
	padding:2px;
}
.boxright {
	width:410px;
	float:right;
	border:3px solid #000; 
	padding:2px;
}
.boxtitle {
	width:406px;
	text-align:center;
	background-image:url(images/displaybox.gif);
	font-size:24px;
	color:#000;
}
.boxnew {
	width:560px;
	text-align:center;
	background-image:url(images/displaybox.gif);
	background-position:center;
	background-repeat:repeat-y;
	font-size:18px;
	color:#000;
	text-align:center;
}
.boxcentre {
	width:560px;
	margin-left:auto;
		margin-right:auto;
	border:3px solid #000; 
	padding:2px;
	margin-top:20px;
}
   ul#category {margin:0px 0; padding:0; list-style:none;}
   ul#category li {margin:0; padding:0;}
   ul#category li{padding:3px 0 0px 20px; background:url(images/blob.gif) 5px 9px no-repeat;  text-decoration:none;}
   
   	/* Left Part - Category */
   ul#toplink {
	   margin:0px 0; 
   padding-top:8px;
   padding-left:120px;
   list-style:none;
   }
   ul#toplink li {margin:0; display:inline; padding:0px 15px 0px 20px;}
   .lessontitle {
	   color:#900;
   }
