/*
----Documento CSS---------------------
----Elaborado por: Raviel Carvalho----
----www.ravielcarvalho.com------------
*/
@import url('topo.css');
@import url('menu.css');
@import url('centro.css');
@import url('rodape.css');
@import url('paginas.css');
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

html
{
	background-image:url(../imagens/geral/bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #fafafb;
	color:Black;
}

a
{
	color: Black;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
	color:Black;
}

.linkMenu
{
	color:#000000;
	text-decoration:none;
}

#estrutura
{
	width:100%;
	margin:auto;
	text-align: center;
}
#geral
{
	width:950px;
	margin:auto;
	text0align: center;
}
#topo
{
	width: 946px;
	height: 337px;
	margin: auto;
	position: relative;
}
#centro
{
	width: 946px;
	min-height: 455px;
	margin: auto;
	text-align: left;
}
#rodape
{
	width: 946px;
	margin: auto;
	text-align: left;
	float: left;
	left:-3px;
	margin-top:-10px
}
.upper
{
    text-transform: uppercase;
}
.lower
{
    text-transform: lowercase;
}
.capitalize
{
    text-transform: capitalize;
}