@charset "utf-8";
/* CSS Document */
@import "class.css";

body {	background-image: url(imagens/bg/bgverde.jpg);
	background-repeat: repeat-x;
}

a:link {color: #00557D; text-decoration: none;}
a:visited {text-decoration: none; color: #00557D;}
a:hover {text-decoration: none; color: #30bcfe;}
a:active {text-decoration: none;}



#container{
	position: absolute; 
	width: 100%;
	margin-top: 0px;
	position:absolute; left: 0px; margin-left: 0px;
	margin-top: 33px;
}
#cabecalho{
	margin-top: -28px;
	}

#container h4 {
	font-family: arial;
	font-size: 16px;
	color:#CC0033;
	}


#barralateral_esq {
	float: left;
	background-color:;
	margin-left: 10px;
	border-right-style:solid;
	border-right-color: #009900;
	border-right-width: 1px;
	font-family: "Times New Roman", Times, serif;
	font-weight:;
	font-size:22px;
}
#barralateral_esq a{
	text-decoration:none;
	color:#009900;
	
	}
#barralateral_esq a:hover{
	text-decoration:underline;
}

#barralateral_dir {
	float: right;
	width: 155px;
	height: 390px;
	background-color:#fff;
	border-left: 1px dashed #000;
}

#barra_central{
	float: none;
	margin-left: 180px;
	margin-right: 1px;
	}