@charset "utf-8";

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#conteudo {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	min-height:718px;
	height:auto !important;
	height:718px;
	background-image: url(../imagens/bg-academia.jpg);
	position:relative;
}
#conteudoInterna {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	min-height:718px;
	height:auto !important;
	height:718px;
	background-image: url(../imagens/bg-academia-interna.jpg);
}
#conteudoInterno {
	height: 690px;
	width: 605px;
}
#conteudoLinks {
	height: 532px;
	width: 605px;
	margin-top:10px;
}
#corpotativo {
	height: 227px;
	width: 206px;
}



#logo {
	height: 225px;
	width: 195px;
	background-image: url(../imagens/logo-academia.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#logoInterna {
	height: 184px;
	width: 195px;
	background-image: url(../imagens/logo-academia2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menuLateral {
	width: 280px;
}

#recebaNovidades {
	background-image: url(../imagens/bg-novidades.jpg);
	height: 31px;
	width: 567px;
	margin-top: 10px;
	margin-left: 20px;
}

#rodape {
	height: 23px;
	width: 800px;
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
}
#rodape a{
	color: #000;
	text-decoration: none;
}
#rodape a:hover {
	text-decoration: underline;
}
.campoEmail {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #006;
	border: 1px solid #FFF;
	height: 14px;
	width: 175px;
	margin-top: 6px;
	margin-left: 50px;
}
.campoNome {
	font-size: 10px;
	color: #006;
	height: 14px;
	width: 150px;
	border: 1px solid #FFF;
	margin-top: 6px;
	margin-left: 150px;
	font-family: Verdana, Geneva, sans-serif;
}

.clearBoth {
	clear: both;
}

.hidden {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}


#tms
{
	left:0px;
	position:absolute;
	top:235px;
}