/*-= CSS @Import =-*/
@import url('cabecalho.css'); /*Topo do site*/
@import url('home.css');      /*Home do site*/ 
@import url('form.css');
@import url('interna.css');
@import url('menu.css');

/*-= Global Fix & Resets =-*/
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #C30;
}
a:active {
	text-decoration: none;
	color: #333;
}


a.rodape:link, a.rodape:visited, a.rodape:hover, a.rodape:active {
	color: #FFF;
	text-decoration: none;
}


img{
	outline:0; 
	border:0;
}
	
/*-= Padrão =-*/
body{
	background: url(../images/body_background.jpg) repeat-x #FFF top left;
}

/*-= Containers =-*/
#Container{
	height: auto;
	text-align: left!important;
	width: 980px;
}
#Rodape{
	background: url(../images/rodape_background.jpg) repeat-x top left;
	clear: both;
	float: left;
	height: 33px;
	margin-top: 25px;
	width: 100%;
}

/*-= Conteúdo do Container =-*/
#cTopo{
	display: inline;
	float: left;
	height: 185px;
	margin-bottom: 1px;
	text-align: left!important;
	width: 980px;
}

#cMenu{
	clear: left;
	display: inline;
	float: left;
	height: 31px;
	margin-bottom: 15px;
	text-align: left!important;
	width: 980px;
}

#cHome{
	clear: left;
	display: inline;
	float: left;
	height: auto;
	text-align: left!important;
	width: 980px;
}

/*-= Conteudo do Rodape =-*/
#rRodape{
	color: #FFF;
	height: 22px;
	margin-top: 9px;
	text-align: left!important;
	width: 980px;
	
}