* {margin:0; padding:0px;}

#corpo {
margin:0 auto;
width:750px;
border:1px solid #000000;
display:table;
}
#topo {
width:750px;
}
#sub_topo{
width:750px;
}
#conteudo {
width:570px;
float:right;
}
#baixo {
width:750px; 
}
#menu {
	float:left;
	width:178px;
	padding: 0px;
}
#menu ul li {
list-style:none;
}
#menu ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	text-decoration:none;
	display:block;
	text-align:left;
	line-height:20px;
	_cursor:hand; /*hack pra IE */
	padding-left: 10px;
	height: 21px;
	background-color: #cc0000;
	background-image: url(../imagens/home/index_index_03.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu a:hover {
	color:#333333;
	background-color: #CCCCCC;
	background-image: url(../imagens/home/indexb_indexb_03.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

