@charset "UTF-8";
/* CSS Document */


body {
	background-color: #000000;
	background-image: url(_layout/bg_colors2.jpg); 
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}
	
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	}	
	
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	}		

#header {
	width: 800px;
	height: 80px;
	margin: 30px auto 0px auto;
	}
	
#navigation {
	width: 800px;
	height: 26px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(_layout/menubar.png);
	overflow: hidden;
	}
	
#navigation a {
	display: inline-block;
	height: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	color:#FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px 40px 0px 40px;
	border-left: solid 1px #000;
	}	
	
#navigation a:visited {
	color:#FFF;
	text-decoration: none;
	}		
	
#navigation a:hover {
	color:#FFF;
	text-decoration: none;
	background-image: url(_layout/bg_black45.png);
	}		
		
		
		
		
		
#lessons a {
	display: inline-block;
	height: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color:#000;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 0px 40px 0px 40px;
	background-color:#f2ce5a;
	background-image: url(_layout/icon_music.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 350px;
	}	
	
#lessons a:visited {
	color:#000;
	text-decoration: none;
	background-color:#f2ce5a;
	}		
	
#lessons a:hover {
	color:#000;
	text-decoration: none;
	background-color:#f4c118;
	}			
		
		
#links a {
	display: inline-block;
	height: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color:#000;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 0px 40px 0px 40px;
	background-color:#5cb2c5;
	background-image: url(_layout/icon_phono.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 350px;
	}	
	
#links a:visited {
	color:#000;
	text-decoration: none;
	background-color:#5cb2c5;
	}		
	
#links a:hover {
	color:#000;
	text-decoration: none;
	background-color:#5597a5;
	}				
		
		
		
		
	
	
#wrapper_content {
	width: 760px;
	background-color: #FFF;
	margin: 3px auto 0px auto;
	padding: 20px;
	}	
	
#wrapper_gallery {
	width: 760px;
	background-color: #e5e5e5;
	margin: 3px auto 0px auto;
	padding: 20px;
	background-image: url(_layout/bg_photos.jpg);
	position: relative;
	}	
#wrapper_gallery #photo-and-caption {
	margin: 10px;
	position: absolute;
	left: 399px;
	top: 186px;
}
#wrapper_gallery #photo-and-caption p {
	font-family: monospace, "Times New Roman", Times, serif;
	font-size: 1.55em;
	line-height: 0.9em;
	color: #666;
	text-align: center;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper_gallery #submenu_photos a {
	font-family: monospace, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #333;
	margin: 15px;
}
#wrapper_gallery img {
	background-color: #FFF;
	padding: 10px;
}
	
#footer {
	width: 800px;
	background-image: url(_layout/bg_footer.png);
	background-position: center bottom;
	margin: 3px auto 0px auto;
	}	
	
#footer p {
	font-size: 10px;
	text-align: center;
	color: #e5e5e5;
	margin: 3px;
	padding: 10px;
	}	

#bottom_space {
	height: 50px;
	}
	
#common_scales {
	margin-bottom: 16px;
	}	
	
.review {
	font-size:12px;
	margin-top: 20px;
	padding-top: 20px;
	}	
	
	
#wrapper_content #front_right #news_box h2 {
	margin-bottom: 4px;
}
