/* ----------- corpo ------------- */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #F5DEB4;
	margin: 0px;
	background-image: url(../imagem/fun.jpg);
}
#main{
	width: 770px;
	text-align: left;
	overflow:visible;
	background-color: white;
	background-image: url(../imagem/f.jpg);
	background-repeat: repeat-y;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B38F24;
	border-left-color: #B38F24;
	border-top-width: 4px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6D5210;
	border-bottom-color: #6D5210;
}
#header{
height: 240px;
}

/* ----------- menu ------------- */
#menu{
	width: 148px;
	float: left;
	text-align: left;
	font-size: x-small;
	font-weight: bold;
	margin-top: 10px;
}
#menu ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}
#menu li{
	width: 100%;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#menu li a{
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #635014;
	background-image: url(../imagem/but-pre1.jpg);
	background-repeat: repeat-y;
	height: 21px;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#menu li a:hover{
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #000000;
	background-image: url(../imagem/but-pamr1.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
/* ----------- submenu ------------- */
.submenu {
	background-color: #DBB748;
	border: 1px solid #6C5715;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	font-size: x-small;
	padding: 2px;
	font-weight: bold;
	color: #000000;
}
a.menuItem {
	color: #554411;
	cursor: pointer;
	display: block;
	padding: 2px;
	border-bottom: 1px solid white;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E1C468;
}
a.menuItem:hover {
background-color: #725B16;
color: #FFFFFF;
cursor: pointer;
}

/* ----------- estrutura ------------- */
#contents{
	min-height: 350px;
	margin-left: 162px;
	text-align: justify;
	overflow: visible;
	font-size: x-small;
	font-weight: bold;
	color: #5E3F00;
	width: 485px;
}
#contents h1{
	color: #996600;
	font-size: large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-variant: small-caps;
	background-image: url(../imagem/main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-left: 20px;
}
#contents h2{
font-size: 18px;
font-style: italic;
color: #655114;
}

#noticias{
	font-size: small;
	float: right;
	width: 110px;
	color: #999;
	padding-left: 4px;
	background-color: #DAC59A;
	background-image: url(../imagem/nt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 70px;
	text-align: center;
}
#noticias ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#noticias li {
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#noticias .noticiaTitulo{
font-weight: bold;
font-size: x-small;
color: #8E5E02;
}
#noticias a.noticiaTexto{
	color: #000000;
	text-decoration: none;
	font-size: xx-small;
	font-weight: bold;
}

#fotos{
	width: 100%;
	text-align: center;
}
#fotos .titulo{
color: white;
font-size: 10px;
background-color: #D5A417;
}
#fotos .texto{
font-size: 10px;
padding: 5px;
}

#footer{
	clear: both;
	background-color: #C2911D;
	font-style: italic;
	color: #5E3F00;
	text-align: right;
	font-size: xx-small;
	padding: 8px;
	background-image: url(../imagem/rod.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B07913;
}
.cyber {
	font-size: 7pt;
	color: #FFFFFF;
}
