/* GERAL */
	* {
	margin: 0;
}
body {
	background: url(../im/fd.gif) top left repeat-x;
	text-align: left;
	background-color:#FFFFCC;
}
#global {
	background-color:#fdfebb;
	margin: 0 auto;
	text-align: left;
	width: 960px
}
/* TOPO */
	#topo {
	background-color:#fdfebb;
	height: 490px;
	width: 960px;
}
/* CORPO */
	#corpo {
	margin: 0 auto;
	padding: 15px 0 10px 0;
	height: 500px;
	width: 960px;
	background-color:#FFFFFF;
}
#global_corpo {
	width: 960px;
}
#corpo_1 {
	background-image:url(../images/bg_noticias.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 210px;
	height: 490px;
	padding: 10px;
}
#corpo_1 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#corpo_2 {
	background-image:url(../images/bg_clinica.gif);
	background-repeat: repeat-x;
	float: left;
	width: 340px;
	height: 135px;
	padding: 15px 0 0 5px;
	margin-bottom: 10px;
	margin-left: 10px
}
#corpo_3 {
	background-image:url(../images/bg_clinica.gif);
	background-repeat: repeat-x;
	float: right;
	width: 340px;
	height: 135px;
	padding: 15px 0 0 5px;
	margin-bottom: 10px;
}
#corpo_4 {
	float: left;
	background-image:url(../images/bg_clinica.gif);
	background-repeat: repeat-x;
	width: 340px;
	height: 135px;
	padding: 15px 0 0 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#corpo_5 {
	background-image:url(../images/bg_clinica.gif);
	background-repeat: repeat-x;
	float:right;
	background-color:#CCCCCC;
	width: 340px;
	height: 135px;
	padding: 15px 0 0 5px;
	margin-bottom: 10px;
}
#corpo_6 {
	background-image:url(../images/bg_clinica.gif);
	background-repeat: repeat-x;
	float: left;
	width: 710px;
	height: 120px;
	padding: 25px 0 0 10px;
	margin-left: 10px;
}
#banner_lateral {
	background:#003399;
	width: 150px;
	height: 490px;
	float: right;
}
/* formatação de texto*/

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
h2 {
	margin-left: 0;
	padding-left: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00CCFF;
	font-size: 0.9em;
}
.italico_azul {
	font-style: italic;
	color: #0099FF;
	text-decoration: underline;
	font-size: 0.9em;
	font-family:Arial, Helvetica, sans-serif;
}
.texto_direita {
	text-align:right;
	padding: 10px;
	color:#666666;
	font: normal 0.8em/1.2em "arial", "lucida sans unicode", verdana, lucida, sans-serif;
}
.texto_esquerda {
	text-align:left;
	padding: 15px;
	color:#666666;
	font: normal 0.7em/1.2em "arial", "lucida sans unicode", verdana, lucida, sans-serif;
}
.circulo {
	margin-top: 7px
}
.margin_left {
	margin-left: 5px;
}
.cor_h2 {
	color:#646400
}
/* RODAPE */
#rodape {
	background-image:url(../images/bg_rodapeFinal.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;
	height: 70px;
	width: 960px;
}
#rodape_esquerda {
	float: left;
	width: 49%;
	height: 70px;
}
#endereco {
	height: 49%
}
#sub_menu {
	height: 49%;
}
#sub_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center
}
#sub_menu li {
	display:block;
	position:relative;
	float: left;
	width: 90px
}
#sub_menu ul li a {
	text-decoration: none;
	display:block;
	text-align: center;
	font: normal 0.8em/1.2em "lucida grande", "lucida sans unicode", verdana, lucida, sans-serif;
	color:#666;
	width: 90px;
}
#sub_menu ul li a:hover {
	text-decoration: underline;
}
#rodape_direita {
	float: right;
	width: 49%;
	height: 70px
}
