@charset "utf-8";
/* CSS Document */

h2 {
	padding-bottom: 20px;
	padding-top: 20px;
}

h3 {
	font-weight: bold;
	text-align: left;
	font-size: 120%;
	padding-left: 10px;
}
#senery {
	margin-top: 15px;
}

#senery  img{
	float: left;
}
#mainContents .caption {
	float: right;
	padding-right: 10px;
	line-height: 120%;
}
#lessonPhoto {
	clear: both;
	width: 380px;
	text-align: center;
}
#lessonPhoto img {
	border: 1px solid #666;
	padding: 3px;
	margin: 3px;
}
table {
	border-collapse:collapse;
	line-height: 2.4em;
	width: 380px;
	color: #FFF;
	background-image: url(../images/news_bg.jpg);
	margin-bottom: 10px;
}

td {
	width: 50%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
table tr th .group {
	float: left;
}



th, td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	text-align: center;
}
a {
	text-decoration: underline;
	color: #333;
}
.freeLesson {
	background-image: url(../images/lesson/music.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 1px;
}

