@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#8F796E;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;

}
#container {
background:url(bg.jpg) repeat-x;
width:808px;
height:789px;
float:left;
overflow:hidden;
}
#corpo {
margin:auto;
width:828px;
display:block;
}
#sombra_l {
background:url(sombra_l.png) repeat-y;
height:789px;
width:10px;
float:left;
margin-left:auto;
}
#sombra_r {
background:url(sombra_r.png) repeat-y;
height:789px;
width:10px;
float:left;
margin-right:auto;
}
#eventos {
margin:5px 0 0 20px;
width:197px;
background-image: url(fundo_eventos.png); /* Essa linha é para os browsers que entendem PNG direito */
_background-image: none; /* Essa é pra o IEca 6, pra ele não ler o PNG padrão */
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fundo_eventos.png', sizingMethod='scale'); /* Essa coloca um filtro pra o IEca ler o PNG */
float:left;
background-repeat:no-repeat;

}

#noticias {
margin:5px 0 0 10px;
width:190px;
float:left;
padding:0 0 0 2px;
}
#leftbox {
margin:5px 0 0 10px;
width:190px;
padding:0 0 0 2px;
}
.news {
margin:0 0 10px 0;
}
.news a {
color:#000000;
text-decoration:none;
}

.news a:hover {
color:#003366;
}

.box {
margin:0 0 20px 10px;
height:36px;
clear:both;
}
.box img {
float:left;
margin:0 5px 0 0;
border:0px;
}
.box a {
color:#000000;
text-decoration:none;
}
.box a:hover {
color:#003366;
}
#linha {
background:url(linha.png) no-repeat;
float:left;
width:2px;
height:300px;
margin:50px 0 0 2px;
}
#linha2 {
background:url(linha2.png) no-repeat;
float:left;
width:2px;
height:300px;
margin:50px 0 0 2px;
}

#links {
 width:80px; height:200px; float:left; margin:5px 0 0 24px;
}
#links img {
border:#003366 1px solid;
margin:0 0 10px 0;
}


