/* CSS Document */
body {
	margin: 0px;
	font-family: "Trebuchet MS", "Arial";
	font-size:11px;
	color:#000000;
	background-image:url(../img/home_bg_01.jpg);
	background-color:#78AA23;
	background-repeat:repeat-x;
}

#conteiner{
	margin:auto; 
	width:auto;
}

#conteudo {
	width:1024px; 
	min-height:600px;
    height:auto !important;
    height:600px; 
	background:#FFFFFF; 
	margin:auto; 
	border:#B2B658 solid 1px; 
	background-image:url(../img/home_bg_foto.jpg); 
	background-repeat:no-repeat;
	
}


#rodape{
	width:1024px; 
	height:100px;
	margin:auto; 
	margin-top:10px;
	color:#fff;
}

#logo {
	width:130px; 
	height:80px; 
	top:45px; 
	left:57px; 
	position:relative;
}

#menu {
	width:130px; 
	height:80px; 
	margin-top:45px;
	top:45px; 
	left:57px; 
	position:relative;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu a {
	text-decoration:none;
	text-indent: -500px;
	list-style-type:none;
	width:130px;
	height:20px;
	position:relative;
	display:block;
}

#banner_home {
	width:200px;
	top:-65px;
	left:750px;
	position: relative;
	color:#808030;
}


#texto_home {
	width:200px;
	height:280px;
	top:-50px;
	left:750px;
	position: relative;
	color:#808030;
}
