/* style document */

/* styles not done yet */

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 17px;
}

td {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 13px; 
	color: #000000;
	line-height: 17px;
}

th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	line-height: 17px;
	text-align: left;
}

li {
	font-family: verdana, arial, helvetica, verdana, sans-serif; 
	font-size: 13px; 
	color: #000000;
	margin-bottom: 6px;
}

ol {
	font-family: verdana, arial, helvetica, verdana, sans-serif; 
	font-size: 13px; 
	color: #000000;
}

ul {
	font-family: verdana, arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif; 
	color: #515230; 
	font-weight: bold; 
	font-size: 24px;
}

h2 {
	font-family: arial, helvetica, sans-serif; 
	color: #333333; 
	font-weight: bold; 
	font-size: 18px;
}

h3 {
	font-family: arial, helvetica, sans-serif; 
	color: #000000; 
	font-weight: bold; 
	font-size: 16px;
	padding-left: 8px;
	}

/* styles not done yet end */

/* html tags */

body {
	background-image: url(../assets/bg.jpg);
	background-repeat: repeat-x;
	background-color: #53542C;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

/* block styles */

#container {
	padding: 0px;
	width: 720px;
	/*height: 900px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../assets/bg_container.gif);
	background-repeat: repeat-y;
}

#containers {
	padding: 0px;
	width: 720px;
	/*height: 900px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../assets/bg_container_subpage.gif);
	background-repeat: repeat-y;
}

/* links */

a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #515230;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #515230;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: underline;
	color: #515230;
}

/* custom styles */

.strong {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 13px; 
	color: #000000; 
	font-weight: bold;
}

.em {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-style: italic;	
}

.strongem {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 13px; 
	color: #000000; 
	font-weight: bold;
	font-style: italic;
}

.bg_pic_right {
	background-image:   url(../assets/bg_picture_right.gif);
	background-repeat: no-repeat;
}

.bg_main_mission {
	background-image:   url(../assets/piano_lessons_02.gif);
	background-repeat: no-repeat;
}

.bg_menu_side {
	background-image:   url(../assets/bg_menu_subpage.jpg);
	background-repeat: no-repeat;
}

.bg_main_side {
	background-image:   url(../assets/bg_main_subpage.jpg);
	background-repeat: no-repeat;
}

.mission {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.poem {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #000000;
	line-height: 20px;	
}

.poemb {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	text-indent: 20px;
}
