/* CSS */
html, body {
	height: 100%;
	font-family: Arial;
	font-size:12px;
	background-image: url(../imagens/bg_02.jpg);
	background-repeat:repeat;
	margin: 0;
	}
#home { 
	width:auto;
	position: relative;
	margin: auto;
	text-align:left;
	background-image:url(../imagens/bg_01.jpg);
	background-repeat:repeat-x;
	padding:10px;
	}
#conteudo01 {
	width:780px;
	padding-bottom:30px;	
	min-height: 100%;
	margin-bottom:10px;	
	background-color: #FFFFFF;	
	background-image:url(../imagens/bg_home_01.jpg);
	background-repeat:no-repeat;
	margin:auto;
	}
#conteudo02 {
	width:780px;
	padding-bottom:30px;	
	min-height: 100%;
	margin-bottom:10px;	
	background-color: #FFFFFF;	
	background-image:url(../imagens/bg_home_02.jpg);
	background-repeat:no-repeat;
	margin:auto;
	}
#conteudo03 {
	width:780px;
	padding-bottom:30px;	
	min-height: 100%;
	margin-bottom:10px;	
	background-color: #FFFFFF;	
	background-image:url(../imagens/bg_home_03.jpg);
	background-repeat:no-repeat;
	margin:auto;
	}	
#topo {
	width:780px;
	height:200px;
	}
#topo a {
	text-indent:-9999px;
	display:block;
	width:780px;
	height:150px;
	}
#principal {
	width:510px;
	float:right;
	margin-right:30px;	
	}
#menu_home {
	width:190px;
	float:left;
	padding-top:20px;
	margin-left:50px;
	}
#menu_home a {
	padding:2px;
}
#rodape {
	width:760px;
	padding:10px;
	background-color:#8B826A;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:auto;
	margin-top:10px;
}
h1 {
	font-family: "Arial Narrow", Arial;
	font-size:20px;
	font-weight:bold;
}
.homebox { 
	width:220px; 
	margin-left:20px; 
	margin-right:10px;
	float:left;	
	display:block; 
}
.homebox a { 
	text-decoration:none;
	color:#333333;
}