*{
	border: 0;
	padding: 0;
	margin: 0;
	font-family:tahoma;
	font-size: 12px;
	background-repeat: no-repeat;
}

body {
	/* background-color: #7d7d7c; */
	background-color:#333333;
}

h1 {
	font-size: 16px;
	color: #FFF;
	padding-bottom:20px;
}
h2 {
	font-size: 14px;
	color: #fff;
}
h3 {
	font-size: 10px;
	color: #fff;
	margin-top:-20px;
	font-weight:normal;
}

#topo {
	background-image:url(../img/topo_fundo.jpg);
	width:764px;
	height:89px;
}
.logoconceito {
	background-image:url(../img/logo.gif);
	width:326px;
	height:89px;
	float:left;
}
.logoconceito a{
	width:326px;
	height:89px;
	display:block;
}

#menu {
	width:428px;
	height:29px;
	float:right;
	margin-top:59px;
}
#menu a,
#menu span {
	height: 29px;
	display: block;
	background-position: 0 0;
	margin-right:3px;
	float:left;
}
#menu a:hover,
#menu span {
	background-position: 0 -29px;
}
.menu1 {
	width:70px;
	background-image:url(../img/item_aconceito.gif);
}
.menu2 {
	width:51px;
	background-image:url(../img/item_filosofia.gif);
}
.menu3 {
	width:42px;
	background-image:url(../img/item_equipe.gif);
}
.menu4 {
	width:75px;
	background-image:url(../img/item_modalidades.gif);
}
.menu5 {
	width:51px;
	background-image:url(../img/item_horarios.gif);
}
.menu6 {
	width:70px;
	background-image:url(../img/item_parcerias.gif);
}
.menu7 {
	width:48px;
	background-image:url(../img/item_contato.gif);
}

#miolo {
	width:764px;
	height:377px;
	display:block;
	text-align:left;

}
.texto {
	padding:30px 0 0 10px;	
	font-size: 12px;
	color: #FFFFFF;
	text-align:left;
}
.texto p{	
	padding-bottom:15px;
	text-align:left;
}
.conceito {
	background-image:url(../img/fundo_conceito.jpg);
	text-align:left;
}
.filosofia {
	background-image:url(../img/fundo_filosofia.jpg);
	text-align:left;
}
.equipe {
	background-image:url(../img/fundo_equipe.jpg);
	text-align:left;
}
.modalidades {
	background-image:url(../img/fundo_modalidades.jpg);
	text-align:left;
}
.horarios {
	background-image:url(../img/fundo_horarios.jpg);
	text-align:left;
}
.parcerias {
	background-image:url(../img/fundo_parcerias.jpg);
	text-align:left;
}
.contato {
	background-image:url(../img/fundo_contato.jpg);
	text-align:left;
}

.baselogo { 
	background-image:url(../img/quadro_branco.gif);
	width:118px;
	height:73px;
	float:left;
	padding: 5px;
}

#rodape {
	background-image: url(../img/fundo_rodape.gif);
	background-repeat: repeat-x;
	width: 764px;
	height: 34px;
	font-size: 11px;
	color: #333333;
	text-align:left;
	padding-top:10px;
	text-align:center;
}
#rodape a {
	font-size: 11px;
	color:#333333;
	text-decoration:none;
	text-align:center;
}
#rodape a:hover {
	color:#fff;
	text-decoration:none;
	text-align:center;
}
#rodape a:visited {
	color:#333333;
	text-decoration:none;
	text-align:center;
}

.textobranco {
	color:#FFFFFF
}
