body {
    margin: 0;
    font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    background: #666666 url(css.gif) repeat-y;
}

#tudo {
    width: 760px;
}

#top1{
    font: 9px  Tahoma, Arial, Verdana, Helvetica, sans-serif;
    width: 760px;
    height:  18px;
    background: #ffffff url(images/top1.jpg) no-repeat;
}

#topo {
    width: 760px;
    height: 134px;
    background: #e7e7e7 url(images/topfundo.jpg) no-repeat;
    border-width: 3px;
    border-style: none none solid none;
    border-color: #fff;
}

#menu {
    float: left;
    width: 130px;
    padding: 10px;
    background-color: #cfc;
}

#conteudo {
    float: left;
    width: 460px;
    padding: 5px;
    background-color:#fff;
}

#noticias {
    float: right;
    width: 120px;
    height:  470px;
    padding: 8px;
    background-color: #83a1b6;
}

#rodape {
    width: 740px;
    height: 3px;
    padding: 0 10px;
    background-color: #fff;
    clear: both;
    border-size: 1px;
    border-width: 1px;
    border-style: none none solid none;
    border-color: #000;
}

#footer {
    width: 760px;
    height: 43px;
    background-color: #436075;
}

#footer p {
     line-height: 15px;
}

/* style do menu lateral */
	
*{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu4 {
	width: 145px;
	height: 575px;
	float: left;
	padding: 0px;
	border-style: solid solid solid solid;
	border-color: #999;
	border-size: 1px;
	border-width: 1px;
	background-color: #83a1b6;
	}
	
#menu4 li a {
  	font: 8px  Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu4 li a:link, 

#menu4 li a:visited {
	color: #000;
	display: block;
	background: url(images/menu4.2.gif);
	padding: 8px 0 0 30px;
	}
	
#menu4 li a:hover {
	color: #333399;
	background: url(images/menu4.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
#menu4 li a:active {
	color: #fff;
	background: url(images/menu4.2.gif) 0 -64px;
	padding: 8px 0 0 30px;
	}

