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

/* ----------- menu ------------- */
#menu{
width: 160px;
float: left;
text-align: left;
font-size: x-small;
font-weight: bold;
}
#menu ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}
#menu li{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu li a{
	display: block;
	padding: 2px;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#menu li a:hover{
	display: block;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
	color: #666;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/* ----------- submenu ------------- */
.submenu {
border: 1px solid #C0C0C0;
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: Arial, Helvetica, sans-serif;
	background-color: #EDEDEF;
	font-size: x-small;
}
a.menuItem:hover {
background-color: #fff;
color: #000000;
cursor: pointer;
}

/* ----------- estrutura ------------- */
#contents{
	min-height: 350px;
	margin-left: 190px;
	text-align: justify;
	overflow: visible;
	width: 430px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bolder;
	color: #333333;
}
#contents h1{
	color: #000000;
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: small-caps;
	background-color: #A7CCD2;
}
#contents h2{
font-size: 18px;
font-style: italic;
color: #CC0000;
}

#noticias{
	font-size: small;
	float: right;
	width: 130px;
	color: #999;
}
#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: small;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#noticias a.noticiaTexto{
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

#fotos{
	width: 100%;
	text-align: center;
}
#fotos .titulo{
	color: white;
	font-size: x-small;
	background-color: #4EA8B1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
#fotos .texto{
	font-size: x-small;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#footer{
	clear: both;
	background-color: #4EA8B1;
	font-style: italic;
	color: white;
	text-align: center;
	font-size: small;
	background-image: url(../imagens/roda.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}
.cyber {
font-size: 7pt;
color: #ccc;
}
