/* CSS Document */

body {
	background-image: url(back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #006600;
}
a:visited {
	color: #00CC00;
}
a:hover {
	color: #00CC33;
}
a:active {
	color: #006600;
}
#mae{
	width:770px;
	position: absolute;
	left: 50%;
	margin-left: -385px;
}
#lado_esquerdo{
	width:184px;
	height:auto;
	float:left;
}
#agenda{
	width:184px;
	height:auto;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#noticias{
	width:184px;
	height:auto;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}
#conteudo{
	width:570px;
	height:auto;
	float:left;
	padding-left: 13px;
	margin-top: 10px;
}

#banner{
	width:573px;
	height:193px;
	float:left;
}
#aulas{
	width:330px;
	height:auto;
	float:left;
	margin-top: 10px;
}
#chasque{
	width:223px;
	height:auto;
	margin-left: 15px;
	float: left;
	margin-top: 10px;
}
#rodape{
	width:770px;
	height:38px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
#titulo{
	width:inherit;
	height:auto;
	float:left;
}
#conteudo_aula{
	width:330px;
	height:159px;
	float:left;
	background-image: url(imagens/back_aula.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#form_chasque{
	width:223px;
	height:157px;
	float:left;
	background-image: url(imagens/back_chasque.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#conteudo_geral{
	width:770px;
	height:auto;
	float:left;
	margin-top: -35px;
}
#top_geral{
	width:770px;
	height:35px;
	float:left;
	background-image:url(imagens/top_geral.gif)
}
#centro_geral{
	width:770px;
	height:auto;
	float:left;
	background-image:url(imagens/conteudo_geral.gif);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
#rodape_geral{
	width:770px;
	height:23px;
	float:left;
	background-image:url(imagens/rodape_geral.gif);
}
