body{
	margin:0;
	background: #7B3E3E;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#content{
	margin:0 auto;
	background:#fff; repeat-x;
	width:998px;
    padding-bottom:0px;
}
#topo{
	height: 140px;
	background:url(img/topo.jpg); background-repeat:no-repeat;
	padding-top; 
}
#leftmenu{
	width:203px;
	min-height:300px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}
	#leftmenu ul{
		padding:0;
		margin:0;
		background:url(img/bg_leftmenu_ul.png) repeat-y;
	}
	#leftmenu ul li{
		list-style-type:none;
		margin-left:5px;
		border-bottom:#B3B3B3 1px solid;
		width:190px;
	}
	#leftmenu ul li a{
		display:block;
		padding:6px 0 0 5px;
		width:180px;
		height:20px;
		border-left:#868686 4px solid;
		text-decoration:none;
		font-size:11px;
		color:#000;
	}
	#leftmenu ul li a:hover{
		color:#333;
		font-weight:bold;
		border-left:#c00 4px solid;
	}
	#leftmenu ul li a.categoria{
		display:block;
		padding:6px 0 0 5px;
		width:180px;
		height:20px;
		border-left:#000 4px solid;
		text-decoration:none;
		font-size:11px;
		color:#000;
		font-weight:bold;
	}
#conteudo{
	width:750px;
	min-height:300px;
	float:right;
}
#rodape{
	height:104px;
	background:url(img/rodape.jpg);
	clear:both;
}