@import url("menus.css");

*{
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../imagens/bg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.some {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}

#container {
	width: 770px;
	height: auto;
	margin: 0 auto;
}

#cabecalho {
	width: 770px;
	height: auto;
}

#cabEsq {
	float: left;
	width: 230px;
	height:auto;
}

#logo a {
	display: block;
	width: 230px;
	height: 86px;
	background-image: url(../imagens/logo.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#logo a:hover {
	background-image: url(../imagens/logo.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#cabDir {
	float: left;
	width: 540px;
	height: 100px;
	background-image: url(../imagens/bg_cabDir.gif);
}

#corpo {
	clear: both;
	width: 770px;
	height: auto;
}

#coluna {
	float: left;
	width: 230px;
	height: auto;
}

#colunaTopo {
	width: 230px;
	height: 50px;
	background-image: url(../imagens/bg_colunaTopo.gif);
}

#colunaDentro {
	width: 230px;
	height: auto;
	padding: 10px 30px;
	background-image: url(../imagens/bg_colunaDentro.gif);
	background-repeat: repeat-y;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 170px;    
}
html>body #colunaDentro {
	width: 170px;    

} 

#colunaBaixo {
	width: 230px;
	height: 128px;
	background-image: url(../imagens/bg_colunaBaixo.gif);
}

#conteudo {
	float: left;
	width: 540px;
	height: auto;
}

#conteudoTopo {
	width: 540px;
	height: 50px;
	background-image: url(../imagens/bg_conteudoTopo.gif);
}

#contenido {
	width: 540px;
	height: auto;
	padding: 10px 30px;
	background-image: url(../imagens/bg_conteudoDentro.gif);
	background-repeat: repeat-y;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 480px;    
}
html>body #contenido {
	width: 480px;    

} 

#contenido p {
	clear: both;
	width: auto;
	height: auto;	
	margin-bottom: 15px;
	font-size: 75%;
	line-height: 200%;
	color: #000000;
}

#contenido h3 {
	font-size: 80%;
	margin-top: 15px;
	margin-bottom: 10px;
}

#contenido h3 a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFE8;
}

#contenido h3 a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
}

#contenido p a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFE8;
}

#contenido p a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
}

#conteudoBaixo {
	width: 540px;
	height: 60px;
	background-image: url(../imagens/bg_conteudoBaixo.gif);
}


#w3c {
	width: 540px;
	height: auto;
	margin-left: 440px;

	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100px; 
}
html>body #w3c {
	width: 100px;
} 

#w3c ul {
	padding-top: 20px;
}

#w3c li {
	list-style: none;
	float: left;
}

#w3c li a {
	display: block;
	width: auto;
	height: auto;
	margin-right: 10px;
	padding: 3px;
	background-color: #EBEBEB;
	font-size: 60%;
	color: #999999;
	font-weight: bold;
}

img {
	border: none;
}


.skip {
	position:absolute;
	text-indent:-9999em;
	width:0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
