body {
	margin:0;
	padding:0;
	border:none;
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	background:grey;
	color:#333;
	text-align:center;
	background-image:url('images/fundo-main.png')
	}


A:link {text-decoration: none;color:#00557e}
A:visited {text-decoration: none;color:#00557e}
A:active {text-decoration: none;color:#00557e}
A:hover {text-decoration: underline; color:#00557e;}

.chat A:link {text-decoration: none;color:white}
.chat A:visited {text-decoration: none;color:white}
.chat A:active {text-decoration: none;color:white}
.chat A:hover {text-decoration: underline; color:white;}

.input{
	border: 1px solid white;
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}

img {
border-style:none;
}



#tudo {
	width:1000px;     
	margin:0 auto;
	text-align:left;
	background-color:white;
	}
#topo{
height:100px;
width:1000px;
/*border-bottom:1px solid #c30;*/

}

#menu{
height:30px;
width:1000px;
border-bottom:2px solid white;
}

#esquerda{
width:150px;
float:left;
background-color:white;
height:600px;
}

#conteudo{
	height:600px;
	float:left;
	width:680px;
	margin-left:10px; 	
	text-align:justify;
	border:dotted #00577e;
	border-width: 0 1px;
	padding-top: 5px;
	background-color:white;
}

#conteudo p{
padding-left:10px;
padding-right:10px;
text-align:justify;
}

#direita{
	width:150px;
	float:right;
	text-align:center;
	font-size:11px;
	background-color:white;
	height:600px;
	padding-right:2px;
	}

#rodape {
	clear:both;
	text-align:center;
	/*border-top:1px solid #c30;*/
	border-top:1px solid #00577e;
		
	}
	
#conteudodir{
	height:575px;
	float:left;
	width:835px;
	margin-left:10px; 	
	text-align:justify;
	border:dotted #00577e;
	border-width: 0 1px;
	padding-top:25px;
	
	overflow:auto;
	background-image:url('images/background.png')

}

#conteudodir p{
padding-left:10px;
padding-right:10px;
text-align:justify;
}

#login{
	color: #fff;
    width: auto;
    padding: 5px;
    text-align: left;
    background-color: #00577e;
    border: 3px solid #fff;
	font-size:11px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	font-weight:bold;
	 /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px

}

#demo{
	color: #00577e;
    width: auto;
    padding: 5px;
    text-align: center;
    background-color: white;
    border: 1px solid #00557e;
	font-size:11px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	font-weight:bold;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px
}

#tools{
	color: #00577e;
    width: auto;
    padding: 5px;
    text-align: center;
    background-color: white;
    border: 1px solid #00557e;
	font-size:11px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	font-weight:bold;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px
}
#chat{
	color: white;
    width: auto;
    padding: 5px;
    text-align: center;
    background-color: #211c22;
    border: 1px solid white;
	font-size:11px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	font-weight:bold;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px
}
#opiniao_volta{
background-image:url('images/opiniao-marca.png');
height:150px;
}

input.btn { 
	color:white; 
	font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
	background-color:#414141; 
	border:1px solid; 
	border-color: #696 #363 #363 #696;
	
} 


