* {
	list-style:none;
	margin:0;
	padding:0;
	text-decoration:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
    text-align: left;
	line-height: 1.4em;
	background-color: #FFF;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	height: 100%; 
    width: 100%; 
}
a:link, a:visited, a:active {
	color:#2c9096;
	text-decoration:none;	
}
a:hover {
	color:#204b4e;
	text-decoration:none;	
}
img { border:0; }
img a:link,a:visited,hover,a:active{text-decoration:none;}
/* ////////////////////////////////////DIVS geral////////////////////////// */
#outerContainer {
	width:773px;
	height: 100%;
	position:absolute;
	left:50%;
	margin-left:-386px;
	text-align: center;
	float: left;
	clear: left;
}
#container{
	width:759px;
	min-height:100%;
    height:auto !important;
	height: 100%;
	background-image:url(../img/bg_img.jpg);
	background-repeat: repeat-y;
	background-position: 7px 274px;
	padding-left: 7px;
	float: left;
	clear: left;
}
#top{
	width:100%;
	height: 274px;
	float: left;
	clear: left;
}
#content{
	width:100%;
	float: left;
	clear: left;
}
#content #contato{
	width:610px;
	padding-left: 135px;
	padding-top: 10px;
	background-image:url(../img/bg_contato.gif);
	background-repeat: no-repeat;
	background-position: 425px 8px;
	text-align:left;
	float: left;
	
}
#content #contato #left{
	width:265px;
	text-align:left;
	float: left;
}
#content #contato #left p{
	text-align:left;
}
#content #contato #right{
	width:300px;
	text-align:left;
	float: right;
}
#content #contato #right p{
	text-align:justify;
	line-height: 1.6em;
}



#content #texto{
	width:587px;
	padding-left: 148px;
	text-align:left;
	margin-top: 49px;
	float: left;
}
#content #texto p{
	text-align:justify;
	font-weight: bold;
}
#content #historico{
	width:587px;
	padding-left: 148px;
	text-align:left;
	margin-top: 27px;
	padding-bottom: 20px;
	float: left;
}
#content #historico #left{
	width:282px;
	text-align:left;
	float: left;
}
#content #historico #left p{
	text-align:justify;
}
#content #historico #right{
	width:286px;
	text-align:left;
	float: right;
}
#content #historico #right p{
	text-align:justify;
}




#rodape{
	width:100%;
	text-align:right;
	padding-top: 50px;
	padding-bottom: 20px;
	float: left;
	clear: left;
}
.destaque {
	font-size: 18px;
	color: #283993;
	font-weight: bold;
}
.nome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -0.1em;
}
.nome2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: -0.1em;
}
.data {
	font-size: 12px;
}

