
	/*
	Front-end Developer
	@Mikael Carrara (http://www.mikaelcarrara.com)
	*/
	
	
	/* Generic xhtml 1.0 Strict Elements */

	body {
	background:url(../img/bg2.jpg) top repeat-x #fffbf8;
	font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	line-height:21px;
	color:#535353;
	margin:0;
	}
	
	h1 {
	font-size:2em;
	margin:0 0 0 0;
	color:#fff;
	}
	
	h1 a {
	text-decoration:none;
	color:#fff;
	}
	
	h2 {
	font:2.0em Georgia, "Times New Roman", Times, serif;
	margin:75px 0 55px 0;
	color:#b74926;
	}
	
	h3 {
	font:normal 1.3em Georgia, "Times New Roman", Times, serif;
	margin:0 0 0 0;
	}
	
	a {text-decoration:underline; color:#468966; cursor:pointer}
	a:hover {text-decoration:none; color:#fff; background:#468966}
	

	/* General Website Architecture */

	div#tudo {
	width:770px; height:auto;
	margin:auto;
	}
	
	div#topo {
	width:746px; height:159px;
	background:url(../img/topo.jpg) no-repeat;
	background-position:0 66px;
	padding:107px 0 0 23px;
	float:left;
	}
	
	div#topo a img {
	border:none;
	}
	
	/*----------------------------------------*/
	
	div#menu {
	width:728px; height:auto;
	padding:6px 20px 0 20px;
	font-size:1em;
	float:left;
	}
	
	div#menu ul {padding:0; margin:0}
	
	div#menu ul li {
	list-style-type:none;
	margin-right:30px;
	float:left;
	}
	
	div#menu ul li a {
	text-decoration:none;
	color:#fff;
	}
	
	div#menu ul li a:hover {
	text-decoration:underline;
	background:none;
	color:#ffb13b;
	}
	
	div#menu ul li a span {
	text-decoration:underline;
	}
	
	/*----------------------------------------*/
	
	div#corpo {
	width:730px; height:auto; min-height:500px;
	font-size:0.9em;
	padding:0 20px 40px 20px;
	float:left;
	}
	
	* html div#corpo {
	height:500px;
	}
	
	/*----------------------------------------*/
	
	ul.listagem01 {padding:0; margin:0}
	
	ul.listagem01 li {
	border-bottom:1px dotted #bababa;
	list-style-type:none;
	padding-bottom:10px;
	margin-bottom:20px;
	}
	
	/*----------------------------------------*/
	
	div#rodape {
	width:100%; height:auto;
	font-size:0.8em;
	background-color:#161616;
	padding:15px 0 15px 0;
	text-align:center;
	color:#fff;
	clear:both;
	}
	
	div#rodape a {text-decoration:underline; color:#fff}
	div#rodape a:hover {background:none}
	