body {
	margin: 0px;
	padding: 0px;
	background-color: #CC0000;
}
#geral {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../imagens/layout/fundo.gif);
	background-repeat: repeat-y;
	border: 2px solid #FFFFFF;
}
#geral #topo {
	height: 180px;
}
#geral #menu {
	margin: 0px;
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-color: #121111;
}
#menu UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu  UL  LI  {
	float: left;
	width: 111px;
	text-align: center;
}
#menu UL LI A {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#menu UL LI A:hover {
	color: #FF0000;
}

#geral #colunaEsquerda {
	float: left;
	width: 150px;
}
#geral #conteiner {
	float: left;
	width: 630px;
}
#conteiner .conteudo {
	float: left;
	width: 480px;
	padding-top: 10px;
}
.conteudo .noticia {
	width: 448px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #121111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	padding: 10px;
	border: 1px solid #000000;
}
.noticia .titulo {
	background-image: url(../imagens/layout/relogio.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 15px;
}
.titulo a {
	font-weight: normal;
	font-size: 13px;
}

.noticia UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.noticia UL LI {
	display: block;
	padding-bottom: 11px;
	margin: 0px;
}
.noticia A {
	color: #FFFFFF;
	text-decoration: none;
}
.noticia A:hover {
	text-decoration: underline;
}
.noticia .vejaMais {
	text-align: right;
	display: block;
	padding-top: 8px;
}
.conteudo .uniforme {
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 468px;
	height: 229px;
	padding-top: 1px;
}
.uniforme  a:hover {
	border: 1px solid #FFFFFF;
}

.conteudo .insc {
	width: 468px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	height: 227px;
	background-color: #0B0B0D;
	padding-top: 1px;
}
.insc  a:hover {
	border: 1px solid #FFFFFF;
}


#colunaEsquerda UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#colunaEsquerda UL LI {
	text-align: center;
	display: block;
	padding-top: 10px;
}
#colunaEsquerda  UL  LI  A:hover {
	border: 1px solid #FFFFFF;
}


#conteiner .colunaDireita {
	float: left;
	width: 150px;
}
.colunaDireita   UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.colunaDireita   UL   LI {
	text-align: center;
	display: block;
	padding-top: 10px;
}
.colunaDireita UL LI A:hover {
	border: 1px solid #FFFFFF;
}

#geral #rodape {
	display: block;
	height: 111px;
	padding-top: 20px;
	padding-bottom: 20px;
}

