#tudo {
width: 779px;
background-image:url(images/fundo_especial.jpg)
}
#topo {
width:779;
height:216px;
}
#menu {
float: left;
width: 168px;
height:auto;
}
#menu ul{
margin:0;
text-decoration:none;
padding:0;
}
#menu ul li{
font:bold 12px Trebuchet MS,Arial,Verdana,sans-serif;
font-weight: bold;
margin:2px;
display:block;
padding:0px;
width:135px;
color:#C7DE98;
border-left:2px;
border-bottom:solid #666666 1px;
height:15px;
}
#menu ul li a{
margin:2px;
padding:0px;
width:135px;
border-left:2px;
color: #C7DE98;
text-decoration:none;
}
#menu ul li a:hover{
margin:2px;
padding:0px;
display:block;
width:135px;
border-left:2px;
color: #000000 ;
background-color: #999999;
border:none;
}
#conteudo {
float: right;
width: 611px;
height: auto;
background:#EBE9EA;
}
#corpo{
	padding:5px;
	margin:5px;
	height: auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#rodape {
clear: both;
height: 56px;
background-color:#A59F9F;
}
body {
    background-color: #000000;
	background-image: url(images/fundo.jpg);
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: underline;
	color: #996600;
}
a:active {
	text-decoration: none;
	color: #996600;
}
.caixa1 {
width:580px;
height:200px;
margin:4px;
padding:4px;
background-color: #006600;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.caixa2 {
width:265px;
height:160px;
margin:4px;
padding:4px;
background-color:#330000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}