/* CSS Document */


body {
	margin: 0; 
	padding: 0;
	background-color:#FFF;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
	text-align:center;
}

#topo {
	width:700px;
	height: 80px;
	}

#corpo {
	width: 700px;
	height: 1570px;
	font: 10px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
}

#categoria {
	border-bottom:solid thin #FFFFFF;
   	width:700px;
	height:30px;
	color:#906d1d;
	font-size:25px;
	text-align: left;
	padding-top:50px;
	clear:both;
}


#esquerda {
	width:340px;
	height: 150px;
	padding-top:10px;
	float:left;
}

#direita {
	width:340px;
	height: 150px;
	padding-top:10px;
	float:right;
}

#rodape {
	width:700px;
	height:50px;
}

#header{
	width:700px;
	border-bottom:1px solid #e1e1e1;
}


#nav, #nav li{
	list-style:none;
	height:150px;
	width:345px;
	display:inline;
	} 

