html {
	height:100%;
}

* html #page {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.td_azul {
	border: 1px solid #0066cc;
	text-align: center;
}

#header{
	height:220px;
}

#logo{
	width:200px;
	height:280px;
	float:left;
}

#fotos {
	width:720px;
	height:200px;
}

#page {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../layout/imagens/bgpage.jpg);
	min-height:100%;
	height:auto;
}

#bem-vindo {
	width:100%;
	background-color:#0066cc;
}

#bem-vindo1000 {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	color:#FFF;
	padding: 7px 40px 7px 0px;
}

#menu {
	width:280px;
	float:left;
}

#conteudo {
	width:720px;
	float:right;
}

#texto_conteudo {
	width:680px;
}

#rodape {
	clear:both;
	padding-right:40px;
	text-align: right;
}

#destaque {
	width:460px;
	height:120px;
	padding-top:20px;
	padding-bottom:20px;
}

#atualidades {
	font-size:12px;
	width:180px;
	height:340px;
	background-image:url(imagens/bgatualidades.jpg);
	float:right;
	padding-top:40px;
	padding-left:40px;
	padding-right:40px;
}



.titulos {
	color: #0066cc;
	font-weight: bold;
	font-size: 18px;
}

.fone {
	font-size:23px;
	font-style: italic;
	font-weight: bold;
}

.email {
	font-size:18px;
	font-style: italic;
	font-weight: bold;
}

.citacao {
	text-align:center
}

.titulos-menu {
	color:#006;
	font-weight: bold;
	font-size: 18px;
	text-align:center;
}

a:link {
	color: #06F;
	text-decoration: underline;
}
a:visited {
	color: #06F;
	text-decoration: none;
}
a:hover {
	color: #06F;
	text-decoration: underline;
}
a:active {
	color: #06F;
	text-decoration: underline;
}

#menu_adm {
	padding-left:30px;
}



ul#main-nav {
	font-family:calibri,helvetica,arial,sans-serif;
	font-size:16px;
	margin:0;
	padding:0;
	width:240px;
}
ul#main-nav li {
	margin:0;
	padding:0;
	list-style:none;
	margin:0 0 0.3em 0;
}
ul#main-nav li a {
	text-decoration:none;
	display:block;
	padding:0.3em 0.3em 0.3em 40px;
	color:white;
	background:#0066cc;
	border-bottom:1px solid #fff;
}
ul#main-nav li a:hover {
	background:#006;
	border-bottom:1px solid #006;
}
li#regulamento {
	list-style-type: decimal-leading-zero;
	margin-top: 20px;
	padding: 5px;
	font-weight: bold;
}
li#regulamento-sub {
	list-style-type:  lower-alpha;
	padding: 5px;
}