/* CSS Fisioarte */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	text-align: center;
	
	background: url(imagens/fundo.jpg);
}

.geral {
	margin: 0 auto;
	text-align: center;
	
	background: #FFFFFF;
	
	width: 800px;
}

/* Lateral */

.lateral {
	float: left;
	
	width: 254px;
}

/* Corpo */

.corpo {
	background: #FFFFFF url(imagens/bg_meio.jpg) repeat-x bottom;
	
	width: 546px;
}

.topo {
	background: url(imagens/topo.jpg) no-repeat top;
	_background: url(imagens/topo_ie.jpg) no-repeat top;
	*background: url(imagens/topo.jpg) no-repeat top;
	
	padding-top: 60px;
}

.rolagem_interna {
	text-align: left;
	margin-top: 6px;
	overflow: auto;
	
	height: 666px;
	width: 546px;
	
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-highlight-color: #FFF;
	scrollbar-face-color: #FFBF0F;
	scrollbar-shadow-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
}

.rolagem_interna p {
	text-align: justify;
	
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #005551;
}

.rolagem_interna h1 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #005551;
}

.rolagem_interna a {
	color: #FFBA00;
	text-decoration: none;
}

.rolagem_interna a:hover {
	text-decoration: underline;
}

.rolagem_interna a strong {
	color: #005551;
}

.botao {
	font-family: Verdana;
	font-size: 10px;
	color: #CC0000;
	border: 1px solid gray;
	background-color: #FFFFFF;
}

/* Rodape */

.rodape {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #005551;
}

.rodape a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #005551;
	text-decoration: none;
}

.rodape a:hover {
	text-decoration: underline;
}

.rodape address {
	text-align: center;
	
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	color: #005551;
	
	width: 500px;
}