
html, body {height:100%;} /**/
body {
	margin: 0 auto;
	padding:0;
	background:#EEE4C3;
	color:#000;
	font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(../img/bg_site.jpg);
	}
#tudo { 
	width:775px;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:100%;/**/
	/*border:dotted #999;*/
	border-width:0 1px;
	}
 * html #tudo /*{height: 100%;}*/
#conteudo {padding-bottom:0px;}/**/

#topo {
	background-color:#E8DBAE;
	width:775px;
	height:150px;
	/*border-bottom:1px dotted #999;*/
	text-align:center;
	}
#corpo {
	width:555px;
	min-height:500px;
	float:left;
	text-align:justify;
	}
#auxiliar {
	width:200px;
	float:right;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	margin-top:10px;
	}
#auxiliar2 {
	width:200px;
	float:right;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	margin-top:10px;
	}
#auxiliar3 {
	width:200px;
	float:right;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	margin-top:10px;
	}
	
#auxiliar4 {
	width:200px;
	float:right;
	background-color:#FFFFFF;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	margin-top:10px;
	}
#rodape {
	background:#b0f1b0;
	width:775px;
	height:20px;
	position: relative;
	bottom: 0; /**/ 
	border:dotted #999;
	border-width: 1px 0;
	text-align:center;
	}
#rodape p {
	margin:0;
	font-weight:bold;
	color:#060;
	}
	
ul {
	width:190px;
	margin:0;
	padding:0;
	list-style:none;
	}
ul li {margin:1px 0; }

/* MENU OUT */

ul li a, ul li a:visited {
	height:1%;
	font:12px Arial, Helvetica, sans-serif;
	display:block;
	background:#FFFFFF;
	color:#000;
	text-decoration:none;
	padding:2px 10px;
	}
	
/* MENU OVER */

ul li a:hover {
	background:#C1A25F;
	color:#fff;
	}
	
/* MENU OUT */
	
ul li.Verde a, ul li.Verde a:visited {
	height:1%;
	font:12px Arial, Helvetica, sans-serif;
	display:block;
	background:#FFFFFF;
	color:#000;
	text-decoration:none;
	padding:2px 10px;
	}
	
/* MENU OVER */

ul li.Verde a:hover {
	background:#A2C262;
	color:#fff;
	}

/* MENU OUT */

ul li.Laranja a, ul li.Laranja a:visited {
	height:1%;
	font:12px Arial, Helvetica, sans-serif;
	display:block;
	background:#FFFFFF;
	color:#000;
	text-decoration:none;
	padding:2px 10px;
	}
	
/* MENU OVER */

ul li.Laranja a:hover {
	background:#D9A13E;
	color:#fff;
	}
	
	
/* MENU OUT */

ul li.Azul a, ul li.Azul a:visited {
	height:1%;
	font:12px Arial, Helvetica, sans-serif;
	display:block;
	background:#FFFFFF;
	color:#000;
	text-decoration:none;
	padding:2px 10px;
	}
	
/* MENU OVER */

ul li.Azul a:hover {
	background:#597993;
	color:#fff;
	}
		
/* MENU OUT */

ul li.Lilas a, ul li.Lilas a:visited {
	height:1%;
	font:12px Arial, Helvetica, sans-serif;
	display:block;
	background:#FFFFFF;
	color:#000;
	text-decoration:none;
	padding:2px 10px;
	}
	
/* MENU OVER */

ul li.Lilas a:hover {
	background:#C16989;
	color:#fff;
	}
/* MENU OUT */

ul li.Tijolo a, ul li.Tijolo a:visited {
	height:1%;
	font:12px Arial, Helvetica, sans-serif;
	display:block;
	background:#FFFFFF;
	color:#000;
	text-decoration:none;
	padding:2px 10px;
	}
	
/* MENU OVER */

ul li.Tijolo a:hover {
	background:#C16350;
	color:#fff;
	}

h1, h2, h4 { 	
	font:bold 22px Arial, Helvetica, sans-serif;
	color:#000;
	}
h4 {font-size:16px;}
.clear {clear:both;}

