/******************************************************************/
/****** CSS DESENVOLVIDO POR NOMAD INTERATIVO *********************/
/******************************************************************/

@import url("topo.css");
@import url("menu.css");
@import url("conteudo.css");
@import url("rodape.css");

html, body {
	height: 100%;
}
#tudo {
	min-height: 100%;
	position: relative;
}

body{
	background-image:url(../imgs/bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	margin:0px auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#6c6e6f;
}
#interno{
	background-image:url(../imgs/bg_int.jpg);
}
p{}

/* TITULOS */
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}

/* TABELAS */
table{}
table thead{}
table thead tr{}
table thead tr th{}
table thead{}
table thead tr{}
table thead tr td{}

/* LISTAGENS */
ul{}
ul li{}

ol{}
ol li{}

dl{}
dl dt{}
dl dd{}

/* FORMULÁRIOS */
form{}
form legenda{}
form label{}
form input{}
form select{}
form textarea{}

/* IMAGENS */
img{}
