/* ----------- corpo ------------- */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	margin: 0px;
	text-align: left;
}
#main{
	width: 770px;
	text-align: left;
	overflow:visible;
	background-color: white;
	background-image: url(../imagens/main.jpg);
	background-repeat: repeat-y;
}
#header{
height: 153px;
}

/* ----------- menu ------------- */
#menu{
	width: 179px;
	float: left;
	text-align: left;
	margin-top: 10px;
}
#menu ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}
#menu li{
	width: 170px;
	margin-left: 5px;
}
#main #corpo #menu #qu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bolder;
	color: #000000;
	background-color: #EAEAEA;
}
#but {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #999999;
}
#menu li a{
	display: block;
	padding: 2px;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#menu li a:hover{
	display: block;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
	color: #666;
	background-color: #F9F9F9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ----------- submenu ------------- */
.submenu {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
position: absolute;
left: 0px;
top: 0px;
visibility: hidden;
font-size: x-small;
padding: 2px;
font-weight: bold;
}
a.menuItem {
color: #666666;
cursor: pointer;
display: block;
padding: 2px;
border-bottom: 1px solid white;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.menuItem:hover {
	background-color: #fff;
	color: #666;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ----------- estrutura ------------- */
#contents{
	min-height: 350px;
	margin-left: 185px;
	text-align: left;
	overflow: visible;
	width: 430px;
	margin-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF0000;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#contents h2{
font-size: 18px;
font-style: italic;
color: #CC0000;
}

#noticias{
	font-size: small;
	float: right;
	width: 140px;
	color: #999;
	margin-top: 5px;
}
#noticias ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#noticias li {
padding-bottom: 3px;
margin-bottom: 5px;
border-bottom: solid 1px #ccc;
}
#noticias .noticiaTitulo{
font-weight: bold;
font-size: x-small;
color: #999;
}
#noticias a.noticiaTexto{
font-style: italic;
color: #999;
text-decoration: none;
font-size: x-small;
}

#fotos{
margin-top: 1px;
width: 100%;
}
#fotos .titulo{
	color: #666666;
	font-size: 11px;
	background-color: #E1E1E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
#fotos .texto{
	font-size: x-small;
	padding: 5px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 90%;
}

#footer{
	clear: both;
	font-style: italic;
	color: #000000;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 91px;
}
#footer #FOOTER1 {
	height: 96px;
	width: 768px;
	background-image: url(../imagens/rodap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.cyber {
font-size: 7pt;
color: #666666;
}

