/* Developed by NovaSW Team | aMarx */
@import url("tabelas.css");
@import url("titulos.css");
@import url("imagens.css");
@import url("forms.css");
@import url("links.css");
@import url("extras.css");

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

html{
height: 100%;
}


BODY { 
	height:100%;
    font: 11px Trebuchet MS; 
    margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
    text-align: left; 
	color:#f1f2f2;
	background-color:#339999;
		background-image:url(../imagens/background.jpg);
	background-position:center center;
	background-repeat:repeat-x;
} 

#corpo{
	width: 100%;
	min-height:100%;
	height: auto;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	}

#base {	
	width:100%;
	height:362px;
	margin-left:auto;
	margin-right:auto;
	}


#topo{
	width: 1000px;
	height:186px;
	margin-left: auto;
	margin-right: auto;
}



#conteudo{
	width: 1000px;
	height:360px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #99CCCC;
	background-color:#3A8080;
}

#conteudo_index{
	width: 1000px;
	height:360px;
	margin-left:auto;
	margin-right:auto;
}




#bottom{
	width: 1000px;
	height: 42px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}

#image {
	width:290px;
	height:360px;
	overflow:hidden;
	margin-right:9px;
	border-right:1px solid #99CCCC;
	background-color:#99CCCC;
	float:left;
	}

.abertura {
	border-right:1px solid #99CCCC;
	border-left:1px solid #99CCCC;
	}

.ver_imagens {
	width:978px;
	height:340px;
	text-align:left;
	padding:10px;
	}