/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	background:url(../imgs/bg_body.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
ul{
	list-style:none;
}
ul li {	padding: 1px 1px 1px 1px;}
h1{
	display:none;
}
#geral{
	width:782px;
	margin:0 auto;
	overflow:visible;
	text-align:left; 
}
#corpo {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	float:left; 
}
#conteudo {
	background:url(../imgs/bg_conteudo.gif);
	padding-bottom:30px;
}
#col_esquerda {
	background:url(../imgs/bg_col_esquerda.jpg) center top no-repeat;
	width:238px;
	height:475px;
	overflow:hidden;
	float:left; 
}
#euclides { 
	width:200px;
	padding:15px;
	float:left;
	overflow:hidden;
	padding-top:120px; 
}
#euclides.semtop { padding-top:0; }
#col_direita {
	width:544px;
	overflow:hidden;
	float:right;
	margin:0 auto;
	padding-top:47px;
}
#menu {
	width:544px;
	height:55px;
	margin:auto;
	overflow:hidden;
	float:left; 
}
#foto {
	background:url(../imgs/foto_teste.jpg) center top no-repeat;
	width:543px;
	height:154px;
	margin:auto;
	overflow:hidden;
	float:left; 
}
#marca {
	background:url(../imgs/bg_noticias.gif);
	width:544px;
	margin:0 auto;
	overflow:visible;
	float:left;
}
#noticias {
	background:url(../imgs/bg_marca.gif) center top no-repeat;
	padding-bottom:170px;
	width:532px;
	margin:0 auto; 
	color:#FFF;
}
#noticias_index {
	background:url(../imgs/bg_marca.gif) center top no-repeat;
	padding-bottom:170px;
	width:300px;
	color:#FFF;
	float:right;
}
#noticias_uol {
	background:url(../imgs/bg_marca.gif) center top no-repeat;
	width:185px;
	color:#FFF;
	float:left;
	padding:10px;
}

#marca ul li.left { padding-left:20px; }
#marca a { color:#FFF; }
#marca ul li p.espaco { padding:5px 2px 2px 10px; }
#marca ul li p.espaco2 { padding:5px 2px 2px 50px; }
#base {
	background:#C7AB95;
	width:100%;
	margin:0 auto;
	height:75px;
	overflow:hidden;
	float:left;
	padding-bottom:30px;
	position:relative;
	bottom:0;
	text-align:center;
	clear:both;
	display:inline;
}
#base_aux {
	background:url(../imgs/bg_base_aux.jpg) center no-repeat;
	width:782px;
	overflow:hidden;
	height:45px;
	margin:0 auto;
}
#teste { width:782px; height:30px; margin:0 auto; }
#endereco { width:590px; float:left; height:30px; text-indent:0; }
#by { width:120px; float:right; height:30px; text-indent:0; }
.clear {clear:both;}
table tr td { width:100px; }
h2.branco { color:#FFF;}

A:link {
	COLOR: #333; TEXT-DECORATION: none;
}

A:visited {
	COLOR: #333; TEXT-DECORATION: none
}

A:active {
	COLOR: #333; TEXT-DECORATION: none
}

A:hover {
	COLOR: #333; TEXT-DECORATION: underline
}
label,  input {   
    display: block;   
    float: left;   
}   
label {    
    text-align: left;   
    width: 70px;   
    padding-right: 2px;   
    padding-bottom: 13px;   
}   
fieldset {   
    border: solid 0 #000;   
	padding-top:20px;
	padding-bottom:10px;
}   
br {   
    clear: left;   
}   
input, select, textarea {
	border: 1px solid #333;
	color: #333;
	padding:3px;
}  
img {border:0;}

