* {
	margin: 0px;
	padding: 0px;
}

.laranja {
	color: #F90;
}
.azul {
	color: #06C;
}
.destaque_azul {
	font-size: 20px;
	color: #06C;
}



#site {
	width: 980px;
	height: 100%;
	position: relative;
	background-color: #FFF;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;

}
* html #site {
	height: 100%; /* hack para IE6 */
}
#site #topo {
	width: 100%;
	background-image: url(../layout/topo.jpg);
	background-repeat: repeat-x;
	height: 320px;
	float: left;
}
#site #topo #menu {
	float: left;
	padding-top: 75px;
	width: auto;
}
#site #topo #menu .sub {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 200px;
}
#site #topo #menu .sub h1{
	font-family: "trebuchet ms", "century gothic";
	font-size: 11px;
	color: #FF0;
}
#site #topo #menu .sub a {
	text-decoration: none;
	text-indent: 10px;
	display: block;
	padding: 2px;
	float: left;
	width: 195px;
	margin-bottom: 1px;
	font-family: "trebuchet ms", "century gothic";
	font-size: 12px;
	color: #FFF;
}
#site #topo #menu .sub a:hover {
	color: #F90;
	background-color: #FFF;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #0068CA;
}



#site #topo #logo {
	background-image: url(../layout/logo.jpg);
	float: right;
	height: 320px;
	width: 410px;
}
#site #centro {
	width: 98%;
	float: left;
	margin: 10px;
}
#site #centro #conteudo {
	float: left;
	width: 960px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #666;
}
#site #centro #conteudo h1 {
	font-family: "Century Gothic", Arial;
	font-size: 32px;
	color: #F90;
	font-weight: normal;
	margin-bottom: 10px;
	display: block;
	float: left;
	width: 100%;
}
#site #centro #conteudo h2 {
	color: #06C;
	font-family: "Century Gothic", Arial;
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	float: left;
}
#site #centro #conteudo h3 {
	font-size: 20px;
	font-weight: normal;
}
#site #centro #conteudo a.linha {
	font-family: "Trebuchet MS", "Century Gothic";
	font-size: 14px;
	color: #FFF;
	background-color: #F90;
	display: block;
	text-decoration: none;
	padding: 5px;
}
#site #centro #conteudo p {
	margin-bottom: 15px;
}
#site #centro #conteudo .link-topo a{
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	background-color: #FFF;
}

#site  #rodape{
	height: 100px;
	width: 98%;
	margin-top: 20px;
	background-color: #EBEBEB;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	float: left;
}
#site #rodape #dados {
	font-family: "Trebuchet MS", "Century Gothic";
	font-size: 12px;
	color: #666;
}
#site #rodape #dados a {
	color: #F60;
	text-decoration: none;
}
#site #rodape #dados a:hover {
	text-decoration: underline;
}
