* html #tudo {height: 100%;}
html, body {height:100%;}
html,body{
	background-color:#FFFFFF;
	background-image:url("imagens/fundo.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	margin: 0; 
	padding: 0;
}


form {
    margin: 0;
}
#search_box {
    width: 150px;
    height: 20px;
}
#search_box #s {
    float: left;
    padding: 0;
    width: 100px;
	background-color:#FFF;
}
#search_box #go {
    float: left;
    margin: 0px 0px 0 0;
}


a:link {text-decoration: none; color:#6a1e4d;}
a:visited {text-decoration: none; color:#6a1e4d;}
a:hover {text-decoration: none; color:#6a1e4d; text-decoration:underline;}
a:active {text-decoration: none; color:#6a1e4d;}

#tudo{position:relative;}
#conteudo{padding-bottom:30px;width:1000px;}

#esquerda{width: 155px; float:left; margin-top:635px;}
#meio{width: 650px; float:left; margin-left:10px; margin-top:183px; padding-bottom: 30px;}
#direita{width: 155px; float:left; margin-left:10px; margin-top:635px;}

#dentro{padding:25px; background-color:#f0f0f0;}

#rodape{position:absolute; bottom:0; width:100%;}

.clear {clear:both;}

.fonte{
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #50003c;
}
.fonteesquerda {
	font-family:"Trebuchet MS";
	font-size: 11px; color:#6a1e4d;
	line-height:15px;
}

.fontedata {font-family:"Trebuchet MS";font-size: 12px; color:#a1a1a1;}
.fontetitulo {font-family:"Trebuchet MS";font-size: 26px; color:#6a1e4d;}
.fonteconteudo {font-family:"Trebuchet MS";font-size: 11px; color:#7e7e7e;line-height:18px;}
.fontelilas {font-family: "Trebuchet MS";font-size: 11px; color: #6a1e4d;}
.fontebranca {font-family:"Trebuchet MS";font-size: 13px; color:#FFFFFF;line-height:17px;}
.campoform {font-family: "Trebuchet MS"; font-size: 11px;height:20px; color:#686868; background-color:#FFFFFF;border:0px solid #efefef;}
