@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding:0;
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 1.2em;
}

#geral{
	width:960px;
	margin: auto;
}

#header{
	width:960px;
	height:160px;
}

#menu{
	height:25px;
	margin:0 auto;
	padding-bottom:7px;

}

#menu ul{
	margin:0 auto; padding:0; list-style:none;
	}
	
#menu ul li{
	font:bold 13px Tahoma, "Trebuchet MS", Verdana;
	color:#000; text-align:center; background-color:#FFF;  display: inline;
	list-style: none; padding-right:15px;
	}	
#menu ul li a{
	font:bold 13px/31px Tahoma, "Trebuchet MS", Verdana;
	color:#000; text-align:center; text-decoration:none;
	display:block; text-transform:uppercase; background-color:#FFF;	display: inline;
	list-style: none;
	}	
#menu ul li a.home{
	background:#FFF;
	font:bold 13px Tahoma, "Trebuchet MS", Verdana;
	color:#FFF8F0; text-align:center; text-decoration:none;
	display:block; text-transform:uppercase;	
	}
#menu ul li a:hover{
	background:#000;
	color:#FFF;
	}

#conteudo{
	height:530px;
	padding-top:20px;
}

#divisor{
	width:960px;
	height:3px;
}

#img_bsb{
	width:200px;
	height:323px;
	float:left;
	padding-left:200px;
}

#img_gyn{
	width:200px;
	height:323px;
	float:right;
	padding-right:200px;
}

#conteudo{padding-top:25px;}

#ed_ant{
	width:200px;
	height:350px;
	float:left;
	margin-left:200px;
}

#ed_ant2{
	width:200px;
	height:350px;
	float:right;
	margin-right:200px;
}

#ano_ed_ant{
	background:#000;
	font-weight:bold;
	color:#FFF;
}
	
	

#rodape{
	font-size:11px;
	padding-top:5px;
}

#rodape a{
	color: #b0b0b0;
	margin: 0;
	margin-top:5px;
	padding: 10px 0;
	text-align: center;
}

#rodape a:hover{
	color:#03F;
	text-decoration:underline;
}
