@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(old_music_score_background-wallpaper-2400x1350-.jpg);
	background-repeat: repeat;
	background-position:center;
}


#logo{
	width:1000px;
	margin:0 auto;
	text-align:center;
	background-image:url(bg-topo.png);
	background-repeat:repeat-y;
}
#linha{
	width:100%;
	height:2px;
	background-color:#000;
}
#txt{
	width:700px;
	text-align:center;
	margin: 0 auto;
	font:Helvetica, Arial, sans-serif;
	font-size:16px;
	background-image:url(bg-topo.png);
	background-repeat:repeat-y;
	padding-left:150px;
	padding-right:150px;
}
.txt-escola{
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif;
	text-align:justify;
}
.txt-titulos{
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-align:left;
	padding-top:20px;
}
.txt-contato{
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
	font-weight:normal;
	margin-bottom:2px;
	margin-top:2px;
}
.txt-contato-form{
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif;
	text-align:right;
	font-weight:normal;
	margin-bottom:2px;
	margin-top:2px;
}
.botoes{
	font-size:14px;
	font-weight:normal;
	text-align:left;
}
#txt-rodape{
	width:700px;
	text-align:center;
	margin: 0 auto;
	font-family:Helvetica, Arial, sans-serif;
	background-image:url(bg-topo.png);
	background-repeat:repeat-y;
	padding-left:150px;
	padding-right:150px;
}
.txt-rodape{
	font-size:12px;
}